C# Класс Microsoft.Azure.Management.Internal.Resources.TagOperationsExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

CreateOrUpdate() публичный статический Метод

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. ///
Результат Microsoft.Azure.Management.Internal.Resources.Models.TagCreateResult

CreateOrUpdateAsync() публичный статический Метод

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. ///
Результат Task

CreateOrUpdateValue() публичный статический Метод

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. ///
Результат Microsoft.Azure.Management.Internal.Resources.Models.TagCreateValueResult

CreateOrUpdateValueAsync() публичный статический Метод

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. ///
Результат Task

Delete() публичный статический Метод

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. ///
Результат AzureOperationResponse

DeleteAsync() публичный статический Метод

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. ///
Результат Task

DeleteValue() публичный статический Метод

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. ///
Результат AzureOperationResponse

DeleteValueAsync() публичный статический Метод

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. ///
Результат Task

List() публичный статический Метод

Get a list of subscription resource tags.
public static List ( this operations ) : TagsListResult
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.ITagOperations. ///
Результат Microsoft.Azure.Management.Internal.Resources.Models.TagsListResult

ListAsync() публичный статический Метод

Get a list of subscription resource tags.
public static ListAsync ( this operations ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.ITagOperations. ///
Результат Task

ListNext() публичный статический Метод

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. ///
Результат Microsoft.Azure.Management.Internal.Resources.Models.TagsListResult

ListNextAsync() публичный статический Метод

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. ///
Результат Task