C# Class Elastacloud.AzureManagement.Fluent.Commands.VirtualMachines.RegisterImageCommand

Registers a virtual machine image for either Linux or Windowss
Inheritance: Elastacloud.AzureManagement.Fluent.Commands.Services.ServiceCommand
Show file Open project: azurecoder/fluent-management Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

returns the name of the command

Protected Methods

Method Description
CreatePayload ( ) : string

Creates a deployment payload for a predefined template

Private Methods

Method Description
RegisterImageCommand ( ImageProperties properties ) : System

Registers a virtual machine image for either Linux or Windowss

Method Details

CreatePayload() protected method

Creates a deployment payload for a predefined template
protected CreatePayload ( ) : string
return string

ToString() public method

returns the name of the command
public ToString ( ) : string
return string