DatacenterAddressRequest 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.
Request body to get the datacenter address.
public class DatacenterAddressRequest
type DatacenterAddressRequest = class
Public Class DatacenterAddressRequest
- Inheritance
-
DatacenterAddressRequest
Constructors
DatacenterAddressRequest() |
Initializes a new instance of the DatacenterAddressRequest class. |
DatacenterAddressRequest(String, SkuName) |
Initializes a new instance of the DatacenterAddressRequest class. |
Properties
SkuName |
Gets or sets sku Name for which the data center address requested. Possible values include: 'DataBox', 'DataBoxDisk', 'DataBoxHeavy', 'DataBoxCustomerDisk' |
StorageLocation |
Gets or sets storage location. For locations check: https://management.azure.com/subscriptions/SUBSCRIPTIONID/locations?api-version=2018-01-01 |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET