CheckNameAvailabilityModel 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 model.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.CheckNameAvailabilityModelTypeConverter))]
public class CheckNameAvailabilityModel : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.ICheckNameAvailabilityModel
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.CheckNameAvailabilityModelTypeConverter))>]
type CheckNameAvailabilityModel = class
interface ICheckNameAvailabilityModel
interface IJsonSerializable
Public Class CheckNameAvailabilityModel
Implements ICheckNameAvailabilityModel
- Inheritance
-
CheckNameAvailabilityModel
- Attributes
- Implements
Constructors
CheckNameAvailabilityModel() |
Creates an new CheckNameAvailabilityModel instance. |
Properties
Name |
Gets or sets the resource name. |
Type |
Gets or sets the resource type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CheckNameAvailabilityModel. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CheckNameAvailabilityModel. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.ICheckNameAvailabilityModel. |
FromJsonString(String) |
Creates a new instance of CheckNameAvailabilityModel, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CheckNameAvailabilityModel into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |