ResourceLocationDataContract Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ResourceLocationDataContract() |
Initialisiert eine neue instance der ResourceLocationDataContract-Klasse. |
ResourceLocationDataContract(String, String, String, String) |
Initialisiert eine neue instance der ResourceLocationDataContract-Klasse. |
ResourceLocationDataContract()
Initialisiert eine neue instance der ResourceLocationDataContract-Klasse.
public ResourceLocationDataContract ();
Public Sub New ()
Gilt für:
ResourceLocationDataContract(String, String, String, String)
Initialisiert eine neue instance der ResourceLocationDataContract-Klasse.
public ResourceLocationDataContract (string name, string city = default, string district = default, string countryOrRegion = default);
new Microsoft.Azure.Management.ApiManagement.Models.ResourceLocationDataContract : string * string * string * string -> Microsoft.Azure.Management.ApiManagement.Models.ResourceLocationDataContract
Public Sub New (name As String, Optional city As String = Nothing, Optional district As String = Nothing, Optional countryOrRegion As String = Nothing)
Parameter
- name
- String
Ein kanonischer Name für den geografischen oder physischen Standort.
- city
- String
Die Stadt oder den Ort, in dem sich die Ressource befindet.
- district
- String
Der Distrikt, das Bundesland oder die Provinz, in dem sich die Ressource befindet.
- countryOrRegion
- String
Das Land oder die Region, in dem sich die Ressource befindet.
Gilt für:
Azure SDK for .NET