ServiceTopologyResource Class
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.
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
- 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
Azure SDK for .NET