EncryptionProtectors interface
واجهة تمثل EncryptionProtectors.
الأساليب
| begin |
تحديث أداة حماية تشفير موجودة. |
| begin |
تحديث أداة حماية تشفير موجودة. |
| begin |
إعادة تقييم أداة حماية تشفير موجودة. |
| begin |
إعادة تقييم أداة حماية تشفير موجودة. |
| get(string, string, string, Encryption |
الحصول على أداة حماية تشفير الخادم. |
| list |
الحصول على قائمة بمحميات تشفير الخادم |
تفاصيل الأسلوب
beginCreateOrUpdate(string, string, string, EncryptionProtector, EncryptionProtectorsCreateOrUpdateOptionalParams)
تحديث أداة حماية تشفير موجودة.
function beginCreateOrUpdate(resourceGroupName: string, serverName: string, encryptionProtectorName: string, parameters: EncryptionProtector, options?: EncryptionProtectorsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<EncryptionProtector>, EncryptionProtector>>
المعلمات
- resourceGroupName
-
string
اسم مجموعة الموارد التي تحتوي على المورد. يمكنك الحصول على هذه القيمة من واجهة برمجة تطبيقات Azure Resource Manager أو المدخل.
- serverName
-
string
اسم الخادم.
- encryptionProtectorName
-
string
اسم أداة حماية التشفير التي سيتم تحديثها.
- parameters
- EncryptionProtector
حالة مورد أداة حماية التشفير المطلوبة.
معلمات الخيارات.
المرتجعات
Promise<@azure/core-lro.SimplePollerLike<OperationState<EncryptionProtector>, EncryptionProtector>>
beginCreateOrUpdateAndWait(string, string, string, EncryptionProtector, EncryptionProtectorsCreateOrUpdateOptionalParams)
تحديث أداة حماية تشفير موجودة.
function beginCreateOrUpdateAndWait(resourceGroupName: string, serverName: string, encryptionProtectorName: string, parameters: EncryptionProtector, options?: EncryptionProtectorsCreateOrUpdateOptionalParams): Promise<EncryptionProtector>
المعلمات
- resourceGroupName
-
string
اسم مجموعة الموارد التي تحتوي على المورد. يمكنك الحصول على هذه القيمة من واجهة برمجة تطبيقات Azure Resource Manager أو المدخل.
- serverName
-
string
اسم الخادم.
- encryptionProtectorName
-
string
اسم أداة حماية التشفير التي سيتم تحديثها.
- parameters
- EncryptionProtector
حالة مورد أداة حماية التشفير المطلوبة.
معلمات الخيارات.
المرتجعات
Promise<EncryptionProtector>
beginRevalidate(string, string, string, EncryptionProtectorsRevalidateOptionalParams)
إعادة تقييم أداة حماية تشفير موجودة.
function beginRevalidate(resourceGroupName: string, serverName: string, encryptionProtectorName: string, options?: EncryptionProtectorsRevalidateOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
المعلمات
- resourceGroupName
-
string
اسم مجموعة الموارد التي تحتوي على المورد. يمكنك الحصول على هذه القيمة من واجهة برمجة تطبيقات Azure Resource Manager أو المدخل.
- serverName
-
string
اسم الخادم.
- encryptionProtectorName
-
string
اسم أداة حماية التشفير التي سيتم تحديثها.
معلمات الخيارات.
المرتجعات
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginRevalidateAndWait(string, string, string, EncryptionProtectorsRevalidateOptionalParams)
إعادة تقييم أداة حماية تشفير موجودة.
function beginRevalidateAndWait(resourceGroupName: string, serverName: string, encryptionProtectorName: string, options?: EncryptionProtectorsRevalidateOptionalParams): Promise<void>
المعلمات
- resourceGroupName
-
string
اسم مجموعة الموارد التي تحتوي على المورد. يمكنك الحصول على هذه القيمة من واجهة برمجة تطبيقات Azure Resource Manager أو المدخل.
- serverName
-
string
اسم الخادم.
- encryptionProtectorName
-
string
اسم أداة حماية التشفير التي سيتم تحديثها.
معلمات الخيارات.
المرتجعات
Promise<void>
get(string, string, string, EncryptionProtectorsGetOptionalParams)
الحصول على أداة حماية تشفير الخادم.
function get(resourceGroupName: string, serverName: string, encryptionProtectorName: string, options?: EncryptionProtectorsGetOptionalParams): Promise<EncryptionProtector>
المعلمات
- resourceGroupName
-
string
اسم مجموعة الموارد التي تحتوي على المورد. يمكنك الحصول على هذه القيمة من واجهة برمجة تطبيقات Azure Resource Manager أو المدخل.
- serverName
-
string
اسم الخادم.
- encryptionProtectorName
-
string
اسم أداة حماية التشفير المراد استردادها.
معلمات الخيارات.
المرتجعات
Promise<EncryptionProtector>
listByServer(string, string, EncryptionProtectorsListByServerOptionalParams)
الحصول على قائمة بمحميات تشفير الخادم
function listByServer(resourceGroupName: string, serverName: string, options?: EncryptionProtectorsListByServerOptionalParams): PagedAsyncIterableIterator<EncryptionProtector, EncryptionProtector[], PageSettings>
المعلمات
- resourceGroupName
-
string
اسم مجموعة الموارد التي تحتوي على المورد. يمكنك الحصول على هذه القيمة من واجهة برمجة تطبيقات Azure Resource Manager أو المدخل.
- serverName
-
string
اسم الخادم.
معلمات الخيارات.