AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
Container for the parameters to the UpdateAvailabilityOptions operation. Configures the availability options for a domain. Enabling the Multi-AZ option expands an Amazon CloudSearch domain to an additional Availability Zone in the same Region to increase fault tolerance in the event of a service disruption. Changes to the Multi-AZ option can take about half an hour to become active. For more information, see Configuring Availability Options in the Amazon CloudSearch Developer Guide.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CloudSearch.AmazonCloudSearchRequest
      Amazon.CloudSearch.Model.UpdateAvailabilityOptionsRequest

Namespace: Amazon.CloudSearch.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class UpdateAvailabilityOptionsRequest : AmazonCloudSearchRequest
         IRequestEvents

The UpdateAvailabilityOptionsRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property DomainName System.String Gets and sets the property DomainName.
Public Property MultiAZ System.Boolean Gets and sets the property MultiAZ.

You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to false.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8