ServerTrustGroupsOperations interface
Interface représentant une opération ServerTrustGroups.
Propriétés
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Crée ou met à jour un groupe de confiance de serveurs. |
| delete | Supprime un groupe de confiance serveur. |
| get | On obtient un groupe de confiance serveur. |
| list |
Obtient un serveur qui fait confiance à des groupes par nom d’instance. |
| list |
Liste un groupe de confiance serveur. |
Détails de la propriété
beginCreateOrUpdate
Avertissement
Cette API est à présent déconseillée.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, locationName: string, serverTrustGroupName: string, parameters: ServerTrustGroup, options?: ServerTrustGroupsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ServerTrustGroup>, ServerTrustGroup>>
Valeur de propriété
(resourceGroupName: string, locationName: string, serverTrustGroupName: string, parameters: ServerTrustGroup, options?: ServerTrustGroupsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ServerTrustGroup>, ServerTrustGroup>>
beginCreateOrUpdateAndWait
Avertissement
Cette API est à présent déconseillée.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, locationName: string, serverTrustGroupName: string, parameters: ServerTrustGroup, options?: ServerTrustGroupsCreateOrUpdateOptionalParams) => Promise<ServerTrustGroup>
Valeur de propriété
(resourceGroupName: string, locationName: string, serverTrustGroupName: string, parameters: ServerTrustGroup, options?: ServerTrustGroupsCreateOrUpdateOptionalParams) => Promise<ServerTrustGroup>
beginDelete
Avertissement
Cette API est à présent déconseillée.
use delete instead
beginDelete: (resourceGroupName: string, locationName: string, serverTrustGroupName: string, options?: ServerTrustGroupsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Valeur de propriété
(resourceGroupName: string, locationName: string, serverTrustGroupName: string, options?: ServerTrustGroupsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Avertissement
Cette API est à présent déconseillée.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, locationName: string, serverTrustGroupName: string, options?: ServerTrustGroupsDeleteOptionalParams) => Promise<void>
Valeur de propriété
(resourceGroupName: string, locationName: string, serverTrustGroupName: string, options?: ServerTrustGroupsDeleteOptionalParams) => Promise<void>
createOrUpdate
Crée ou met à jour un groupe de confiance de serveurs.
createOrUpdate: (resourceGroupName: string, locationName: string, serverTrustGroupName: string, parameters: ServerTrustGroup, options?: ServerTrustGroupsCreateOrUpdateOptionalParams) => PollerLike<OperationState<ServerTrustGroup>, ServerTrustGroup>
Valeur de propriété
(resourceGroupName: string, locationName: string, serverTrustGroupName: string, parameters: ServerTrustGroup, options?: ServerTrustGroupsCreateOrUpdateOptionalParams) => PollerLike<OperationState<ServerTrustGroup>, ServerTrustGroup>
delete
Supprime un groupe de confiance serveur.
delete: (resourceGroupName: string, locationName: string, serverTrustGroupName: string, options?: ServerTrustGroupsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Valeur de propriété
(resourceGroupName: string, locationName: string, serverTrustGroupName: string, options?: ServerTrustGroupsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
On obtient un groupe de confiance serveur.
get: (resourceGroupName: string, locationName: string, serverTrustGroupName: string, options?: ServerTrustGroupsGetOptionalParams) => Promise<ServerTrustGroup>
Valeur de propriété
(resourceGroupName: string, locationName: string, serverTrustGroupName: string, options?: ServerTrustGroupsGetOptionalParams) => Promise<ServerTrustGroup>
listByInstance
Obtient un serveur qui fait confiance à des groupes par nom d’instance.
listByInstance: (resourceGroupName: string, managedInstanceName: string, options?: ServerTrustGroupsListByInstanceOptionalParams) => PagedAsyncIterableIterator<ServerTrustGroup, ServerTrustGroup[], PageSettings>
Valeur de propriété
(resourceGroupName: string, managedInstanceName: string, options?: ServerTrustGroupsListByInstanceOptionalParams) => PagedAsyncIterableIterator<ServerTrustGroup, ServerTrustGroup[], PageSettings>
listByLocation
Liste un groupe de confiance serveur.
listByLocation: (resourceGroupName: string, locationName: string, options?: ServerTrustGroupsListByLocationOptionalParams) => PagedAsyncIterableIterator<ServerTrustGroup, ServerTrustGroup[], PageSettings>
Valeur de propriété
(resourceGroupName: string, locationName: string, options?: ServerTrustGroupsListByLocationOptionalParams) => PagedAsyncIterableIterator<ServerTrustGroup, ServerTrustGroup[], PageSettings>