ServiceTopologyResource Class

Definition

The resource representation of a service topology.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ServiceTopologyResource : Microsoft.Azure.Management.DeploymentManager.Models.TrackedResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ServiceTopologyResource = class
    inherit TrackedResource
Public Class ServiceTopologyResource
Inherits TrackedResource
Inheritance
ServiceTopologyResource
Attributes

Constructors

ServiceTopologyResource()

Initializes a new instance of the ServiceTopologyResource class.

ServiceTopologyResource(String, String, String, String, IDictionary<String,String>, String)

Initializes a new instance of the ServiceTopologyResource class.

Properties

ArtifactSourceId

Gets or sets the resource Id of the artifact source that contains the artifacts that can be referenced in the service units.

Id

Gets fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from Resource)
Location

Gets or sets the geo-location where the resource lives

(Inherited from TrackedResource)
Name

Gets the name of the resource

(Inherited from Resource)
Tags

Gets or sets resource tags.

(Inherited from TrackedResource)
Type

Gets the type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to