Bagikan melalui


TrustedSigningAccountCollection Class

Definition

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.

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

Constructors

TrustedSigningAccountCollection()

Initializes a new instance of the TrustedSigningAccountCollection 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, TrustedSigningAccountData, CancellationToken)

Create a trusted Signing Account.

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

Create a trusted Signing Account.

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

Checks to see if the resource exists in azure.

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

Checks to see if the resource exists in azure.

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

Get a trusted Signing Account.

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

Lists trusted signing accounts within a resource group.

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

Lists trusted signing accounts within a resource group.

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

Get a trusted Signing Account.

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

Tries to get details for this resource from the service.

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

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CodeSigning/codeSigningAccounts/{accountName}
  • Operation Id: CodeSigningAccounts_Get
  • Default Api Version: 2024-02-05-preview
  • Resource: TrustedSigningAccountResource
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<TrustedSigningAccountResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<TrustedSigningAccountResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to