DscNodeConfigurationOperations class
DscNodeConfigurationOperations öğesini temsil eden sınıf.
Oluşturucular
| Dsc |
DscNodeConfigurationOperations oluşturun. |
Yöntemler
Oluşturucu Ayrıntıları
DscNodeConfigurationOperations(AutomationClientContext)
DscNodeConfigurationOperations oluşturun.
new DscNodeConfigurationOperations(client: AutomationClientContext)
Parametreler
- client
- AutomationClientContext
Hizmet istemcisine başvuru.
Yöntem Ayrıntıları
beginCreateOrUpdate(string, string, string, DscNodeConfigurationCreateOrUpdateParameters, RequestOptionsBase)
Düğüm yapılandırma adıyla tanımlanan düğüm yapılandırmasını oluşturun.
function beginCreateOrUpdate(resourceGroupName: string, automationAccountName: string, nodeConfigurationName: string, parameters: DscNodeConfigurationCreateOrUpdateParameters, options?: RequestOptionsBase): Promise<LROPoller>
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
- nodeConfigurationName
-
string
Dsc düğümü yapılandırma adı.
- parameters
- DscNodeConfigurationCreateOrUpdateParameters
Yapılandırma için oluşturma veya güncelleştirme parametreleri.
- options
- RequestOptionsBase
İsteğe bağlı parametreler
Döndürülenler
Promise<@azure/ms-rest-azure-js.LROPoller>
Söz<msRestAzure.LROPoller>
createOrUpdate(string, string, string, DscNodeConfigurationCreateOrUpdateParameters, RequestOptionsBase)
Düğüm yapılandırma adıyla tanımlanan düğüm yapılandırmasını oluşturun.
function createOrUpdate(resourceGroupName: string, automationAccountName: string, nodeConfigurationName: string, parameters: DscNodeConfigurationCreateOrUpdateParameters, options?: RequestOptionsBase): Promise<DscNodeConfigurationCreateOrUpdateResponse>
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
- nodeConfigurationName
-
string
Dsc düğümü yapılandırma adı.
- parameters
- DscNodeConfigurationCreateOrUpdateParameters
Yapılandırma için oluşturma veya güncelleştirme parametreleri.
- options
- RequestOptionsBase
İsteğe bağlı parametreler
Döndürülenler
Promise<Models.DscNodeConfigurationCreateOrUpdateResponse>
deleteMethod(string, string, string, RequestOptionsBase)
Düğüm yapılandırmasına göre Dsc düğüm yapılandırmalarını silin.
function deleteMethod(resourceGroupName: string, automationAccountName: string, nodeConfigurationName: string, options?: RequestOptionsBase): Promise<RestResponse>
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
- nodeConfigurationName
-
string
Dsc düğümü yapılandırma adı.
- options
- RequestOptionsBase
İsteğe bağlı parametreler
Döndürülenler
Promise<RestResponse>
promise<msRest.RestResponse>
deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, automationAccountName: string, nodeConfigurationName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
- nodeConfigurationName
-
string
Dsc düğümü yapılandırma adı.
- options
- RequestOptionsBase
İsteğe bağlı parametreler
- callback
-
ServiceCallback<void>
Geri çağırma
deleteMethod(string, string, string, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, automationAccountName: string, nodeConfigurationName: string, callback: ServiceCallback<void>)
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
- nodeConfigurationName
-
string
Dsc düğümü yapılandırma adı.
- callback
-
ServiceCallback<void>
Geri çağırma
get(string, string, string, RequestOptionsBase)
Düğüm yapılandırmasına göre Dsc düğüm yapılandırmalarını alın.
function get(resourceGroupName: string, automationAccountName: string, nodeConfigurationName: string, options?: RequestOptionsBase): Promise<DscNodeConfigurationGetResponse>
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
- nodeConfigurationName
-
string
Dsc düğümü yapılandırma adı.
- options
- RequestOptionsBase
İsteğe bağlı parametreler
Döndürülenler
Promise<DscNodeConfigurationGetResponse>
Promise<Models.DscNodeConfigurationGetResponse>
get(string, string, string, RequestOptionsBase, ServiceCallback<DscNodeConfiguration>)
function get(resourceGroupName: string, automationAccountName: string, nodeConfigurationName: string, options: RequestOptionsBase, callback: ServiceCallback<DscNodeConfiguration>)
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
- nodeConfigurationName
-
string
Dsc düğümü yapılandırma adı.
- options
- RequestOptionsBase
İsteğe bağlı parametreler
- callback
Geri çağırma
get(string, string, string, ServiceCallback<DscNodeConfiguration>)
function get(resourceGroupName: string, automationAccountName: string, nodeConfigurationName: string, callback: ServiceCallback<DscNodeConfiguration>)
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
- nodeConfigurationName
-
string
Dsc düğümü yapılandırma adı.
- callback
Geri çağırma
listByAutomationAccount(string, string, DscNodeConfigurationListByAutomationAccountOptionalParams)
dsc düğümü yapılandırmalarının listesini alın.
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: DscNodeConfigurationListByAutomationAccountOptionalParams): Promise<DscNodeConfigurationListByAutomationAccountResponse>
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
İsteğe bağlı parametreler
Döndürülenler
Promise<Models.DscNodeConfigurationListByAutomationAccountResponse>
listByAutomationAccount(string, string, DscNodeConfigurationListByAutomationAccountOptionalParams, ServiceCallback<DscNodeConfigurationListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: DscNodeConfigurationListByAutomationAccountOptionalParams, callback: ServiceCallback<DscNodeConfigurationListResult>)
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
İsteğe bağlı parametreler
Geri çağırma
listByAutomationAccount(string, string, ServiceCallback<DscNodeConfigurationListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<DscNodeConfigurationListResult>)
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
Geri çağırma
listByAutomationAccountNext(string, RequestOptionsBase)
dsc düğümü yapılandırmalarının listesini alın.
function listByAutomationAccountNext(nextPageLink: string, options?: RequestOptionsBase): Promise<DscNodeConfigurationListByAutomationAccountNextResponse>
Parametreler
- nextPageLink
-
string
Önceki başarılı List çağrısından NextLink işlemi.
- options
- RequestOptionsBase
İsteğe bağlı parametreler
Döndürülenler
Promise<Models.DscNodeConfigurationListByAutomationAccountNextResponse>
listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<DscNodeConfigurationListResult>)
function listByAutomationAccountNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<DscNodeConfigurationListResult>)
Parametreler
- nextPageLink
-
string
Önceki başarılı List çağrısından NextLink işlemi.
- options
- RequestOptionsBase
İsteğe bağlı parametreler
Geri çağırma
listByAutomationAccountNext(string, ServiceCallback<DscNodeConfigurationListResult>)
function listByAutomationAccountNext(nextPageLink: string, callback: ServiceCallback<DscNodeConfigurationListResult>)
Parametreler
- nextPageLink
-
string
Önceki başarılı List çağrısından NextLink işlemi.
Geri çağırma