ResourceModelWithAllowedPropertySet 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
ResourceModelWithAllowedPropertySet() |
Initialisiert eine neue instance der ResourceModelWithAllowedPropertySet-Klasse. |
ResourceModelWithAllowedPropertySet(String, String, String, String, String, String, String, IDictionary<String,String>, ResourceModelWithAllowedPropertySetIdentity, ResourceModelWithAllowedPropertySetSku, ResourceModelWithAllowedPropertySetPlan) |
Initialisiert eine neue instance der ResourceModelWithAllowedPropertySet-Klasse. |
ResourceModelWithAllowedPropertySet()
Initialisiert eine neue instance der ResourceModelWithAllowedPropertySet-Klasse.
public ResourceModelWithAllowedPropertySet ();
Public Sub New ()
Gilt für:
ResourceModelWithAllowedPropertySet(String, String, String, String, String, String, String, IDictionary<String,String>, ResourceModelWithAllowedPropertySetIdentity, ResourceModelWithAllowedPropertySetSku, ResourceModelWithAllowedPropertySetPlan)
Initialisiert eine neue instance der ResourceModelWithAllowedPropertySet-Klasse.
public ResourceModelWithAllowedPropertySet (string id = default, string name = default, string type = default, string location = default, string managedBy = default, string kind = default, string etag = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.LabServices.Models.ResourceModelWithAllowedPropertySetIdentity identity = default, Microsoft.Azure.Management.LabServices.Models.ResourceModelWithAllowedPropertySetSku sku = default, Microsoft.Azure.Management.LabServices.Models.ResourceModelWithAllowedPropertySetPlan plan = default);
new Microsoft.Azure.Management.LabServices.Models.ResourceModelWithAllowedPropertySet : string * string * string * string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.LabServices.Models.ResourceModelWithAllowedPropertySetIdentity * Microsoft.Azure.Management.LabServices.Models.ResourceModelWithAllowedPropertySetSku * Microsoft.Azure.Management.LabServices.Models.ResourceModelWithAllowedPropertySetPlan -> Microsoft.Azure.Management.LabServices.Models.ResourceModelWithAllowedPropertySet
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional managedBy As String = Nothing, Optional kind As String = Nothing, Optional etag As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As ResourceModelWithAllowedPropertySetIdentity = Nothing, Optional sku As ResourceModelWithAllowedPropertySetSku = Nothing, Optional plan As ResourceModelWithAllowedPropertySetPlan = Nothing)
Parameter
- id
- String
Vollqualifizierte Ressourcen-ID für die Ressource. Beispiel: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
Der Name der Ressource
- type
- String
Der Typ der Ressource. Z. B. "Microsoft.Compute/virtualMachines" oder "Microsoft.Storage/storageAccounts"
- location
- String
Der geografische Standort, an dem sich die Ressource befindet
- managedBy
- String
Die vollqualifizierte Ressourcen-ID der Ressource, die diese Ressource verwaltet. Gibt an, ob diese Ressource von einer anderen Azure-Ressource verwaltet wird. Wenn dies vorhanden ist, löscht die Bereitstellung im vollständigen Modus die Ressource nicht, wenn sie aus der Vorlage entfernt wird, da sie von einer anderen Ressource verwaltet wird.
- kind
- String
Metadaten, die vom Portal/Tooling/etc verwendet werden, um unterschiedliche UX-Erfahrungen für Ressourcen desselben Typs zu rendern; ApiApps sind z. B. eine Art Microsoft.Web/sites-Typ. Falls unterstützt, muss der Ressourcenanbieter diesen Wert überprüfen und beibehalten.
- etag
- String
Das Feld etag ist nicht erforderlich. Wenn es im Antworttext angegeben wird, muss es auch als Header gemäß der normalen etag-Konvention bereitgestellt werden. Entitätstags werden zum Vergleichen von zwei oder mehr Entitäten aus derselben angeforderten Ressource verwendet. HTTP/1.1 verwendet Entitätstags in den Headerfeldern etag (Abschnitt 14.19), If-Match (Abschnitt 14.24), If-None-Match (Abschnitt 14.26) und If-Range (Abschnitt 14.27).
- tags
- IDictionary<String,String>
Ressourcentags.
Gilt für:
Azure SDK for .NET