C# Class Octopus.Client.Model.TenantResource

Inheritance: Resource, INamedResource
Show file Open project: OctopusDeploy/Octo.exe Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ClearProjects ( ) : TenantResource
ClearTags ( ) : TenantResource
ConnectToProjectAndEnvironments ( ProjectResource project ) : TenantResource
TenantResource ( ) : System
WithTag ( TagResource tag ) : TenantResource

Method Details

ClearProjects() public method

public ClearProjects ( ) : TenantResource
return TenantResource

ClearTags() public method

public ClearTags ( ) : TenantResource
return TenantResource

ConnectToProjectAndEnvironments() public method

public ConnectToProjectAndEnvironments ( ProjectResource project ) : TenantResource
project ProjectResource
return TenantResource

TenantResource() public method

public TenantResource ( ) : System
return System

WithTag() public method

public WithTag ( TagResource tag ) : TenantResource
tag TagResource
return TenantResource