C# Class Octopus.Client.Model.TenantResource

Inheritance: Resource, INamedResource
Afficher le fichier Open project: OctopusDeploy/Octo.exe Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ClearProjects ( ) : TenantResource
ClearTags ( ) : TenantResource
ConnectToProjectAndEnvironments ( ProjectResource project ) : TenantResource
TenantResource ( ) : System
WithTag ( TagResource tag ) : TenantResource

Method Details

ClearProjects() public méthode

public ClearProjects ( ) : TenantResource
Résultat TenantResource

ClearTags() public méthode

public ClearTags ( ) : TenantResource
Résultat TenantResource

ConnectToProjectAndEnvironments() public méthode

public ConnectToProjectAndEnvironments ( ProjectResource project ) : TenantResource
project ProjectResource
Résultat TenantResource

TenantResource() public méthode

public TenantResource ( ) : System
Résultat System

WithTag() public méthode

public WithTag ( TagResource tag ) : TenantResource
tag TagResource
Résultat TenantResource