TrustedSigningCertificateProfileCollection Class

Definition

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.

public class TrustedSigningCertificateProfileCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.TrustedSigning.TrustedSigningCertificateProfileResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.TrustedSigning.TrustedSigningCertificateProfileResource>
type TrustedSigningCertificateProfileCollection = class
    inherit ArmCollection
    interface seq<TrustedSigningCertificateProfileResource>
    interface IEnumerable
    interface IAsyncEnumerable<TrustedSigningCertificateProfileResource>
Public Class TrustedSigningCertificateProfileCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of TrustedSigningCertificateProfileResource), IEnumerable(Of TrustedSigningCertificateProfileResource)
Inheritance
TrustedSigningCertificateProfileCollection
Implements

Constructors

TrustedSigningCertificateProfileCollection()

Initializes a new instance of the TrustedSigningCertificateProfileCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

CreateOrUpdate(WaitUntil, String, TrustedSigningCertificateProfileData, CancellationToken)

Create a certificate profile.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CodeSigning/codeSigningAccounts/{accountName}/certificateProfiles/{profileName}
  • Operation Id: CertificateProfiles_Create
  • Default Api Version: 2024-02-05-preview
  • Resource: TrustedSigningCertificateProfileResource
CreateOrUpdateAsync(WaitUntil, String, TrustedSigningCertificateProfileData, CancellationToken)

Create a certificate profile.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CodeSigning/codeSigningAccounts/{accountName}/certificateProfiles/{profileName}
  • Operation Id: CertificateProfiles_Create
  • Default Api Version: 2024-02-05-preview
  • Resource: TrustedSigningCertificateProfileResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CodeSigning/codeSigningAccounts/{accountName}/certificateProfiles/{profileName}
  • Operation Id: CertificateProfiles_Get
  • Default Api Version: 2024-02-05-preview
  • Resource: TrustedSigningCertificateProfileResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CodeSigning/codeSigningAccounts/{accountName}/certificateProfiles/{profileName}
  • Operation Id: CertificateProfiles_Get
  • Default Api Version: 2024-02-05-preview
  • Resource: TrustedSigningCertificateProfileResource
Get(String, CancellationToken)

Get details of a certificate profile.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CodeSigning/codeSigningAccounts/{accountName}/certificateProfiles/{profileName}
  • Operation Id: CertificateProfiles_Get
  • Default Api Version: 2024-02-05-preview
  • Resource: TrustedSigningCertificateProfileResource
GetAll(CancellationToken)

List certificate profiles under a trusted signing account.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CodeSigning/codeSigningAccounts/{accountName}/certificateProfiles
  • Operation Id: CertificateProfiles_ListByCodeSigningAccount
  • Default Api Version: 2024-02-05-preview
  • Resource: TrustedSigningCertificateProfileResource
GetAllAsync(CancellationToken)

List certificate profiles under a trusted signing account.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CodeSigning/codeSigningAccounts/{accountName}/certificateProfiles
  • Operation Id: CertificateProfiles_ListByCodeSigningAccount
  • Default Api Version: 2024-02-05-preview
  • Resource: TrustedSigningCertificateProfileResource
GetAsync(String, CancellationToken)

Get details of a certificate profile.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CodeSigning/codeSigningAccounts/{accountName}/certificateProfiles/{profileName}
  • Operation Id: CertificateProfiles_Get
  • Default Api Version: 2024-02-05-preview
  • Resource: TrustedSigningCertificateProfileResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CodeSigning/codeSigningAccounts/{accountName}/certificateProfiles/{profileName}
  • Operation Id: CertificateProfiles_Get
  • Default Api Version: 2024-02-05-preview
  • Resource: TrustedSigningCertificateProfileResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CodeSigning/codeSigningAccounts/{accountName}/certificateProfiles/{profileName}
  • Operation Id: CertificateProfiles_Get
  • Default Api Version: 2024-02-05-preview
  • Resource: TrustedSigningCertificateProfileResource
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<TrustedSigningCertificateProfileResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<TrustedSigningCertificateProfileResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to