CheckNameAvailabilityParameters 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.
Parameters used for checking whether a resource name is available.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.CheckNameAvailabilityParametersTypeConverter))]
public class CheckNameAvailabilityParameters : Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.ICheckNameAvailabilityParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.CheckNameAvailabilityParametersTypeConverter))>]
type CheckNameAvailabilityParameters = class
interface ICheckNameAvailabilityParameters
interface IJsonSerializable
Public Class CheckNameAvailabilityParameters
Implements ICheckNameAvailabilityParameters
- Inheritance
-
CheckNameAvailabilityParameters
- Attributes
- Implements
Constructors
CheckNameAvailabilityParameters() |
Creates an new CheckNameAvailabilityParameters instance. |
Properties
Name |
The name to check for availability. |
Type |
The resource type to check for name availability. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CheckNameAvailabilityParameters. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CheckNameAvailabilityParameters. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.ICheckNameAvailabilityParameters. |
FromJsonString(String) |
Creates a new instance of CheckNameAvailabilityParameters, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CheckNameAvailabilityParameters into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |