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

NewResourceManagerSdkClient.FilterDeployments(FilterDeploymentOptions) Method

Definition

Filters deployments with the provided options

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

Parameters

options
FilterDeploymentOptions

The filtering options

Returns

Applies to