Keys class

فئة تمثل مفاتيح.

المنشئون

Keys(AutomationClientContext)

إنشاء مفاتيح.

الأساليب

listByAutomationAccount(string, string, RequestOptionsBase)

استرداد مفاتيح الأتمتة لحساب.

listByAutomationAccount(string, string, RequestOptionsBase, ServiceCallback<KeyListResult>)
listByAutomationAccount(string, string, ServiceCallback<KeyListResult>)

تفاصيل المنشئ

Keys(AutomationClientContext)

إنشاء مفاتيح.

new Keys(client: AutomationClientContext)

المعلمات

client
AutomationClientContext

الرجوع إلى عميل الخدمة.

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

listByAutomationAccount(string, string, RequestOptionsBase)

استرداد مفاتيح الأتمتة لحساب.

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: RequestOptionsBase): Promise<KeysListByAutomationAccountResponse>

المعلمات

resourceGroupName

string

اسم مجموعة موارد Azure.

automationAccountName

string

اسم حساب التنفيذ التلقائي.

options
RequestOptionsBase

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

المرتجعات

وعد<Models.KeysListByAutomationAccountResponse>

listByAutomationAccount(string, string, RequestOptionsBase, ServiceCallback<KeyListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<KeyListResult>)

المعلمات

resourceGroupName

string

اسم مجموعة موارد Azure.

automationAccountName

string

اسم حساب التنفيذ التلقائي.

options
RequestOptionsBase

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

callback

ServiceCallback<KeyListResult>

رد الاتصال

listByAutomationAccount(string, string, ServiceCallback<KeyListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<KeyListResult>)

المعلمات

resourceGroupName

string

اسم مجموعة موارد Azure.

automationAccountName

string

اسم حساب التنفيذ التلقائي.

callback

ServiceCallback<KeyListResult>

رد الاتصال