INameAvailabilityParameters Interface

Definition

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

Properties

Name

The CommunicationService name to validate. e.g."my-CommunicationService-name-here"

Type

The resource type. Should be always "Microsoft.Communication/CommunicationServices".

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to