StorageAccountCheckNameAvailabilityParameters 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.
The parameters used to check the availability of the storage account name.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.StorageAccountCheckNameAvailabilityParametersTypeConverter))]
public class StorageAccountCheckNameAvailabilityParameters : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IStorageAccountCheckNameAvailabilityParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.StorageAccountCheckNameAvailabilityParametersTypeConverter))>]
type StorageAccountCheckNameAvailabilityParameters = class
interface IStorageAccountCheckNameAvailabilityParameters
interface IJsonSerializable
Public Class StorageAccountCheckNameAvailabilityParameters
Implements IStorageAccountCheckNameAvailabilityParameters
- Inheritance
-
StorageAccountCheckNameAvailabilityParameters
- Attributes
- Implements
Constructors
StorageAccountCheckNameAvailabilityParameters() |
Creates an new StorageAccountCheckNameAvailabilityParameters instance. |
Properties
Name |
The storage account name. |
Type |
The type of resource, Microsoft.Storage/storageAccounts |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of StorageAccountCheckNameAvailabilityParameters. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StorageAccountCheckNameAvailabilityParameters. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IStorageAccountCheckNameAvailabilityParameters. |
FromJsonString(String) |
Creates a new instance of StorageAccountCheckNameAvailabilityParameters, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of StorageAccountCheckNameAvailabilityParameters into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |