CheckNameAvailabilityParameter 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.
Parameter supplied to check Namespace name availability operation
[Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.CheckNameAvailabilityParameterTypeConverter))]
public class CheckNameAvailabilityParameter : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.ICheckNameAvailabilityParameter
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.CheckNameAvailabilityParameterTypeConverter))>]
type CheckNameAvailabilityParameter = class
interface ICheckNameAvailabilityParameter
interface IJsonSerializable
Public Class CheckNameAvailabilityParameter
Implements ICheckNameAvailabilityParameter
- Inheritance
-
CheckNameAvailabilityParameter
- Attributes
- Implements
Constructors
CheckNameAvailabilityParameter() |
Creates an new CheckNameAvailabilityParameter instance. |
Properties
Name |
Name to check the namespace name availability |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CheckNameAvailabilityParameter. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CheckNameAvailabilityParameter. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.ICheckNameAvailabilityParameter. |
FromJsonString(String) |
Creates a new instance of CheckNameAvailabilityParameter, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CheckNameAvailabilityParameter into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |