ServiceProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.