ServiceUnitResource 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
ServiceUnitResource() |
Initialise une nouvelle instance de la classe ServiceUnitResource. |
ServiceUnitResource(String, String, DeploymentMode, String, String, String, IDictionary<String,String>, ServiceUnitArtifacts) |
Initialise une nouvelle instance de la classe ServiceUnitResource. |
ServiceUnitResource()
Initialise une nouvelle instance de la classe ServiceUnitResource.
public ServiceUnitResource ();
Public Sub New ()
S’applique à
ServiceUnitResource(String, String, DeploymentMode, String, String, String, IDictionary<String,String>, ServiceUnitArtifacts)
Initialise une nouvelle instance de la classe ServiceUnitResource.
public ServiceUnitResource (string location, string targetResourceGroup, Microsoft.Azure.Management.DeploymentManager.Models.DeploymentMode deploymentMode, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.DeploymentManager.Models.ServiceUnitArtifacts artifacts = default);
new Microsoft.Azure.Management.DeploymentManager.Models.ServiceUnitResource : string * string * Microsoft.Azure.Management.DeploymentManager.Models.DeploymentMode * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.DeploymentManager.Models.ServiceUnitArtifacts -> Microsoft.Azure.Management.DeploymentManager.Models.ServiceUnitResource
Public Sub New (location As String, targetResourceGroup As String, deploymentMode As DeploymentMode, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional artifacts As ServiceUnitArtifacts = Nothing)
Paramètres
- location
- String
Emplacement géographique où réside la ressource
- targetResourceGroup
- String
Groupe de ressources Azure auquel les ressources de l’unité de service appartiennent ou doivent être déployées.
- deploymentMode
- DeploymentMode
Décrit le type de déploiement ARM à effectuer sur la ressource. Les valeurs possibles sont les suivantes : « Incrémentiel », « Complete »
- 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.
- tags
- IDictionary<String,String>
Balises de ressource.
- artifacts
- ServiceUnitArtifacts
Artefacts de l’unité de service.
S’applique à
Azure SDK for .NET