C# 클래스 Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.QueryFilterBuilder

A class that builds query filters.
파일 보기 프로젝트 열기: Azure/azure-powershell 1 사용 예제들

공개 메소드들

메소드 설명
CreateFilter ( System.Guid subscriptionIds, string resourceGroup, string resourceType, string resourceName, string tagName, string tagValue, string filter, string nameContains = null, string resourceGroupNameContains = null ) : string

Creates a filter from the given properties.

CreateFilter ( string resourceType, string resourceName, string tagName, string tagValue, string filter, string nameContains = null, string resourceGroupNameContains = null ) : string

Creates a filter from the given properties.

메소드 상세

CreateFilter() 공개 정적인 메소드

Creates a filter from the given properties.
public static CreateFilter ( System.Guid subscriptionIds, string resourceGroup, string resourceType, string resourceName, string tagName, string tagValue, string filter, string nameContains = null, string resourceGroupNameContains = null ) : string
subscriptionIds System.Guid The subscriptions to query.
resourceGroup string The name of the resource group/
resourceType string The resource type.
resourceName string The resource name.
tagName string The tag name.
tagValue string The tag value.
filter string The filter.
nameContains string
resourceGroupNameContains string
리턴 string

CreateFilter() 공개 정적인 메소드

Creates a filter from the given properties.
public static CreateFilter ( string resourceType, string resourceName, string tagName, string tagValue, string filter, string nameContains = null, string resourceGroupNameContains = null ) : string
resourceType string The resource type.
resourceName string The resource name.
tagName string The tag name.
tagValue string The tag value.
filter string The filter.
nameContains string
resourceGroupNameContains string
리턴 string