C# Class Microsoft.Azure.Management.Internal.Resources.TagOperationsExtensions

Datei anzeigen Open project: Azure/azure-powershell

Public Methods

Method Description
CreateOrUpdate ( this operations, string tagName ) : TagCreateResult

Create a subscription resource tag.

CreateOrUpdateAsync ( this operations, string tagName ) : Task

Create a subscription resource tag.

CreateOrUpdateValue ( this operations, string tagName, string tagValue ) : TagCreateValueResult

Create a subscription resource tag value.

CreateOrUpdateValueAsync ( this operations, string tagName, string tagValue ) : Task

Create a subscription resource tag value.

Delete ( this operations, string tagName ) : AzureOperationResponse

Delete a subscription resource tag.

DeleteAsync ( this operations, string tagName ) : Task

Delete a subscription resource tag.

DeleteValue ( this operations, string tagName, string tagValue ) : AzureOperationResponse

Delete a subscription resource tag value.

DeleteValueAsync ( this operations, string tagName, string tagValue ) : Task

Delete a subscription resource tag value.

List ( this operations ) : TagsListResult

Get a list of subscription resource tags.

ListAsync ( this operations ) : Task

Get a list of subscription resource tags.

ListNext ( this operations, string nextLink ) : TagsListResult

Get a list of tags under a subscription.

ListNextAsync ( this operations, string nextLink ) : Task

Get a list of tags under a subscription.

Method Details

CreateOrUpdate() public static method

Create a subscription resource tag.
public static CreateOrUpdate ( this operations, string tagName ) : TagCreateResult
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.ITagOperations. ///
tagName string /// Required. The name of the tag. ///
return Microsoft.Azure.Management.Internal.Resources.Models.TagCreateResult

CreateOrUpdateAsync() public static method

Create a subscription resource tag.
public static CreateOrUpdateAsync ( this operations, string tagName ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.ITagOperations. ///
tagName string /// Required. The name of the tag. ///
return Task

CreateOrUpdateValue() public static method

Create a subscription resource tag value.
public static CreateOrUpdateValue ( this operations, string tagName, string tagValue ) : TagCreateValueResult
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.ITagOperations. ///
tagName string /// Required. The name of the tag. ///
tagValue string /// Required. The value of the tag. ///
return Microsoft.Azure.Management.Internal.Resources.Models.TagCreateValueResult

CreateOrUpdateValueAsync() public static method

Create a subscription resource tag value.
public static CreateOrUpdateValueAsync ( this operations, string tagName, string tagValue ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.ITagOperations. ///
tagName string /// Required. The name of the tag. ///
tagValue string /// Required. The value of the tag. ///
return Task

Delete() public static method

Delete a subscription resource tag.
public static Delete ( this operations, string tagName ) : AzureOperationResponse
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.ITagOperations. ///
tagName string /// Required. The name of the tag. ///
return AzureOperationResponse

DeleteAsync() public static method

Delete a subscription resource tag.
public static DeleteAsync ( this operations, string tagName ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.ITagOperations. ///
tagName string /// Required. The name of the tag. ///
return Task

DeleteValue() public static method

Delete a subscription resource tag value.
public static DeleteValue ( this operations, string tagName, string tagValue ) : AzureOperationResponse
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.ITagOperations. ///
tagName string /// Required. The name of the tag. ///
tagValue string /// Required. The value of the tag. ///
return AzureOperationResponse

DeleteValueAsync() public static method

Delete a subscription resource tag value.
public static DeleteValueAsync ( this operations, string tagName, string tagValue ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.ITagOperations. ///
tagName string /// Required. The name of the tag. ///
tagValue string /// Required. The value of the tag. ///
return Task

List() public static method

Get a list of subscription resource tags.
public static List ( this operations ) : TagsListResult
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.ITagOperations. ///
return Microsoft.Azure.Management.Internal.Resources.Models.TagsListResult

ListAsync() public static method

Get a list of subscription resource tags.
public static ListAsync ( this operations ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.ITagOperations. ///
return Task

ListNext() public static method

Get a list of tags under a subscription.
public static ListNext ( this operations, string nextLink ) : TagsListResult
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.ITagOperations. ///
nextLink string /// Required. NextLink from the previous successful call to List /// operation. ///
return Microsoft.Azure.Management.Internal.Resources.Models.TagsListResult

ListNextAsync() public static method

Get a list of tags under a subscription.
public static ListNextAsync ( this operations, string nextLink ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.ITagOperations. ///
nextLink string /// Required. NextLink from the previous successful call to List /// operation. ///
return Task