ResourcesExtensions.GetDeploymentStacks Method

Definition

Overloads

GetDeploymentStacks(ResourceGroupResource)

Gets a collection of DeploymentStackResources in the ResourceGroupResource. MockingTo mock this method, please mock GetDeploymentStacks() instead.

GetDeploymentStacks(SubscriptionResource)

Gets a collection of DeploymentStackResources in the SubscriptionResource. MockingTo mock this method, please mock GetDeploymentStacks() instead.

GetDeploymentStacks(ManagementGroupResource)

Gets a collection of DeploymentStackResources in the ManagementGroupResource. MockingTo mock this method, please mock GetDeploymentStacks() instead.

GetDeploymentStacks(ResourceGroupResource)

Gets a collection of DeploymentStackResources in the ResourceGroupResource. MockingTo mock this method, please mock GetDeploymentStacks() instead.

public static Azure.ResourceManager.Resources.DeploymentStackCollection GetDeploymentStacks (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetDeploymentStacks : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.Resources.DeploymentStackCollection
<Extension()>
Public Function GetDeploymentStacks (resourceGroupResource As ResourceGroupResource) As DeploymentStackCollection

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource instance the method will execute against.

Returns

An object representing collection of DeploymentStackResources and their operations over a DeploymentStackResource.

Exceptions

resourceGroupResource is null.

Applies to

GetDeploymentStacks(SubscriptionResource)

Gets a collection of DeploymentStackResources in the SubscriptionResource. MockingTo mock this method, please mock GetDeploymentStacks() instead.

public static Azure.ResourceManager.Resources.DeploymentStackCollection GetDeploymentStacks (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource);
static member GetDeploymentStacks : Azure.ResourceManager.Resources.SubscriptionResource -> Azure.ResourceManager.Resources.DeploymentStackCollection
<Extension()>
Public Function GetDeploymentStacks (subscriptionResource As SubscriptionResource) As DeploymentStackCollection

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

Returns

An object representing collection of DeploymentStackResources and their operations over a DeploymentStackResource.

Exceptions

subscriptionResource is null.

Applies to

GetDeploymentStacks(ManagementGroupResource)

Gets a collection of DeploymentStackResources in the ManagementGroupResource. MockingTo mock this method, please mock GetDeploymentStacks() instead.

public static Azure.ResourceManager.Resources.DeploymentStackCollection GetDeploymentStacks (this Azure.ResourceManager.ManagementGroups.ManagementGroupResource managementGroupResource);
static member GetDeploymentStacks : Azure.ResourceManager.ManagementGroups.ManagementGroupResource -> Azure.ResourceManager.Resources.DeploymentStackCollection
<Extension()>
Public Function GetDeploymentStacks (managementGroupResource As ManagementGroupResource) As DeploymentStackCollection

Parameters

managementGroupResource
ManagementGroupResource

The ManagementGroupResource instance the method will execute against.

Returns

An object representing collection of DeploymentStackResources and their operations over a DeploymentStackResource.

Exceptions

managementGroupResource is null.

Applies to