C# Класс Amazon.Runtime.EnvironmentVariableAWSRegion

Determines region based on an environment variable. If the environment does not contain the region setting key an InvalidOperationException is thrown.
Наследование: AWSRegion
Показать файл Открыть проект

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

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

Attempts to construct an instance of EnvironmentVariableAWSRegion. If no region is found in the environment then an InvalidOperationException is thrown.

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

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

Attempts to construct an instance of EnvironmentVariableAWSRegion. If no region is found in the environment then an InvalidOperationException is thrown.
public EnvironmentVariableAWSRegion ( ) : System
Результат System