ElasticMonitorResource.GetDeploymentInfo(CancellationToken) 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.
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
- Default Api Version: 2024-03-01
public virtual Azure.Response<Azure.ResourceManager.Elastic.Models.ElasticDeploymentInfoResult> GetDeploymentInfo(System.Threading.CancellationToken cancellationToken = default);
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.ElasticDeploymentInfoResult>
override this.GetDeploymentInfo : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Elastic.Models.ElasticDeploymentInfoResult>
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 ElasticDeploymentInfoResult)
Public Overridable Function GetDeploymentInfo (Optional cancellationToken As CancellationToken = Nothing) As Response(Of DeploymentInfoResponse)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET