ArmTrustedSigningModelFactory.TrustedSigningAccountNameAvailabilityContent Method
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.
The parameters used to check the availability of the trusted signing account name.
public static Azure.ResourceManager.TrustedSigning.Models.TrustedSigningAccountNameAvailabilityContent TrustedSigningAccountNameAvailabilityContent(Azure.Core.ResourceType resourceType = default, string name = default);
static member TrustedSigningAccountNameAvailabilityContent : Azure.Core.ResourceType * string -> Azure.ResourceManager.TrustedSigning.Models.TrustedSigningAccountNameAvailabilityContent
Public Shared Function TrustedSigningAccountNameAvailabilityContent (Optional resourceType As ResourceType = Nothing, Optional name As String = Nothing) As TrustedSigningAccountNameAvailabilityContent
Parameters
- resourceType
- ResourceType
The type of the resource, "Microsoft.CodeSigning/codeSigningAccounts".
- name
- String
Trusted signing account name.
Returns
A new TrustedSigningAccountNameAvailabilityContent instance for mocking.