C# Класс Amazon.EC2.Model.DeletePlacementGroupRequest

Container for the parameters to the DeletePlacementGroup operation. Deletes the specified placement group. You must terminate all instances in the placement group before you can delete the placement group. For more information about placement groups and cluster instances, see Cluster Instances in the Amazon Elastic Compute Cloud User Guide.
Наследование: AmazonEC2Request
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DeletePlacementGroupRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

DeletePlacementGroupRequest ( string groupName ) : System

Instantiates DeletePlacementGroupRequest with the parameterized properties

Приватные методы

Метод Описание
IsSetGroupName ( ) : bool

Описание методов

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

Empty constructor used to set properties independently even when a simple constructor is available
public DeletePlacementGroupRequest ( ) : System
Результат System

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

Instantiates DeletePlacementGroupRequest with the parameterized properties
public DeletePlacementGroupRequest ( string groupName ) : System
groupName string The name of the placement group.
Результат System