Condividi tramite


ServiceProperties Constructors

Definition

Overloads

ServiceProperties()

Initializes a new instance of the ServiceProperties class.

ServiceProperties(String, String)

Initializes a new instance of the ServiceProperties class.

ServiceProperties()

Initializes a new instance of the ServiceProperties class.

public ServiceProperties ();
Public Sub New ()

Applies to

ServiceProperties(String, String)

Initializes a new instance of the ServiceProperties class.

public ServiceProperties (string targetLocation, string targetSubscriptionId);
new Microsoft.Azure.Management.DeploymentManager.Models.ServiceProperties : string * string -> Microsoft.Azure.Management.DeploymentManager.Models.ServiceProperties
Public Sub New (targetLocation As String, targetSubscriptionId As String)

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.

Applies to