你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NewResourceManagerSdkClient.FilterResourceGroupDeployments Method

Definition

Filters the resource group deployments with provided options

public virtual System.Collections.Generic.List<Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroupDeployment> FilterResourceGroupDeployments (Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.FilterDeploymentOptions options);
abstract member FilterResourceGroupDeployments : Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.FilterDeploymentOptions -> System.Collections.Generic.List<Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroupDeployment>
override this.FilterResourceGroupDeployments : Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.FilterDeploymentOptions -> System.Collections.Generic.List<Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroupDeployment>
Public Overridable Function FilterResourceGroupDeployments (options As FilterDeploymentOptions) As List(Of PSResourceGroupDeployment)

Parameters

options
FilterDeploymentOptions

The filtering options

Returns

Applies to