DeploymentManagerExtensions 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.DeploymentManager.
public static class DeploymentManagerExtensions
type DeploymentManagerExtensions = class
Public Module DeploymentManagerExtensions
- Inheritance
-
DeploymentManagerExtensions
Methods
GetArtifactSource(ResourceGroupResource, String, CancellationToken) |
Gets an artifact source.
|
GetArtifactSourceAsync(ResourceGroupResource, String, CancellationToken) |
Gets an artifact source.
|
GetArtifactSourceResource(ArmClient, ResourceIdentifier) |
Gets an object representing an ArtifactSourceResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create an ArtifactSourceResourceResourceIdentifier from its components. |
GetArtifactSources(ResourceGroupResource) |
Gets a collection of ArtifactSourceResources in the ResourceGroupResource. |
GetRollout(ResourceGroupResource, String, Nullable<Int32>, CancellationToken) |
Gets detailed information of a rollout.
|
GetRolloutAsync(ResourceGroupResource, String, Nullable<Int32>, CancellationToken) |
Gets detailed information of a rollout.
|
GetRolloutResource(ArmClient, ResourceIdentifier) |
Gets an object representing a RolloutResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a RolloutResourceResourceIdentifier from its components. |
GetRollouts(ResourceGroupResource) |
Gets a collection of RolloutResources in the ResourceGroupResource. |
GetServiceResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ServiceResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a ServiceResourceResourceIdentifier from its components. |
GetServiceTopologyResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ServiceTopologyResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a ServiceTopologyResourceResourceIdentifier from its components. |
GetServiceTopologyResource(ResourceGroupResource, String, CancellationToken) |
Gets the service topology.
|
GetServiceTopologyResourceAsync(ResourceGroupResource, String, CancellationToken) |
Gets the service topology.
|
GetServiceTopologyResources(ResourceGroupResource) |
Gets a collection of ServiceTopologyResources in the ResourceGroupResource. |
GetServiceUnitResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ServiceUnitResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a ServiceUnitResourceResourceIdentifier from its components. |
GetStepResource(ArmClient, ResourceIdentifier) |
Gets an object representing a StepResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a StepResourceResourceIdentifier from its components. |
GetStepResource(ResourceGroupResource, String, CancellationToken) |
Gets the step.
|
GetStepResourceAsync(ResourceGroupResource, String, CancellationToken) |
Gets the step.
|
GetStepResources(ResourceGroupResource) |
Gets a collection of StepResources in the ResourceGroupResource. |
Applies to
Azure SDK for .NET