DatacenterAddressRequest 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
DatacenterAddressRequest() |
Initializes a new instance of the DatacenterAddressRequest class. |
DatacenterAddressRequest(String, SkuName) |
Initializes a new instance of the DatacenterAddressRequest class. |
DatacenterAddressRequest()
Initializes a new instance of the DatacenterAddressRequest class.
public DatacenterAddressRequest ();
Public Sub New ()
Applies to
DatacenterAddressRequest(String, SkuName)
Initializes a new instance of the DatacenterAddressRequest class.
public DatacenterAddressRequest (string storageLocation, Microsoft.Azure.Management.DataBox.Models.SkuName skuName);
new Microsoft.Azure.Management.DataBox.Models.DatacenterAddressRequest : string * Microsoft.Azure.Management.DataBox.Models.SkuName -> Microsoft.Azure.Management.DataBox.Models.DatacenterAddressRequest
Public Sub New (storageLocation As String, skuName As SkuName)
Parameters
- storageLocation
- String
Storage location. For locations check: https://management.azure.com/subscriptions/SUBSCRIPTIONID/locations?api-version=2018-01-01
- skuName
- SkuName
Sku Name for which the data center address requested. Possible values include: 'DataBox', 'DataBoxDisk', 'DataBoxHeavy', 'DataBoxCustomerDisk'
Applies to
Azure SDK for .NET