Azure.ResourceManager.TrustedSigning Namespace

Classes

Name Description
AzureResourceManagerTrustedSigningContext

Context class which will be filled in by the System.ClientModel.SourceGeneration. For more information https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/System.ClientModel/src/docs/ModelReaderWriterContext.md

TrustedSigningAccountCollection

A class representing a collection of TrustedSigningAccountResource and their operations. Each TrustedSigningAccountResource in the collection will belong to the same instance of ResourceGroupResource. To get a TrustedSigningAccountCollection instance call the GetTrustedSigningAccounts method from an instance of ResourceGroupResource.

TrustedSigningAccountData

Trusted signing account resource.

TrustedSigningAccountResource

A class representing a TrustedSigningAccount along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a TrustedSigningAccountResource from an instance of ArmClient using the GetResource method. Otherwise you can get one from its parent resource ResourceGroupResource using the GetTrustedSigningAccounts method.

TrustedSigningCertificateProfileCollection

A class representing a collection of TrustedSigningCertificateProfileResource and their operations. Each TrustedSigningCertificateProfileResource in the collection will belong to the same instance of TrustedSigningAccountResource. To get a TrustedSigningCertificateProfileCollection instance call the GetTrustedSigningCertificateProfiles method from an instance of TrustedSigningAccountResource.

TrustedSigningCertificateProfileData

Certificate profile resource.

TrustedSigningCertificateProfileResource

A class representing a TrustedSigningCertificateProfile along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a TrustedSigningCertificateProfileResource from an instance of ArmClient using the GetResource method. Otherwise you can get one from its parent resource TrustedSigningAccountResource using the GetTrustedSigningCertificateProfiles method.

TrustedSigningExtensions

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