ICheckNameAvailability Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.CheckNameAvailabilityTypeConverter))]
public interface ICheckNameAvailability : Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.CheckNameAvailabilityTypeConverter))>]
type ICheckNameAvailability = interface
    interface IJsonSerializable
Public Interface ICheckNameAvailability
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
Name

Artifact signing account name.

Type

The type of the resource, "Microsoft.CodeSigning/codeSigningAccounts".

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to