C# Класс Amazon.Route53.Model.GetChangeRequest

Container for the parameters to the GetChange operation.

This action returns the current status of a change batch request. The status is one of the following values:

- PENDING indicates that the changes in this request have not replicated to all Route 53 DNS servers. This is the initial status of all change batch requests.

- INSYNC indicates that the changes have replicated to all Amazon Route 53 DNS servers.

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

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

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

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

GetChangeRequest ( string id ) : System

Instantiates GetChangeRequest with the parameterized properties

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

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

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

GetChangeRequest() публичный метод

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

GetChangeRequest() публичный метод

Instantiates GetChangeRequest with the parameterized properties
public GetChangeRequest ( string id ) : System
id string The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.
Результат System