Udostępnij za pośrednictwem


ArmDataBoxModelFactory.DataCenterAddressInstructionResult Method

Definition

Initializes a new instance of DataCenterAddressInstructionResult.

public static Azure.ResourceManager.DataBox.Models.DataCenterAddressInstructionResult DataCenterAddressInstructionResult (System.Collections.Generic.IEnumerable<string> supportedCarriersForReturnShipment = default, Azure.Core.AzureLocation? dataCenterAzureLocation = default, string communicationInstruction = default);
static member DataCenterAddressInstructionResult : seq<string> * Nullable<Azure.Core.AzureLocation> * string -> Azure.ResourceManager.DataBox.Models.DataCenterAddressInstructionResult
Public Shared Function DataCenterAddressInstructionResult (Optional supportedCarriersForReturnShipment As IEnumerable(Of String) = Nothing, Optional dataCenterAzureLocation As Nullable(Of AzureLocation) = Nothing, Optional communicationInstruction As String = Nothing) As DataCenterAddressInstructionResult

Parameters

supportedCarriersForReturnShipment
IEnumerable<String>

List of supported carriers for return shipment.

dataCenterAzureLocation
Nullable<AzureLocation>

Azure Location where the Data Center serves primarily.

communicationInstruction
String

Data center communication instruction.

Returns

A new DataCenterAddressInstructionResult instance for mocking.

Applies to