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

Afficher le fichier Open project: Azure/azure-powershell

Méthodes publiques

Méthode 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 méthode

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. ///
Résultat Microsoft.Azure.Management.Internal.Resources.Models.TagCreateResult

CreateOrUpdateAsync() public static méthode

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. ///
Résultat Task

CreateOrUpdateValue() public static méthode

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. ///
Résultat Microsoft.Azure.Management.Internal.Resources.Models.TagCreateValueResult

CreateOrUpdateValueAsync() public static méthode

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. ///
Résultat Task

Delete() public static méthode

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. ///
Résultat AzureOperationResponse

DeleteAsync() public static méthode

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. ///
Résultat Task

DeleteValue() public static méthode

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. ///
Résultat AzureOperationResponse

DeleteValueAsync() public static méthode

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. ///
Résultat Task

List() public static méthode

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

ListAsync() public static méthode

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

ListNext() public static méthode

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. ///
Résultat Microsoft.Azure.Management.Internal.Resources.Models.TagsListResult

ListNextAsync() public static méthode

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. ///
Résultat Task