DataLocationToServiceLocationMap 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
DataLocationToServiceLocationMap() |
Initializes a new instance of the DataLocationToServiceLocationMap class. |
DataLocationToServiceLocationMap(String, String) |
Initializes a new instance of the DataLocationToServiceLocationMap class. |
DataLocationToServiceLocationMap()
Initializes a new instance of the DataLocationToServiceLocationMap class.
public DataLocationToServiceLocationMap ();
Public Sub New ()
Applies to
DataLocationToServiceLocationMap(String, String)
Initializes a new instance of the DataLocationToServiceLocationMap class.
public DataLocationToServiceLocationMap (string dataLocation = default, string serviceLocation = default);
new Microsoft.Azure.Management.DataBox.Models.DataLocationToServiceLocationMap : string * string -> Microsoft.Azure.Management.DataBox.Models.DataLocationToServiceLocationMap
Public Sub New (Optional dataLocation As String = Nothing, Optional serviceLocation As String = Nothing)
Parameters
- dataLocation
- String
Location of the data.
- serviceLocation
- String
Location of the service.
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