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