DeploymentStacksWhatIfResult Class

Definition

Deployment stack object.

public class DeploymentStacksWhatIfResult : Microsoft.Azure.Management.Resources.DeploymentStacks.Models.ProxyResource
type DeploymentStacksWhatIfResult = class
    inherit ProxyResource
Public Class DeploymentStacksWhatIfResult
Inherits ProxyResource
Inheritance
DeploymentStacksWhatIfResult

Constructors

Name Description
DeploymentStacksWhatIfResult()

Initializes a new instance of the DeploymentStacksWhatIfResult class.

DeploymentStacksWhatIfResult(String, String, String, SystemData, DeploymentStacksWhatIfResultProperties, String, IDictionary<String,String>)

Initializes a new instance of the DeploymentStacksWhatIfResult class.

Properties

Name Description
Id

Gets fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

(Inherited from Resource)
Location

Gets or sets the geo-location where the resource lives. Required for subscription and management group scoped stacks. The location is inherited from the resource group for resource group scoped stacks.

Name

Gets the name of the resource

(Inherited from Resource)
Properties

Gets or sets the resource-specific properties for this resource.

SystemData

Gets azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from Resource)
Tags

Gets or sets resource tags.

Type

Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from Resource)

Methods

Name Description
Validate()

Validate the object.

Applies to