C# Class Elastacloud.AzureManagement.Fluent.Services.Classes.HostedServiceActivity

Used to create or delete a hosted service
Afficher le fichier Open project: azurecoder/fluent-management Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

Create() public méthode

Used to create a hosted service with a service certificate if specified
public Create ( ) : void
Résultat void

Delete() public méthode

public Delete ( ) : void
Résultat void

HostedServiceActivity() public méthode

Used to construct the HostedServiceActivity
public HostedServiceActivity ( DeploymentManager manager ) : System
manager DeploymentManager The DeploymentManager class
Résultat System