C# Class Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.QueryFilterBuilder

A class that builds query filters.
Datei anzeigen Open project: Azure/azure-powershell Class Usage Examples

Public Methods

Method Description
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.

Method Details

CreateFilter() public static method

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
return string

CreateFilter() public static method

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
return string