Elastacloud.AzureManagement.Fluent.Commands.VirtualMachines.StartVirtualMachineCommand.ToString C# (CSharp) Метод

ToString() публичный Метод

returns the name of the command
public ToString ( ) : string
Результат string
        public override string ToString()
        {
            return "StartVirtualMachineCommand";
        }