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.
Initializes a new instance of DataCenterAddressResult.
public static Azure.ResourceManager.DataBox.Models.DataCenterAddressResult DataCenterAddressResult (System.Collections.Generic.IEnumerable<string> supportedCarriersForReturnShipment = default, Azure.Core.AzureLocation? dataCenterAzureLocation = default);
static member DataCenterAddressResult : seq<string> * Nullable<Azure.Core.AzureLocation> -> Azure.ResourceManager.DataBox.Models.DataCenterAddressResult
Public Shared Function DataCenterAddressResult (Optional supportedCarriersForReturnShipment As IEnumerable(Of String) = Nothing, Optional dataCenterAzureLocation As Nullable(Of AzureLocation) = Nothing) As DataCenterAddressResult
Parameters
- 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.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET