ResourcesDeploymentsExtensions 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.
A class to add extension methods to Azure.ResourceManager.Resources.Deployments.
public static class ResourcesDeploymentsExtensions
type ResourcesDeploymentsExtensions = class
Public Module ResourcesDeploymentsExtensions
- Inheritance
-
ResourcesDeploymentsExtensions
Methods
| Name | Description |
|---|---|
| CalculateDeploymentTemplateHash(TenantResource, BinaryData, CancellationToken) |
Calculate the hash of the given template. <item> Mocking. To mock this method, please mock CalculateDeploymentTemplateHash(BinaryData, CancellationToken) instead. </item> |
| CalculateDeploymentTemplateHashAsync(TenantResource, BinaryData, CancellationToken) |
Calculate the hash of the given template. <item> Mocking. To mock this method, please mock CalculateDeploymentTemplateHashAsync(BinaryData, CancellationToken) instead. </item> |
| GetArmDeployment(ArmClient, ResourceIdentifier, String, CancellationToken) |
Gets a deployment. <item> Mocking. To mock this method, please mock GetArmDeployment(ResourceIdentifier, String, CancellationToken) instead. </item> |
| GetArmDeployment(ManagementGroupResource, String, CancellationToken) |
Gets a deployment.
|
| GetArmDeployment(ResourceGroupResource, String, CancellationToken) |
Gets a deployment.
|
| GetArmDeployment(SubscriptionResource, String, CancellationToken) |
Gets a deployment.
|
| GetArmDeployment(TenantResource, String, CancellationToken) |
Gets a deployment.
|
| GetArmDeploymentAsync(ArmClient, ResourceIdentifier, String, CancellationToken) |
Gets a deployment. <item> Mocking. To mock this method, please mock GetArmDeploymentAsync(ResourceIdentifier, String, CancellationToken) instead. </item> |
| GetArmDeploymentAsync(ManagementGroupResource, String, CancellationToken) |
Gets a deployment.
|
| GetArmDeploymentAsync(ResourceGroupResource, String, CancellationToken) |
Gets a deployment.
|
| GetArmDeploymentAsync(SubscriptionResource, String, CancellationToken) |
Gets a deployment.
|
| GetArmDeploymentAsync(TenantResource, String, CancellationToken) |
Gets a deployment.
|
| GetArmDeploymentResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ArmDeploymentResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetArmDeploymentResource(ResourceIdentifier) instead. </item> |
| GetArmDeployments(ArmClient, ResourceIdentifier) |
Gets a collection of ArmDeploymentCollection objects within the specified scope. <item> Mocking. To mock this method, please mock GetArmDeployments(ResourceIdentifier) instead. </item> |
| GetArmDeployments(ManagementGroupResource) |
Gets a collection of ArmDeploymentResources in the ManagementGroupResource. <item>MockingTo mock this method, please mock GetArmDeployments() instead.</item> |
| GetArmDeployments(ResourceGroupResource) |
Gets a collection of ArmDeploymentResources in the ResourceGroupResource. <item>MockingTo mock this method, please mock GetArmDeployments() instead.</item> |
| GetArmDeployments(SubscriptionResource) |
Gets a collection of ArmDeploymentResources in the SubscriptionResource. <item>MockingTo mock this method, please mock GetArmDeployments() instead.</item> |
| GetArmDeployments(TenantResource) |
Gets a collection of ArmDeploymentResources in the TenantResource. <item>MockingTo mock this method, please mock GetArmDeployments() instead.</item> |