C# 클래스 Microsoft.Azure.Commands.Tags.Model.TagsClient

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

공개 메소드들

메소드 설명
CreateTag ( string tag, List values ) : Microsoft.Azure.Commands.Tags.Model.PSTag

Creates a tag and if the tag name exists add the value to the existing tag name.

DeleteTag ( string tag, List values ) : Microsoft.Azure.Commands.Tags.Model.PSTag

Deletes the entire tag or specific tag value.

GetTag ( string tag ) : Microsoft.Azure.Commands.Tags.Model.PSTag
ListTags ( ) : List
TagsClient ( ) : System

Parameterless constructor for mocking

TagsClient ( AzureContext context ) : System

Creates new tags client instance.

TagsClient ( IResourceManagementClient resourceManagementClient ) : System

Creates new TagsClient instance

메소드 상세

CreateTag() 공개 메소드

Creates a tag and if the tag name exists add the value to the existing tag name.
public CreateTag ( string tag, List values ) : Microsoft.Azure.Commands.Tags.Model.PSTag
tag string The tag name
values List The tag values
리턴 Microsoft.Azure.Commands.Tags.Model.PSTag

DeleteTag() 공개 메소드

Deletes the entire tag or specific tag value.
public DeleteTag ( string tag, List values ) : Microsoft.Azure.Commands.Tags.Model.PSTag
tag string The tag name
values List Values to remove
리턴 Microsoft.Azure.Commands.Tags.Model.PSTag

GetTag() 공개 메소드

public GetTag ( string tag ) : Microsoft.Azure.Commands.Tags.Model.PSTag
tag string
리턴 Microsoft.Azure.Commands.Tags.Model.PSTag

ListTags() 공개 메소드

public ListTags ( ) : List
리턴 List

TagsClient() 공개 메소드

Parameterless constructor for mocking
public TagsClient ( ) : System
리턴 System

TagsClient() 공개 메소드

Creates new tags client instance.
public TagsClient ( AzureContext context ) : System
context Microsoft.Azure.Commands.Common.Authentication.Models.AzureContext The Azure context instance
리턴 System

TagsClient() 공개 메소드

Creates new TagsClient instance
public TagsClient ( IResourceManagementClient resourceManagementClient ) : System
resourceManagementClient IResourceManagementClient The IResourceManagementClient instance
리턴 System