DeploymentStacksOperationsExtensions.GetAtResourceGroup Method
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.
Gets a Deployment stack with a given name at Resource Group scope.
public static Microsoft.Azure.Management.Resources.Models.DeploymentStack GetAtResourceGroup (this Microsoft.Azure.Management.Resources.IDeploymentStacksOperations operations, string resourceGroupName, string deploymentStackName);
static member GetAtResourceGroup : Microsoft.Azure.Management.Resources.IDeploymentStacksOperations * string * string -> Microsoft.Azure.Management.Resources.Models.DeploymentStack
<Extension()>
Public Function GetAtResourceGroup (operations As IDeploymentStacksOperations, resourceGroupName As String, deploymentStackName As String) As DeploymentStack
Parameters
- operations
- IDeploymentStacksOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group. The name is case insensitive.
- deploymentStackName
- String
Name of the deployment stack.