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

Creates a deployment for a virtual machine and allows some preconfigured defaults from the image gallery
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

Private Methods

Method Description
DeleteVirtualMachineDiskCommand ( string diskName ) : System

{subscriptionID}/services/hostedservices/{serviceName}/deployments/{deploymentName}/Roles/{roleName}/DataDisks/{lun Used to construct the command to create a virtual machine deployment including the creation of a role

Method Details

ToString() public method

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