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

Container for the parameters to the CreateAssociationBatch operation. Associates the specified SSM document with the specified instances or targets.

When you associate an SSM document with one or more instances using instance IDs or tags, the SSM agent running on the instance processes the document and configures the instance as specified.

If you associate a document with an instance that already has an associated document, the system throws the AssociationAlreadyExists exception.

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

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

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

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

CreateAssociationBatchRequest ( List entries ) : System

Instantiates CreateAssociationBatchRequest with the parameterized properties

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

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

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

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

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

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

Instantiates CreateAssociationBatchRequest with the parameterized properties
public CreateAssociationBatchRequest ( List entries ) : System
entries List One or more associations.
Результат System