Freigeben über


ResourceModelWithAllowedPropertySet Konstruktoren

Definition

Ü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.MixedReality.Models.ResourceModelWithAllowedPropertySetIdentity identity = default, Microsoft.Azure.Management.MixedReality.Models.ResourceModelWithAllowedPropertySetSku sku = default, Microsoft.Azure.Management.MixedReality.Models.ResourceModelWithAllowedPropertySetPlan plan = default);
new Microsoft.Azure.Management.MixedReality.Models.ResourceModelWithAllowedPropertySet : string * string * string * string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.MixedReality.Models.ResourceModelWithAllowedPropertySetIdentity * Microsoft.Azure.Management.MixedReality.Models.ResourceModelWithAllowedPropertySetSku * Microsoft.Azure.Management.MixedReality.Models.ResourceModelWithAllowedPropertySetPlan -> Microsoft.Azure.Management.MixedReality.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 von Portal/Tools/etc verwendet werden, um verschiedene UX-Umgebungen für Ressourcen desselben Typs zu rendern; Beispielsweise sind ApiApps eine Art Microsoft.Web/sites-Typ. Falls unterstützt, muss der Ressourcenanbieter diesen Wert überprüfen und beibehalten.

etag
String

Das etag-Feld ist nicht erforderlich. Wenn sie im Antworttext bereitgestellt wird, muss sie gemäß der normalen etag-Konvention auch als Header bereitgestellt werden. Entitätstags werden verwendet, um zwei oder mehr Entitäten aus derselben angeforderten Ressource zu vergleichen. HTTP/1.1 verwendet Entitätstags in den Kopfzeilenfeldern 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: