C# 클래스 Microsoft.Azure.Management.Internal.Resources.TagOperationsExtensions

파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
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