DatacenterAddressInstructionResponse 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
DatacenterAddressInstructionResponse() |
Initializes a new instance of the DatacenterAddressInstructionResponse class. |
DatacenterAddressInstructionResponse(IList<String>, String, String) |
Initializes a new instance of the DatacenterAddressInstructionResponse class. |
DatacenterAddressInstructionResponse()
Initializes a new instance of the DatacenterAddressInstructionResponse class.
public DatacenterAddressInstructionResponse ();
Public Sub New ()
Applies to
DatacenterAddressInstructionResponse(IList<String>, String, String)
Initializes a new instance of the DatacenterAddressInstructionResponse class.
public DatacenterAddressInstructionResponse (System.Collections.Generic.IList<string> supportedCarriersForReturnShipment = default, string dataCenterAzureLocation = default, string communicationInstruction = default);
new Microsoft.Azure.Management.DataBox.Models.DatacenterAddressInstructionResponse : System.Collections.Generic.IList<string> * string * string -> Microsoft.Azure.Management.DataBox.Models.DatacenterAddressInstructionResponse
Public Sub New (Optional supportedCarriersForReturnShipment As IList(Of String) = Nothing, Optional dataCenterAzureLocation As String = Nothing, Optional communicationInstruction As String = Nothing)
Parameters
- dataCenterAzureLocation
- String
Azure Location where the Data Center serves primarily.
- communicationInstruction
- String
Data center communication instruction
Applies to
Azure SDK for .NET