EncryptionProtectorsOperations interface
Interfejs reprezentujący operacje EncryptionProtectors.
Właściwości
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Aktualizuje istniejącą ochronę szyfrowaną. |
| get | Pobiera ochronę szyfrowania serwera. |
| list |
Otrzymuje listę zabezpieczeń przed szyfrowaniem serwera |
| revalidate | Ponownie weryfikuje istniejącą funkcję ochrony szyfrowania. |
Szczegóły właściwości
beginCreateOrUpdate
Ostrzeżenie
Ten interfejs API jest już przestarzały.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, serverName: string, encryptionProtectorName: string, parameters: EncryptionProtector, options?: EncryptionProtectorsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<EncryptionProtector>, EncryptionProtector>>
Wartość właściwości
(resourceGroupName: string, serverName: string, encryptionProtectorName: string, parameters: EncryptionProtector, options?: EncryptionProtectorsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<EncryptionProtector>, EncryptionProtector>>
beginCreateOrUpdateAndWait
Ostrzeżenie
Ten interfejs API jest już przestarzały.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, serverName: string, encryptionProtectorName: string, parameters: EncryptionProtector, options?: EncryptionProtectorsCreateOrUpdateOptionalParams) => Promise<EncryptionProtector>
Wartość właściwości
(resourceGroupName: string, serverName: string, encryptionProtectorName: string, parameters: EncryptionProtector, options?: EncryptionProtectorsCreateOrUpdateOptionalParams) => Promise<EncryptionProtector>
beginRevalidate
Ostrzeżenie
Ten interfejs API jest już przestarzały.
use revalidate instead
beginRevalidate: (resourceGroupName: string, serverName: string, encryptionProtectorName: string, options?: EncryptionProtectorsRevalidateOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Wartość właściwości
(resourceGroupName: string, serverName: string, encryptionProtectorName: string, options?: EncryptionProtectorsRevalidateOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginRevalidateAndWait
Ostrzeżenie
Ten interfejs API jest już przestarzały.
use revalidate instead
beginRevalidateAndWait: (resourceGroupName: string, serverName: string, encryptionProtectorName: string, options?: EncryptionProtectorsRevalidateOptionalParams) => Promise<void>
Wartość właściwości
(resourceGroupName: string, serverName: string, encryptionProtectorName: string, options?: EncryptionProtectorsRevalidateOptionalParams) => Promise<void>
createOrUpdate
Aktualizuje istniejącą ochronę szyfrowaną.
createOrUpdate: (resourceGroupName: string, serverName: string, encryptionProtectorName: string, parameters: EncryptionProtector, options?: EncryptionProtectorsCreateOrUpdateOptionalParams) => PollerLike<OperationState<EncryptionProtector>, EncryptionProtector>
Wartość właściwości
(resourceGroupName: string, serverName: string, encryptionProtectorName: string, parameters: EncryptionProtector, options?: EncryptionProtectorsCreateOrUpdateOptionalParams) => PollerLike<OperationState<EncryptionProtector>, EncryptionProtector>
get
Pobiera ochronę szyfrowania serwera.
get: (resourceGroupName: string, serverName: string, encryptionProtectorName: string, options?: EncryptionProtectorsGetOptionalParams) => Promise<EncryptionProtector>
Wartość właściwości
(resourceGroupName: string, serverName: string, encryptionProtectorName: string, options?: EncryptionProtectorsGetOptionalParams) => Promise<EncryptionProtector>
listByServer
Otrzymuje listę zabezpieczeń przed szyfrowaniem serwera
listByServer: (resourceGroupName: string, serverName: string, options?: EncryptionProtectorsListByServerOptionalParams) => PagedAsyncIterableIterator<EncryptionProtector, EncryptionProtector[], PageSettings>
Wartość właściwości
(resourceGroupName: string, serverName: string, options?: EncryptionProtectorsListByServerOptionalParams) => PagedAsyncIterableIterator<EncryptionProtector, EncryptionProtector[], PageSettings>
revalidate
Ponownie weryfikuje istniejącą funkcję ochrony szyfrowania.
revalidate: (resourceGroupName: string, serverName: string, encryptionProtectorName: string, options?: EncryptionProtectorsRevalidateOptionalParams) => PollerLike<OperationState<void>, void>
Wartość właściwości
(resourceGroupName: string, serverName: string, encryptionProtectorName: string, options?: EncryptionProtectorsRevalidateOptionalParams) => PollerLike<OperationState<void>, void>