ServerTrustGroupsOperations interface
Interface representando uma operação ServerTrustGroups.
Propriedades
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Cria ou atualiza um grupo de confiança de servidores. |
| delete | Elimina um grupo de confiança de servidores. |
| get | Obtém um grupo de confiança de servidores. |
| list |
Obtém um servidor de grupos de confiança pelo nome da instância. |
| list |
Lista um grupo de confiança de servidores. |
Detalhes de Propriedade
beginCreateOrUpdate
Aviso
Esta API foi preterida.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, locationName: string, serverTrustGroupName: string, parameters: ServerTrustGroup, options?: ServerTrustGroupsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ServerTrustGroup>, ServerTrustGroup>>
Valor de Propriedade
(resourceGroupName: string, locationName: string, serverTrustGroupName: string, parameters: ServerTrustGroup, options?: ServerTrustGroupsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ServerTrustGroup>, ServerTrustGroup>>
beginCreateOrUpdateAndWait
Aviso
Esta API foi preterida.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, locationName: string, serverTrustGroupName: string, parameters: ServerTrustGroup, options?: ServerTrustGroupsCreateOrUpdateOptionalParams) => Promise<ServerTrustGroup>
Valor de Propriedade
(resourceGroupName: string, locationName: string, serverTrustGroupName: string, parameters: ServerTrustGroup, options?: ServerTrustGroupsCreateOrUpdateOptionalParams) => Promise<ServerTrustGroup>
beginDelete
Aviso
Esta API foi preterida.
use delete instead
beginDelete: (resourceGroupName: string, locationName: string, serverTrustGroupName: string, options?: ServerTrustGroupsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Valor de Propriedade
(resourceGroupName: string, locationName: string, serverTrustGroupName: string, options?: ServerTrustGroupsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Aviso
Esta API foi preterida.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, locationName: string, serverTrustGroupName: string, options?: ServerTrustGroupsDeleteOptionalParams) => Promise<void>
Valor de Propriedade
(resourceGroupName: string, locationName: string, serverTrustGroupName: string, options?: ServerTrustGroupsDeleteOptionalParams) => Promise<void>
createOrUpdate
Cria ou atualiza um grupo de confiança de servidores.
createOrUpdate: (resourceGroupName: string, locationName: string, serverTrustGroupName: string, parameters: ServerTrustGroup, options?: ServerTrustGroupsCreateOrUpdateOptionalParams) => PollerLike<OperationState<ServerTrustGroup>, ServerTrustGroup>
Valor de Propriedade
(resourceGroupName: string, locationName: string, serverTrustGroupName: string, parameters: ServerTrustGroup, options?: ServerTrustGroupsCreateOrUpdateOptionalParams) => PollerLike<OperationState<ServerTrustGroup>, ServerTrustGroup>
delete
Elimina um grupo de confiança de servidores.
delete: (resourceGroupName: string, locationName: string, serverTrustGroupName: string, options?: ServerTrustGroupsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Valor de Propriedade
(resourceGroupName: string, locationName: string, serverTrustGroupName: string, options?: ServerTrustGroupsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Obtém um grupo de confiança de servidores.
get: (resourceGroupName: string, locationName: string, serverTrustGroupName: string, options?: ServerTrustGroupsGetOptionalParams) => Promise<ServerTrustGroup>
Valor de Propriedade
(resourceGroupName: string, locationName: string, serverTrustGroupName: string, options?: ServerTrustGroupsGetOptionalParams) => Promise<ServerTrustGroup>
listByInstance
Obtém um servidor de grupos de confiança pelo nome da instância.
listByInstance: (resourceGroupName: string, managedInstanceName: string, options?: ServerTrustGroupsListByInstanceOptionalParams) => PagedAsyncIterableIterator<ServerTrustGroup, ServerTrustGroup[], PageSettings>
Valor de Propriedade
(resourceGroupName: string, managedInstanceName: string, options?: ServerTrustGroupsListByInstanceOptionalParams) => PagedAsyncIterableIterator<ServerTrustGroup, ServerTrustGroup[], PageSettings>
listByLocation
Lista um grupo de confiança de servidores.
listByLocation: (resourceGroupName: string, locationName: string, options?: ServerTrustGroupsListByLocationOptionalParams) => PagedAsyncIterableIterator<ServerTrustGroup, ServerTrustGroup[], PageSettings>
Valor de Propriedade
(resourceGroupName: string, locationName: string, options?: ServerTrustGroupsListByLocationOptionalParams) => PagedAsyncIterableIterator<ServerTrustGroup, ServerTrustGroup[], PageSettings>