Aracılığıyla paylaş


ElasticMonitorResource.GetDeploymentInfo(CancellationToken) Method

Definition

Fetch information regarding Elastic cloud deployment corresponding to the Elastic monitor resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Elastic/monitors/{monitorName}/listDeploymentInfo
  • Operation Id: DeploymentInfo_List
public virtual Azure.Response<Azure.ResourceManager.Elastic.Models.DeploymentInfoResponse> GetDeploymentInfo (System.Threading.CancellationToken cancellationToken = default);
abstract member GetDeploymentInfo : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Elastic.Models.DeploymentInfoResponse>
override this.GetDeploymentInfo : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Elastic.Models.DeploymentInfoResponse>
Public Overridable Function GetDeploymentInfo (Optional cancellationToken As CancellationToken = Nothing) As Response(Of DeploymentInfoResponse)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to