Condividi tramite


Service Class

Definition

Defines a service.

public class Service : Microsoft.Azure.Management.DeploymentManager.Models.ServiceProperties
type Service = class
    inherit ServiceProperties
Public Class Service
Inherits ServiceProperties
Inheritance

Constructors

Service()

Initializes a new instance of the Service class.

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

Initializes a new instance of the Service class.

Properties

Name

Gets or sets name of the service.

ServiceUnits

Gets or sets the detailed information about the units that make up the service.

TargetLocation

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

(Inherited from ServiceProperties)
TargetSubscriptionId

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

(Inherited from ServiceProperties)

Methods

Validate()

Validate the object.

Applies to