次の方法で共有


INameAvailability Interface

Definition

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

Properties

Message

The message of the operation.

NameAvailable

Indicates whether the name is available or not.

Reason

The reason of the availability. Required if name is not available.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to