ServerConnectionPoliciesOperations interface

Интерфейс, представляющий операции ServerConnectionPolicies.

Свойства

beginCreateOrUpdate
beginCreateOrUpdateAndWait
createOrUpdate

Обновление политики подключения к серверу

get

Получает политику подключения к серверам

listByServer

Политика подключения списков

Сведения о свойстве

beginCreateOrUpdate

Предупреждение

Теперь этот API является нерекомендуемым.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, serverName: string, connectionPolicyName: string, parameters: ServerConnectionPolicy, options?: ServerConnectionPoliciesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ServerConnectionPolicy>, ServerConnectionPolicy>>

Значение свойства

(resourceGroupName: string, serverName: string, connectionPolicyName: string, parameters: ServerConnectionPolicy, options?: ServerConnectionPoliciesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ServerConnectionPolicy>, ServerConnectionPolicy>>

beginCreateOrUpdateAndWait

Предупреждение

Теперь этот API является нерекомендуемым.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, serverName: string, connectionPolicyName: string, parameters: ServerConnectionPolicy, options?: ServerConnectionPoliciesCreateOrUpdateOptionalParams) => Promise<ServerConnectionPolicy>

Значение свойства

(resourceGroupName: string, serverName: string, connectionPolicyName: string, parameters: ServerConnectionPolicy, options?: ServerConnectionPoliciesCreateOrUpdateOptionalParams) => Promise<ServerConnectionPolicy>

createOrUpdate

Обновление политики подключения к серверу

createOrUpdate: (resourceGroupName: string, serverName: string, connectionPolicyName: string, parameters: ServerConnectionPolicy, options?: ServerConnectionPoliciesCreateOrUpdateOptionalParams) => PollerLike<OperationState<ServerConnectionPolicy>, ServerConnectionPolicy>

Значение свойства

(resourceGroupName: string, serverName: string, connectionPolicyName: string, parameters: ServerConnectionPolicy, options?: ServerConnectionPoliciesCreateOrUpdateOptionalParams) => PollerLike<OperationState<ServerConnectionPolicy>, ServerConnectionPolicy>

get

Получает политику подключения к серверам

get: (resourceGroupName: string, serverName: string, connectionPolicyName: string, options?: ServerConnectionPoliciesGetOptionalParams) => Promise<ServerConnectionPolicy>

Значение свойства

(resourceGroupName: string, serverName: string, connectionPolicyName: string, options?: ServerConnectionPoliciesGetOptionalParams) => Promise<ServerConnectionPolicy>

listByServer

Политика подключения списков

listByServer: (resourceGroupName: string, serverName: string, options?: ServerConnectionPoliciesListByServerOptionalParams) => PagedAsyncIterableIterator<ServerConnectionPolicy, ServerConnectionPolicy[], PageSettings>

Значение свойства

(resourceGroupName: string, serverName: string, options?: ServerConnectionPoliciesListByServerOptionalParams) => PagedAsyncIterableIterator<ServerConnectionPolicy, ServerConnectionPolicy[], PageSettings>