CheckEndpointNameAvailabilityInput 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.CheckEndpointNameAvailabilityInputTypeConverter))]
public class CheckEndpointNameAvailabilityInput : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ICheckEndpointNameAvailabilityInput
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.CheckEndpointNameAvailabilityInputTypeConverter))>]
type CheckEndpointNameAvailabilityInput = class
interface ICheckEndpointNameAvailabilityInput
interface IJsonSerializable
Public Class CheckEndpointNameAvailabilityInput
Implements ICheckEndpointNameAvailabilityInput
- Inheritance
-
CheckEndpointNameAvailabilityInput
- Attributes
- Implements
Constructors
CheckEndpointNameAvailabilityInput() |
Creates an new CheckEndpointNameAvailabilityInput instance. |
Properties
AutoGeneratedDomainNameLabelScope |
Indicates the endpoint name reuse scope. The default value is TenantReuse. |
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 CheckEndpointNameAvailabilityInput. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CheckEndpointNameAvailabilityInput. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ICheckEndpointNameAvailabilityInput. |
FromJsonString(String) |
Creates a new instance of CheckEndpointNameAvailabilityInput, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CheckEndpointNameAvailabilityInput into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |