Condividi tramite


StepResource Class

Definition

The resource representation of a rollout step.

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

Constructors

StepResource()

Initializes a new instance of the StepResource class.

StepResource(String, StepProperties, String, String, String, IDictionary<String,String>)

Initializes a new instance of the StepResource class.

Properties

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)
Properties

Gets or sets the properties that define the step.

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