مشاركة عبر


WorkspaceManagedSqlServerEncryptionProtector interface

واجهة تمثل WorkspaceManagedSqlServerEncryptionProtector.

الأساليب

beginCreateOrUpdate(string, string, string, EncryptionProtector, WorkspaceManagedSqlServerEncryptionProtectorCreateOrUpdateOptionalParams)

تحديث أداة حماية التشفير لخادم sql المدار لمساحة العمل.

beginCreateOrUpdateAndWait(string, string, string, EncryptionProtector, WorkspaceManagedSqlServerEncryptionProtectorCreateOrUpdateOptionalParams)

تحديث أداة حماية التشفير لخادم sql المدار لمساحة العمل.

beginRevalidate(string, string, string, WorkspaceManagedSqlServerEncryptionProtectorRevalidateOptionalParams)

إعادة تقييم أداة حماية التشفير الموجودة لمساحة العمل المدارة لخادم sql.

beginRevalidateAndWait(string, string, string, WorkspaceManagedSqlServerEncryptionProtectorRevalidateOptionalParams)

إعادة تقييم أداة حماية التشفير الموجودة لمساحة العمل المدارة لخادم sql.

get(string, string, string, WorkspaceManagedSqlServerEncryptionProtectorGetOptionalParams)

احصل على أداة حماية التشفير لخادم sql المدار لمساحة العمل.

list(string, string, WorkspaceManagedSqlServerEncryptionProtectorListOptionalParams)

احصل على قائمة بمحميات التشفير لخادم sql المدار لمساحة العمل.

تفاصيل الأسلوب

beginCreateOrUpdate(string, string, string, EncryptionProtector, WorkspaceManagedSqlServerEncryptionProtectorCreateOrUpdateOptionalParams)

تحديث أداة حماية التشفير لخادم sql المدار لمساحة العمل.

function beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, encryptionProtectorName: string, parameters: EncryptionProtector, options?: WorkspaceManagedSqlServerEncryptionProtectorCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<EncryptionProtector>, EncryptionProtector>>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.

workspaceName

string

اسم مساحة العمل.

encryptionProtectorName

string

اسم حامي التشفير.

parameters
EncryptionProtector

حالة مورد أداة حماية التشفير المطلوبة.

المرتجعات

Promise<PollerLike<@azure/core-lro.PollOperationState<EncryptionProtector>, EncryptionProtector>>

beginCreateOrUpdateAndWait(string, string, string, EncryptionProtector, WorkspaceManagedSqlServerEncryptionProtectorCreateOrUpdateOptionalParams)

تحديث أداة حماية التشفير لخادم sql المدار لمساحة العمل.

function beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, encryptionProtectorName: string, parameters: EncryptionProtector, options?: WorkspaceManagedSqlServerEncryptionProtectorCreateOrUpdateOptionalParams): Promise<EncryptionProtector>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.

workspaceName

string

اسم مساحة العمل.

encryptionProtectorName

string

اسم حامي التشفير.

parameters
EncryptionProtector

حالة مورد أداة حماية التشفير المطلوبة.

المرتجعات

beginRevalidate(string, string, string, WorkspaceManagedSqlServerEncryptionProtectorRevalidateOptionalParams)

إعادة تقييم أداة حماية التشفير الموجودة لمساحة العمل المدارة لخادم sql.

function beginRevalidate(resourceGroupName: string, workspaceName: string, encryptionProtectorName: string, options?: WorkspaceManagedSqlServerEncryptionProtectorRevalidateOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.

workspaceName

string

اسم مساحة العمل.

encryptionProtectorName

string

اسم حامي التشفير.

المرتجعات

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginRevalidateAndWait(string, string, string, WorkspaceManagedSqlServerEncryptionProtectorRevalidateOptionalParams)

إعادة تقييم أداة حماية التشفير الموجودة لمساحة العمل المدارة لخادم sql.

function beginRevalidateAndWait(resourceGroupName: string, workspaceName: string, encryptionProtectorName: string, options?: WorkspaceManagedSqlServerEncryptionProtectorRevalidateOptionalParams): Promise<void>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.

workspaceName

string

اسم مساحة العمل.

encryptionProtectorName

string

اسم حامي التشفير.

المرتجعات

Promise<void>

get(string, string, string, WorkspaceManagedSqlServerEncryptionProtectorGetOptionalParams)

احصل على أداة حماية التشفير لخادم sql المدار لمساحة العمل.

function get(resourceGroupName: string, workspaceName: string, encryptionProtectorName: string, options?: WorkspaceManagedSqlServerEncryptionProtectorGetOptionalParams): Promise<EncryptionProtector>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.

workspaceName

string

اسم مساحة العمل.

encryptionProtectorName

string

اسم حامي التشفير.

options
WorkspaceManagedSqlServerEncryptionProtectorGetOptionalParams

معلمات الخيارات.

المرتجعات

list(string, string, WorkspaceManagedSqlServerEncryptionProtectorListOptionalParams)

احصل على قائمة بمحميات التشفير لخادم sql المدار لمساحة العمل.

function list(resourceGroupName: string, workspaceName: string, options?: WorkspaceManagedSqlServerEncryptionProtectorListOptionalParams): PagedAsyncIterableIterator<EncryptionProtector, EncryptionProtector[], PageSettings>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.

workspaceName

string

اسم مساحة العمل.

المرتجعات