C# Класс Microsoft.Azure.Commands.Tags.Model.TagsClient

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

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

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