StorageAccountCheckNameAvailabilityParameters Constructors
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.
Overloads
StorageAccountCheckNameAvailabilityParameters() |
Initializes a new instance of the StorageAccountCheckNameAvailabilityParameters class. |
StorageAccountCheckNameAvailabilityParameters(String) |
Initializes a new instance of the StorageAccountCheckNameAvailabilityParameters class. |
StorageAccountCheckNameAvailabilityParameters()
Initializes a new instance of the StorageAccountCheckNameAvailabilityParameters class.
public StorageAccountCheckNameAvailabilityParameters ();
Public Sub New ()
Applies to
StorageAccountCheckNameAvailabilityParameters(String)
Initializes a new instance of the StorageAccountCheckNameAvailabilityParameters class.
public StorageAccountCheckNameAvailabilityParameters (string name);
new Microsoft.Azure.Management.Storage.Fluent.Models.StorageAccountCheckNameAvailabilityParameters : string -> Microsoft.Azure.Management.Storage.Fluent.Models.StorageAccountCheckNameAvailabilityParameters
Public Sub New (name As String)
Parameters
- name
- String
The storage account name.