Dela via


CheckNameAvailability Class

Definition

Description of a Check Name availability request properties.

[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.CheckNameAvailabilityTypeConverter))]
public class CheckNameAvailability : Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.ICheckNameAvailability
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.CheckNameAvailabilityTypeConverter))>]
type CheckNameAvailability = class
    interface ICheckNameAvailability
    interface IJsonSerializable
Public Class CheckNameAvailability
Implements ICheckNameAvailability
Inheritance
CheckNameAvailability
Attributes
Implements

Constructors

CheckNameAvailability()

Creates an new CheckNameAvailability instance.

Properties

Name

The Name to check the namespace name availability and The namespace name can contain only letters, numbers, and hyphens. The namespace must start with a letter, and it must end with a letter or number.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CheckNameAvailability.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CheckNameAvailability.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.ICheckNameAvailability.

FromJsonString(String)

Creates a new instance of CheckNameAvailability, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of CheckNameAvailability into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to