Udostępnij za pośrednictwem


DeploymentManagerExtensions Class

Definition

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.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/artifactSources/{artifactSourceName}
  • Operation Id: ArtifactSources_Get
GetArtifactSourceAsync(ResourceGroupResource, String, CancellationToken)

Gets an artifact source.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/artifactSources/{artifactSourceName}
  • Operation Id: ArtifactSources_Get
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.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/rollouts/{rolloutName}
  • Operation Id: Rollouts_Get
GetRolloutAsync(ResourceGroupResource, String, Nullable<Int32>, CancellationToken)

Gets detailed information of a rollout.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/rollouts/{rolloutName}
  • Operation Id: Rollouts_Get
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.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/serviceTopologies/{serviceTopologyName}
  • Operation Id: ServiceTopologies_Get
GetServiceTopologyResourceAsync(ResourceGroupResource, String, CancellationToken)

Gets the service topology.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/serviceTopologies/{serviceTopologyName}
  • Operation Id: ServiceTopologies_Get
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.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/steps/{stepName}
  • Operation Id: Steps_Get
GetStepResourceAsync(ResourceGroupResource, String, CancellationToken)

Gets the step.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/steps/{stepName}
  • Operation Id: Steps_Get
GetStepResources(ResourceGroupResource)

Gets a collection of StepResources in the ResourceGroupResource.

Applies to