Keys class
فئة تمثل مفاتيح.
المنشئون
| Keys(Automation |
إنشاء مفاتيح. |
الأساليب
تفاصيل المنشئ
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
المعلمات الاختيارية
المرتجعات
Promise<KeysListByAutomationAccountResponse>
وعد<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
رد الاتصال
listByAutomationAccount(string, string, ServiceCallback<KeyListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<KeyListResult>)
المعلمات
- resourceGroupName
-
string
اسم مجموعة موارد Azure.
- automationAccountName
-
string
اسم حساب التنفيذ التلقائي.
- callback
رد الاتصال