CheckNameAvailability Class
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.
Description of a Check Name availability request properties.
[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.CheckNameAvailabilityTypeConverter))]
public class CheckNameAvailability : Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.ICheckNameAvailability
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.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.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() |