TrustedSigningExtensions Class

Definition

A class to add extension methods to Azure.ResourceManager.TrustedSigning.

public static class TrustedSigningExtensions
type TrustedSigningExtensions = class
Public Module TrustedSigningExtensions
Inheritance
TrustedSigningExtensions

Methods

Name Description
CheckTrustedSigningAccountNameAvailability(SubscriptionResource, TrustedSigningAccountNameAvailabilityContent, CancellationToken)

Checks that the trusted signing account name is valid and is not already in use. <item> Mocking. To mock this method, please mock CheckTrustedSigningAccountNameAvailability(TrustedSigningAccountNameAvailabilityContent, CancellationToken) instead. </item>

CheckTrustedSigningAccountNameAvailabilityAsync(SubscriptionResource, TrustedSigningAccountNameAvailabilityContent, CancellationToken)

Checks that the trusted signing account name is valid and is not already in use. <item> Mocking. To mock this method, please mock CheckTrustedSigningAccountNameAvailabilityAsync(TrustedSigningAccountNameAvailabilityContent, CancellationToken) instead. </item>

GetTrustedSigningAccount(ResourceGroupResource, String, CancellationToken)

Get a trusted Signing Account. <item> Mocking. To mock this method, please mock GetTrustedSigningAccount(String, CancellationToken) instead. </item>

GetTrustedSigningAccountAsync(ResourceGroupResource, String, CancellationToken)

Get a trusted Signing Account. <item> Mocking. To mock this method, please mock GetTrustedSigningAccountAsync(String, CancellationToken) instead. </item>

GetTrustedSigningAccountResource(ArmClient, ResourceIdentifier)

Gets an object representing a TrustedSigningAccountResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetTrustedSigningAccountResource(ResourceIdentifier) instead. </item>

GetTrustedSigningAccounts(ResourceGroupResource)

Gets a collection of TrustedSigningAccounts in the ResourceGroupResource<item> Mocking. To mock this method, please mock GetTrustedSigningAccounts() instead. </item>

GetTrustedSigningAccounts(SubscriptionResource, CancellationToken)

Lists trusted signing accounts within a subscription. <item> Mocking. To mock this method, please mock GetTrustedSigningAccounts(CancellationToken) instead. </item>

GetTrustedSigningAccountsAsync(SubscriptionResource, CancellationToken)

Lists trusted signing accounts within a subscription. <item> Mocking. To mock this method, please mock GetTrustedSigningAccountsAsync(CancellationToken) instead. </item>

GetTrustedSigningCertificateProfileResource(ArmClient, ResourceIdentifier)

Gets an object representing a TrustedSigningCertificateProfileResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetTrustedSigningCertificateProfileResource(ResourceIdentifier) instead. </item>

Applies to