Przeczytaj w języku angielskim

Udostępnij za pośrednictwem


Service Constructors

Definition

Overloads

Service()

Initializes a new instance of the Service class.

Service(String, String, String, IList<ServiceUnit>)

Initializes a new instance of the Service class.

Service()

Initializes a new instance of the Service class.

public Service ();

Applies to

Azure SDK for .NET Legacy
Produkt Wersje
Azure SDK for .NET Legacy

Service(String, String, String, IList<ServiceUnit>)

Initializes a new instance of the Service class.

public Service (string targetLocation, string targetSubscriptionId, string name = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.ServiceUnit> serviceUnits = default);

Parameters

targetLocation
String

The Azure location to which the resources in the service belong to or should be deployed to.

targetSubscriptionId
String

The subscription to which the resources in the service belong to or should be deployed to.

name
String

Name of the service.

serviceUnits
IList<ServiceUnit>

The detailed information about the units that make up the service.

Applies to

Azure SDK for .NET Legacy
Produkt Wersje
Azure SDK for .NET Legacy