TrustedSigningExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class to add extension methods to Azure.ResourceManager.TrustedSigning.
public static class TrustedSigningExtensions
type TrustedSigningExtensions = class
Public Module TrustedSigningExtensions
- Inheritance
-
TrustedSigningExtensions
Methods
CheckTrustedSigningAccountNameAvailability(SubscriptionResource, TrustedSigningAccountNameAvailabilityContent, CancellationToken) |
Checks that the trusted signing account name is valid and is not already in use.
|
CheckTrustedSigningAccountNameAvailabilityAsync(SubscriptionResource, TrustedSigningAccountNameAvailabilityContent, CancellationToken) |
Checks that the trusted signing account name is valid and is not already in use.
|
GetTrustedSigningAccount(ResourceGroupResource, String, CancellationToken) |
Get a trusted Signing Account.
|
GetTrustedSigningAccountAsync(ResourceGroupResource, String, CancellationToken) |
Get a trusted Signing Account.
|
GetTrustedSigningAccountResource(ArmClient, ResourceIdentifier) |
Gets an object representing a TrustedSigningAccountResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a TrustedSigningAccountResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetTrustedSigningAccountResource(ResourceIdentifier) instead. |
GetTrustedSigningAccounts(ResourceGroupResource) |
Gets a collection of TrustedSigningAccountResources in the ResourceGroupResource. MockingTo mock this method, please mock GetTrustedSigningAccounts() instead. |
GetTrustedSigningAccounts(SubscriptionResource, CancellationToken) |
Lists trusted signing accounts within a subscription.
|
GetTrustedSigningAccountsAsync(SubscriptionResource, CancellationToken) |
Lists trusted signing accounts within a subscription.
|
GetTrustedSigningCertificateProfileResource(ArmClient, ResourceIdentifier) |
Gets an object representing a TrustedSigningCertificateProfileResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a TrustedSigningCertificateProfileResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetTrustedSigningCertificateProfileResource(ResourceIdentifier) instead. |
Applies to
Azure SDK for .NET