SourceControlOperations class
فئة تمثل SourceControlOperations.
المنشئون
| Source |
إنشاء SourceControlOperations. |
الأساليب
تفاصيل المنشئ
SourceControlOperations(AutomationClientContext)
إنشاء SourceControlOperations.
new SourceControlOperations(client: AutomationClientContext)
المعلمات
- client
- AutomationClientContext
الرجوع إلى عميل الخدمة.
تفاصيل الأسلوب
createOrUpdate(string, string, string, SourceControlCreateOrUpdateParameters, RequestOptionsBase)
إنشاء عنصر تحكم مصدر.
function createOrUpdate(resourceGroupName: string, automationAccountName: string, sourceControlName: string, parameters: SourceControlCreateOrUpdateParameters, options?: RequestOptionsBase): Promise<SourceControlCreateOrUpdateResponse>
المعلمات
- resourceGroupName
-
string
اسم مجموعة موارد Azure.
- automationAccountName
-
string
اسم حساب التنفيذ التلقائي.
- sourceControlName
-
string
اسم عنصر تحكم المصدر.
- parameters
- SourceControlCreateOrUpdateParameters
المعلمات المتوفرة لعملية إنشاء أو تحديث التحكم بالمصادر.
- options
- RequestOptionsBase
المعلمات الاختيارية
المرتجعات
Promise<SourceControlCreateOrUpdateResponse>
وعد<Models.SourceControlCreateOrUpdateResponse>
createOrUpdate(string, string, string, SourceControlCreateOrUpdateParameters, RequestOptionsBase, ServiceCallback<SourceControl>)
function createOrUpdate(resourceGroupName: string, automationAccountName: string, sourceControlName: string, parameters: SourceControlCreateOrUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<SourceControl>)
المعلمات
- resourceGroupName
-
string
اسم مجموعة موارد Azure.
- automationAccountName
-
string
اسم حساب التنفيذ التلقائي.
- sourceControlName
-
string
اسم عنصر تحكم المصدر.
- parameters
- SourceControlCreateOrUpdateParameters
المعلمات المتوفرة لعملية إنشاء أو تحديث التحكم بالمصادر.
- options
- RequestOptionsBase
المعلمات الاختيارية
- callback
رد الاتصال
createOrUpdate(string, string, string, SourceControlCreateOrUpdateParameters, ServiceCallback<SourceControl>)
function createOrUpdate(resourceGroupName: string, automationAccountName: string, sourceControlName: string, parameters: SourceControlCreateOrUpdateParameters, callback: ServiceCallback<SourceControl>)
المعلمات
- resourceGroupName
-
string
اسم مجموعة موارد Azure.
- automationAccountName
-
string
اسم حساب التنفيذ التلقائي.
- sourceControlName
-
string
اسم عنصر تحكم المصدر.
- parameters
- SourceControlCreateOrUpdateParameters
المعلمات المتوفرة لعملية إنشاء أو تحديث التحكم بالمصادر.
- callback
رد الاتصال
deleteMethod(string, string, string, RequestOptionsBase)
احذف عنصر تحكم المصدر.
function deleteMethod(resourceGroupName: string, automationAccountName: string, sourceControlName: string, options?: RequestOptionsBase): Promise<RestResponse>
المعلمات
- resourceGroupName
-
string
اسم مجموعة موارد Azure.
- automationAccountName
-
string
اسم حساب التنفيذ التلقائي.
- sourceControlName
-
string
اسم عنصر التحكم بالمصادر.
- options
- RequestOptionsBase
المعلمات الاختيارية
المرتجعات
Promise<RestResponse>
وعد<msRest.RestResponse>
deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, automationAccountName: string, sourceControlName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)
المعلمات
- resourceGroupName
-
string
اسم مجموعة موارد Azure.
- automationAccountName
-
string
اسم حساب التنفيذ التلقائي.
- sourceControlName
-
string
اسم عنصر التحكم بالمصادر.
- options
- RequestOptionsBase
المعلمات الاختيارية
- callback
-
ServiceCallback<void>
رد الاتصال
deleteMethod(string, string, string, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, automationAccountName: string, sourceControlName: string, callback: ServiceCallback<void>)
المعلمات
- resourceGroupName
-
string
اسم مجموعة موارد Azure.
- automationAccountName
-
string
اسم حساب التنفيذ التلقائي.
- sourceControlName
-
string
اسم عنصر التحكم بالمصادر.
- callback
-
ServiceCallback<void>
رد الاتصال
get(string, string, string, RequestOptionsBase)
استرداد عنصر تحكم المصدر الذي تم تعريفه بواسطة اسم عنصر التحكم بالمصادر.
function get(resourceGroupName: string, automationAccountName: string, sourceControlName: string, options?: RequestOptionsBase): Promise<SourceControlGetResponse>
المعلمات
- resourceGroupName
-
string
اسم مجموعة موارد Azure.
- automationAccountName
-
string
اسم حساب التنفيذ التلقائي.
- sourceControlName
-
string
اسم عنصر التحكم بالمصادر.
- options
- RequestOptionsBase
المعلمات الاختيارية
المرتجعات
Promise<SourceControlGetResponse>
وعد<Models.SourceControlGetResponse>
get(string, string, string, RequestOptionsBase, ServiceCallback<SourceControl>)
function get(resourceGroupName: string, automationAccountName: string, sourceControlName: string, options: RequestOptionsBase, callback: ServiceCallback<SourceControl>)
المعلمات
- resourceGroupName
-
string
اسم مجموعة موارد Azure.
- automationAccountName
-
string
اسم حساب التنفيذ التلقائي.
- sourceControlName
-
string
اسم عنصر التحكم بالمصادر.
- options
- RequestOptionsBase
المعلمات الاختيارية
- callback
رد الاتصال
get(string, string, string, ServiceCallback<SourceControl>)
function get(resourceGroupName: string, automationAccountName: string, sourceControlName: string, callback: ServiceCallback<SourceControl>)
المعلمات
- resourceGroupName
-
string
اسم مجموعة موارد Azure.
- automationAccountName
-
string
اسم حساب التنفيذ التلقائي.
- sourceControlName
-
string
اسم عنصر التحكم بالمصادر.
- callback
رد الاتصال
listByAutomationAccount(string, string, ServiceCallback<SourceControlListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<SourceControlListResult>)
المعلمات
- resourceGroupName
-
string
اسم مجموعة موارد Azure.
- automationAccountName
-
string
اسم حساب التنفيذ التلقائي.
- callback
رد الاتصال
listByAutomationAccount(string, string, SourceControlListByAutomationAccountOptionalParams)
استرداد قائمة بعناصر التحكم بالمصادر.
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: SourceControlListByAutomationAccountOptionalParams): Promise<SourceControlListByAutomationAccountResponse>
المعلمات
- resourceGroupName
-
string
اسم مجموعة موارد Azure.
- automationAccountName
-
string
اسم حساب التنفيذ التلقائي.
المعلمات الاختيارية
المرتجعات
وعد<Models.SourceControlListByAutomationAccountResponse>
listByAutomationAccount(string, string, SourceControlListByAutomationAccountOptionalParams, ServiceCallback<SourceControlListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: SourceControlListByAutomationAccountOptionalParams, callback: ServiceCallback<SourceControlListResult>)
المعلمات
- resourceGroupName
-
string
اسم مجموعة موارد Azure.
- automationAccountName
-
string
اسم حساب التنفيذ التلقائي.
المعلمات الاختيارية
- callback
رد الاتصال
listByAutomationAccountNext(string, RequestOptionsBase)
استرداد قائمة بعناصر التحكم بالمصادر.
function listByAutomationAccountNext(nextPageLink: string, options?: RequestOptionsBase): Promise<SourceControlListByAutomationAccountNextResponse>
المعلمات
- nextPageLink
-
string
NextLink من عملية الاستدعاء الناجحة السابقة إلى القائمة.
- options
- RequestOptionsBase
المعلمات الاختيارية
المرتجعات
وعد<Models.SourceControlListByAutomationAccountNextResponse>
listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<SourceControlListResult>)
function listByAutomationAccountNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<SourceControlListResult>)
المعلمات
- nextPageLink
-
string
NextLink من عملية الاستدعاء الناجحة السابقة إلى القائمة.
- options
- RequestOptionsBase
المعلمات الاختيارية
- callback
رد الاتصال
listByAutomationAccountNext(string, ServiceCallback<SourceControlListResult>)
function listByAutomationAccountNext(nextPageLink: string, callback: ServiceCallback<SourceControlListResult>)
المعلمات
- nextPageLink
-
string
NextLink من عملية الاستدعاء الناجحة السابقة إلى القائمة.
- callback
رد الاتصال
update(string, string, string, SourceControlUpdateParameters, RequestOptionsBase)
تحديث عنصر تحكم المصدر.
function update(resourceGroupName: string, automationAccountName: string, sourceControlName: string, parameters: SourceControlUpdateParameters, options?: RequestOptionsBase): Promise<SourceControlUpdateResponse>
المعلمات
- resourceGroupName
-
string
اسم مجموعة موارد Azure.
- automationAccountName
-
string
اسم حساب التنفيذ التلقائي.
- sourceControlName
-
string
اسم عنصر تحكم المصدر.
- parameters
- SourceControlUpdateParameters
المعلمات المتوفرة لعملية التحكم في مصدر التحديث.
- options
- RequestOptionsBase
المعلمات الاختيارية
المرتجعات
Promise<SourceControlUpdateResponse>
وعد<Models.SourceControlUpdateResponse>
update(string, string, string, SourceControlUpdateParameters, RequestOptionsBase, ServiceCallback<SourceControl>)
function update(resourceGroupName: string, automationAccountName: string, sourceControlName: string, parameters: SourceControlUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<SourceControl>)
المعلمات
- resourceGroupName
-
string
اسم مجموعة موارد Azure.
- automationAccountName
-
string
اسم حساب التنفيذ التلقائي.
- sourceControlName
-
string
اسم عنصر تحكم المصدر.
- parameters
- SourceControlUpdateParameters
المعلمات المتوفرة لعملية التحكم في مصدر التحديث.
- options
- RequestOptionsBase
المعلمات الاختيارية
- callback
رد الاتصال
update(string, string, string, SourceControlUpdateParameters, ServiceCallback<SourceControl>)
function update(resourceGroupName: string, automationAccountName: string, sourceControlName: string, parameters: SourceControlUpdateParameters, callback: ServiceCallback<SourceControl>)
المعلمات
- resourceGroupName
-
string
اسم مجموعة موارد Azure.
- automationAccountName
-
string
اسم حساب التنفيذ التلقائي.
- sourceControlName
-
string
اسم عنصر تحكم المصدر.
- parameters
- SourceControlUpdateParameters
المعلمات المتوفرة لعملية التحكم في مصدر التحديث.
- callback
رد الاتصال