Service 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
Service() |
Initialise une nouvelle instance de la classe Service. |
Service(String, String, String, IList<ServiceUnit>) |
Initialise une nouvelle instance de la classe Service. |
Service()
Initialise une nouvelle instance de la classe Service.
public Service ();
Public Sub New ()
S’applique à
Service(String, String, String, IList<ServiceUnit>)
Initialise une nouvelle instance de la classe Service.
public Service (string targetLocation, string targetSubscriptionId, string name = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.ServiceUnit> serviceUnits = default);
new Microsoft.Azure.Management.DeploymentManager.Models.Service : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.ServiceUnit> -> Microsoft.Azure.Management.DeploymentManager.Models.Service
Public Sub New (targetLocation As String, targetSubscriptionId As String, Optional name As String = Nothing, Optional serviceUnits As IList(Of ServiceUnit) = Nothing)
Paramètres
- targetLocation
- String
Emplacement Azure auquel les ressources du service appartiennent ou doivent être déployées.
- targetSubscriptionId
- String
Abonnement auquel les ressources du service appartiennent ou doivent être déployées.
- name
- String
Nom du service.
- serviceUnits
- IList<ServiceUnit>
Informations détaillées sur les unités qui composent le service.
S’applique à
Azure SDK for .NET