AWS SDK Version 3 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.

Returns the current service opt-in settings for the Region. If service opt-in is enabled for a service, Backup tries to protect that service's resources in this Region, when the resource is included in an on-demand backup or scheduled backup plan. Otherwise, Backup does not try to protect that service's resources in this Region.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to DescribeRegionSettingsAsync.

Namespace: Amazon.Backup
Assembly: AWSSDK.Backup.dll
Version: 3.x.y.z

Syntax

C#
public abstract DescribeRegionSettingsResponse DescribeRegionSettings(
         DescribeRegionSettingsRequest request
)

Parameters

request
Type: Amazon.Backup.Model.DescribeRegionSettingsRequest

Container for the necessary parameters to execute the DescribeRegionSettings service method.

Return Value


The response from the DescribeRegionSettings service method, as returned by Backup.

Exceptions

ExceptionCondition
ServiceUnavailableException The request failed due to a temporary failure of the server.

Version Information

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

See Also