CheckNameAvailabilityRequest 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.
Check Name Availability Request
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.Api20210301Preview.CheckNameAvailabilityRequestTypeConverter))]
public class CheckNameAvailabilityRequest : Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.Api20210301Preview.ICheckNameAvailabilityRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.Api20210301Preview.CheckNameAvailabilityRequestTypeConverter))>]
type CheckNameAvailabilityRequest = class
interface ICheckNameAvailabilityRequest
interface IJsonSerializable
Public Class CheckNameAvailabilityRequest
Implements ICheckNameAvailabilityRequest
- Inheritance
-
CheckNameAvailabilityRequest
- Attributes
- Implements
Constructors
CheckNameAvailabilityRequest() |
Creates an new CheckNameAvailabilityRequest instance. |
Properties
Name |
Resource Name To Verify |
Type |
Fully qualified resource type which includes provider namespace |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CheckNameAvailabilityRequest. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CheckNameAvailabilityRequest. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.Api20210301Preview.ICheckNameAvailabilityRequest. |
FromJsonString(String) |
Creates a new instance of CheckNameAvailabilityRequest, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CheckNameAvailabilityRequest into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |