Profiles interface
Интерфейс, представляющий профили.
Методы
Сведения о методе
checkTrafficManagerNameAvailabilityV2(CheckTrafficManagerRelativeDnsNameAvailabilityParameters, ProfilesCheckTrafficManagerNameAvailabilityV2OptionalParams)
Проверяет доступность относительного DNS-имени диспетчера трафика.
function checkTrafficManagerNameAvailabilityV2(parameters: CheckTrafficManagerRelativeDnsNameAvailabilityParameters, options?: ProfilesCheckTrafficManagerNameAvailabilityV2OptionalParams): Promise<TrafficManagerNameAvailability>
Параметры
Параметры имени диспетчера трафика, предоставленные операции CheckTrafficManagerNameAvailability.
Параметры параметров.
Возвращаемое значение
Promise<TrafficManagerNameAvailability>
checkTrafficManagerRelativeDnsNameAvailability(CheckTrafficManagerRelativeDnsNameAvailabilityParameters, ProfilesCheckTrafficManagerRelativeDnsNameAvailabilityOptionalParams)
Проверяет доступность относительного DNS-имени диспетчера трафика.
function checkTrafficManagerRelativeDnsNameAvailability(parameters: CheckTrafficManagerRelativeDnsNameAvailabilityParameters, options?: ProfilesCheckTrafficManagerRelativeDnsNameAvailabilityOptionalParams): Promise<TrafficManagerNameAvailability>
Параметры
Параметры имени диспетчера трафика, предоставленные операции CheckTrafficManagerNameAvailability.
Параметры параметров.
Возвращаемое значение
Promise<TrafficManagerNameAvailability>
createOrUpdate(string, string, Profile, ProfilesCreateOrUpdateOptionalParams)
Создайте или обновите профиль диспетчера трафика.
function createOrUpdate(resourceGroupName: string, profileName: string, parameters: Profile, options?: ProfilesCreateOrUpdateOptionalParams): Promise<Profile>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов. Имя не учитывает регистр.
- profileName
-
string
Имя профиля диспетчера трафика.
- parameters
- Profile
Параметры профиля диспетчера трафика, предоставленные операции CreateOrUpdate.
Параметры параметров.
Возвращаемое значение
Promise<Profile>
delete(string, string, ProfilesDeleteOptionalParams)
Удаляет профиль диспетчера трафика.
function delete(resourceGroupName: string, profileName: string, options?: ProfilesDeleteOptionalParams): Promise<DeleteOperationResult>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов. Имя не учитывает регистр.
- profileName
-
string
Имя профиля диспетчера трафика, который необходимо удалить.
- options
- ProfilesDeleteOptionalParams
Параметры параметров.
Возвращаемое значение
Promise<DeleteOperationResult>
get(string, string, ProfilesGetOptionalParams)
Возвращает профиль диспетчера трафика.
function get(resourceGroupName: string, profileName: string, options?: ProfilesGetOptionalParams): Promise<Profile>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов. Имя не учитывает регистр.
- profileName
-
string
Имя профиля диспетчера трафика.
- options
- ProfilesGetOptionalParams
Параметры параметров.
Возвращаемое значение
Promise<Profile>
listByResourceGroup(string, ProfilesListByResourceGroupOptionalParams)
Выводит список всех профилей диспетчера трафика в группе ресурсов.
function listByResourceGroup(resourceGroupName: string, options?: ProfilesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Profile, Profile[], PageSettings>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов. Имя не учитывает регистр.
Параметры параметров.
Возвращаемое значение
listBySubscription(ProfilesListBySubscriptionOptionalParams)
Перечисляет все профили диспетчера трафика в подписке.
function listBySubscription(options?: ProfilesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Profile, Profile[], PageSettings>
Параметры
Параметры параметров.
Возвращаемое значение
update(string, string, Profile, ProfilesUpdateOptionalParams)
Обновление профиля диспетчера трафика.
function update(resourceGroupName: string, profileName: string, parameters: Profile, options?: ProfilesUpdateOptionalParams): Promise<Profile>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов. Имя не учитывает регистр.
- profileName
-
string
Имя профиля диспетчера трафика.
- parameters
- Profile
Параметры профиля диспетчера трафика, предоставленные операции обновления.
- options
- ProfilesUpdateOptionalParams
Параметры параметров.
Возвращаемое значение
Promise<Profile>