Partager via


ResourceModelWithAllowedPropertySet Constructeurs

Définition

Surcharges

ResourceModelWithAllowedPropertySet()

Initialise une nouvelle instance de la classe ResourceModelWithAllowedPropertySet.

ResourceModelWithAllowedPropertySet(String, String, String, String, String, String, String, IDictionary<String,String>, ResourceModelWithAllowedPropertySetIdentity, ResourceModelWithAllowedPropertySetSku, ResourceModelWithAllowedPropertySetPlan)

Initialise une nouvelle instance de la classe ResourceModelWithAllowedPropertySet.

ResourceModelWithAllowedPropertySet()

Initialise une nouvelle instance de la classe ResourceModelWithAllowedPropertySet.

public ResourceModelWithAllowedPropertySet ();
Public Sub New ()

S’applique à

ResourceModelWithAllowedPropertySet(String, String, String, String, String, String, String, IDictionary<String,String>, ResourceModelWithAllowedPropertySetIdentity, ResourceModelWithAllowedPropertySetSku, ResourceModelWithAllowedPropertySetPlan)

Initialise une nouvelle instance de la classe ResourceModelWithAllowedPropertySet.

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)

Paramètres

id
String

ID de ressource complet pour la ressource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

nom de la ressource.

type
String

Type de la ressource. Par exemple, « Microsoft.Compute/virtualMachines » ou « Microsoft.Storage/storageAccounts »

location
String

Emplacement géographique où réside la ressource

managedBy
String

ID de ressource complet de la ressource qui gère cette ressource. Indique si cette ressource est gérée par une autre ressource Azure. Si cela est présent, le déploiement en mode complet ne supprime pas la ressource si elle est supprimée du modèle, car elle est gérée par une autre ressource.

kind
String

Métadonnées utilisées par le portail/les outils/etc pour afficher différentes expériences d’expérience utilisateur pour des ressources du même type ; Par exemple, ApiApps est une sorte de type Microsoft.Web/sites. S’il est pris en charge, le fournisseur de ressources doit valider et conserver cette valeur.

etag
String

Le champ etag n’est pas obligatoire. S’il est fourni dans le corps de la réponse, il doit également être fourni en tant qu’en-tête conformément à la convention etag normale. Les balises d’entité sont utilisées pour comparer au moins deux entités de la même ressource demandée. HTTP/1.1 utilise des balises d’entité dans les champs d’en-tête etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26) et If-Range (section 14.27).

tags
IDictionary<String,String>

Balises de ressource.

S’applique à