ResourceModelWithAllowedPropertySet Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.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)
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. Si elle est prise 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 à
Azure SDK for .NET