C# 클래스 Octopus.Client.Model.TagSetResource

상속: Resource, INamedResource
파일 보기 프로젝트 열기: OctopusDeploy/Octo.exe

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddOrUpdateTag ( string name, string description = null, string color = TagResource.StandardColor.DarkGrey ) : TagSetResource
RemoveTag ( string name ) : TagSetResource
TagSetResource ( ) : System

메소드 상세

AddOrUpdateTag() 공개 메소드

public AddOrUpdateTag ( string name, string description = null, string color = TagResource.StandardColor.DarkGrey ) : TagSetResource
name string
description string
color string
리턴 TagSetResource

RemoveTag() 공개 메소드

public RemoveTag ( string name ) : TagSetResource
name string
리턴 TagSetResource

TagSetResource() 공개 메소드

public TagSetResource ( ) : System
리턴 System