ArmDataBoxModelFactory.DataCenterAddressResult Method
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.
Datacenter address for given storage location. Please note this is the abstract base class. The derived classes available for instantiation are: DataCenterAddressInstructionResult and DataCenterAddressLocationResult.
public static Azure.ResourceManager.DataBox.Models.DataCenterAddressResult DataCenterAddressResult(string datacenterAddressType = default, System.Collections.Generic.IEnumerable<string> supportedCarriersForReturnShipment = default, Azure.Core.AzureLocation? dataCenterAzureLocation = default);
static member DataCenterAddressResult : string * seq<string> * Nullable<Azure.Core.AzureLocation> -> Azure.ResourceManager.DataBox.Models.DataCenterAddressResult
Public Shared Function DataCenterAddressResult (Optional datacenterAddressType As String = Nothing, Optional supportedCarriersForReturnShipment As IEnumerable(Of String) = Nothing, Optional dataCenterAzureLocation As Nullable(Of AzureLocation) = Nothing) As DataCenterAddressResult
Parameters
- datacenterAddressType
- String
Data center address type.
- supportedCarriersForReturnShipment
- IEnumerable<String>
List of supported carriers for return shipment.
- dataCenterAzureLocation
- Nullable<AzureLocation>
Azure Location where the Data Center serves primarily.
Returns
A new DataCenterAddressResult instance for mocking.