TrustedSigningAccountNameAvailabilityContent(String, ResourceType) Constructor
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.
Initializes a new instance of TrustedSigningAccountNameAvailabilityContent.
public TrustedSigningAccountNameAvailabilityContent(string name, Azure.Core.ResourceType resourceType);
new Azure.ResourceManager.TrustedSigning.Models.TrustedSigningAccountNameAvailabilityContent : string * Azure.Core.ResourceType -> Azure.ResourceManager.TrustedSigning.Models.TrustedSigningAccountNameAvailabilityContent
Public Sub New (name As String, resourceType As ResourceType)
Parameters
- name
- String
Trusted signing account name.
- resourceType
- ResourceType
The type of the resource, "Microsoft.CodeSigning/codeSigningAccounts".
Exceptions
name is null.