C# Класс Amazon.SimpleSystemsManagement.Model.DeleteAssociationRequest

Container for the parameters to the DeleteAssociation operation. Disassociates the specified SSM document from the specified instance.

When you disassociate an SSM document from an instance, it does not change the configuration of the instance. To change the configuration state of an instance after you disassociate a document, you must create a new document with the desired configuration and associate it with the instance.

Наследование: AmazonSimpleSystemsManagementRequest
Показать файл Открыть проект Примеры использования класса

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

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

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

DeleteAssociationRequest ( string instanceId, string name ) : System

Instantiates DeleteAssociationRequest with the parameterized properties

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

Метод Описание
IsSetAssociationId ( ) : bool
IsSetInstanceId ( ) : bool
IsSetName ( ) : bool

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

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

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

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

Instantiates DeleteAssociationRequest with the parameterized properties
public DeleteAssociationRequest ( string instanceId, string name ) : System
instanceId string The ID of the instance.
name string The name of the SSM document.
Результат System