C# 클래스 DigitalOcean.API.Clients.KeysClient

상속: IKeysClient
파일 보기 프로젝트 열기: vevix/DigitalOcean.API 1 사용 예제들

공개 메소드들

메소드 설명
Create ( Models key ) : Task

Create a new key entry

Delete ( object keyIdOrFingerprint ) : System.Threading.Tasks.Task

Delete an existing key in your account

Get ( object keyIdOrFingerprint ) : Task

Retrieve an existing key in your account

GetAll ( ) : Task>

Retrieve all keys in your account

KeysClient ( IConnection connection ) : System.Collections.Generic
Update ( object keyIdOrFingerprint, Models key ) : Task

Update an existing key in your account

메소드 상세

Create() 공개 메소드

Create a new key entry
public Create ( Models key ) : Task
key Models
리턴 Task

Delete() 공개 메소드

Delete an existing key in your account
public Delete ( object keyIdOrFingerprint ) : System.Threading.Tasks.Task
keyIdOrFingerprint object
리턴 System.Threading.Tasks.Task

Get() 공개 메소드

Retrieve an existing key in your account
public Get ( object keyIdOrFingerprint ) : Task
keyIdOrFingerprint object
리턴 Task

GetAll() 공개 메소드

Retrieve all keys in your account
public GetAll ( ) : Task>
리턴 Task>

KeysClient() 공개 메소드

public KeysClient ( IConnection connection ) : System.Collections.Generic
connection IConnection
리턴 System.Collections.Generic

Update() 공개 메소드

Update an existing key in your account
public Update ( object keyIdOrFingerprint, Models key ) : Task
keyIdOrFingerprint object
key Models
리턴 Task