C# 클래스 Elastacloud.AzureManagement.Fluent.Services.Classes.HostedServiceActivity

Used to create or delete a hosted service
파일 보기 프로젝트 열기: azurecoder/fluent-management 1 사용 예제들

공개 메소드들

메소드 설명
Create ( ) : void

Used to create a hosted service with a service certificate if specified

Delete ( ) : void
HostedServiceActivity ( DeploymentManager manager ) : System

Used to construct the HostedServiceActivity

메소드 상세

Create() 공개 메소드

Used to create a hosted service with a service certificate if specified
public Create ( ) : void
리턴 void

Delete() 공개 메소드

public Delete ( ) : void
리턴 void

HostedServiceActivity() 공개 메소드

Used to construct the HostedServiceActivity
public HostedServiceActivity ( DeploymentManager manager ) : System
manager DeploymentManager The DeploymentManager class
리턴 System