CheckNameAvailabilityInput 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.
Input of CheckNameAvailability API.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.CheckNameAvailabilityInputTypeConverter))]
public class CheckNameAvailabilityInput : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ICheckNameAvailabilityInput
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.CheckNameAvailabilityInputTypeConverter))>]
type CheckNameAvailabilityInput = class
interface ICheckNameAvailabilityInput
interface IJsonSerializable
Public Class CheckNameAvailabilityInput
Implements ICheckNameAvailabilityInput
- Inheritance
-
CheckNameAvailabilityInput
- Attributes
- Implements
Constructors
CheckNameAvailabilityInput() |
Creates an new CheckNameAvailabilityInput instance. |
Properties
Name |
The resource name to validate. |
Type |
The type of the resource whose name is to be validated. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CheckNameAvailabilityInput. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CheckNameAvailabilityInput. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ICheckNameAvailabilityInput. |
FromJsonString(String) |
Creates a new instance of CheckNameAvailabilityInput, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CheckNameAvailabilityInput into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |