Bagikan melalui


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

CheckTrustedSigningAccountNameAvailability(SubscriptionResource, TrustedSigningAccountNameAvailabilityContent, CancellationToken)

Checks that the trusted signing account name is valid and is not already in use.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.CodeSigning/checkNameAvailability
  • Operation Id: CodeSigningAccounts_CheckNameAvailability
  • Default Api Version: 2024-02-05-preview
  • Resource: TrustedSigningAccountResource
CheckTrustedSigningAccountNameAvailabilityAsync(SubscriptionResource, TrustedSigningAccountNameAvailabilityContent, CancellationToken)

Checks that the trusted signing account name is valid and is not already in use.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.CodeSigning/checkNameAvailability
  • Operation Id: CodeSigningAccounts_CheckNameAvailability
  • Default Api Version: 2024-02-05-preview
  • Resource: TrustedSigningAccountResource
GetTrustedSigningAccount(ResourceGroupResource, 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
GetTrustedSigningAccountAsync(ResourceGroupResource, 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
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.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.CodeSigning/codeSigningAccounts
  • Operation Id: CodeSigningAccounts_ListBySubscription
  • Default Api Version: 2024-02-05-preview
  • Resource: TrustedSigningAccountResource
GetTrustedSigningAccountsAsync(SubscriptionResource, CancellationToken)

Lists trusted signing accounts within a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.CodeSigning/codeSigningAccounts
  • Operation Id: CodeSigningAccounts_ListBySubscription
  • Default Api Version: 2024-02-05-preview
  • Resource: TrustedSigningAccountResource
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