DscConfigurationOperations class
DscConfigurationOperations'i temsil eden sınıf.
Oluşturucular
| Dsc |
DscConfigurationOperations oluşturun. |
Yöntemler
Oluşturucu Ayrıntıları
DscConfigurationOperations(AutomationClientContext)
DscConfigurationOperations oluşturun.
new DscConfigurationOperations(client: AutomationClientContext)
Parametreler
- client
- AutomationClientContext
Hizmet istemcisine başvuru.
Yöntem Ayrıntıları
createOrUpdate(string, string, string, DscConfigurationCreateOrUpdateParameters, RequestOptionsBase)
Yapılandırma adıyla tanımlanan yapılandırmayı oluşturun.
function createOrUpdate(resourceGroupName: string, automationAccountName: string, configurationName: string, parameters: DscConfigurationCreateOrUpdateParameters, options?: RequestOptionsBase): Promise<DscConfigurationCreateOrUpdateResponse>
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
- configurationName
-
string
Yapılandırma için oluşturma veya güncelleştirme parametreleri.
- parameters
- DscConfigurationCreateOrUpdateParameters
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.DscConfigurationCreateOrUpdateResponse>
createOrUpdate(string, string, string, DscConfigurationCreateOrUpdateParameters, RequestOptionsBase, ServiceCallback<DscConfiguration>)
function createOrUpdate(resourceGroupName: string, automationAccountName: string, configurationName: string, parameters: DscConfigurationCreateOrUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<DscConfiguration>)
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
- configurationName
-
string
Yapılandırma için oluşturma veya güncelleştirme parametreleri.
- parameters
- DscConfigurationCreateOrUpdateParameters
Yapılandırma için oluşturma veya güncelleştirme parametreleri.
- options
- RequestOptionsBase
İsteğe bağlı parametreler
- callback
Geri çağırma
createOrUpdate(string, string, string, DscConfigurationCreateOrUpdateParameters, ServiceCallback<DscConfiguration>)
function createOrUpdate(resourceGroupName: string, automationAccountName: string, configurationName: string, parameters: DscConfigurationCreateOrUpdateParameters, callback: ServiceCallback<DscConfiguration>)
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
- configurationName
-
string
Yapılandırma için oluşturma veya güncelleştirme parametreleri.
- parameters
- DscConfigurationCreateOrUpdateParameters
Yapılandırma için oluşturma veya güncelleştirme parametreleri.
- callback
Geri çağırma
deleteMethod(string, string, string, RequestOptionsBase)
Yapılandırma adıyla tanımlanan dsc yapılandırmasını silin.
function deleteMethod(resourceGroupName: string, automationAccountName: string, configurationName: string, options?: RequestOptionsBase): Promise<RestResponse>
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
- configurationName
-
string
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, configurationName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
- configurationName
-
string
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, configurationName: string, callback: ServiceCallback<void>)
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
- configurationName
-
string
Yapılandırma adı.
- callback
-
ServiceCallback<void>
Geri çağırma
get(string, string, string, RequestOptionsBase)
Yapılandırma adıyla tanımlanan yapılandırmayı alın.
function get(resourceGroupName: string, automationAccountName: string, configurationName: string, options?: RequestOptionsBase): Promise<DscConfigurationGetResponse>
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
- configurationName
-
string
Yapılandırma adı.
- options
- RequestOptionsBase
İsteğe bağlı parametreler
Döndürülenler
Promise<DscConfigurationGetResponse>
Promise<Models.DscConfigurationGetResponse>
get(string, string, string, RequestOptionsBase, ServiceCallback<DscConfiguration>)
function get(resourceGroupName: string, automationAccountName: string, configurationName: string, options: RequestOptionsBase, callback: ServiceCallback<DscConfiguration>)
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
- configurationName
-
string
Yapılandırma adı.
- options
- RequestOptionsBase
İsteğe bağlı parametreler
- callback
Geri çağırma
get(string, string, string, ServiceCallback<DscConfiguration>)
function get(resourceGroupName: string, automationAccountName: string, configurationName: string, callback: ServiceCallback<DscConfiguration>)
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
- configurationName
-
string
Yapılandırma adı.
- callback
Geri çağırma
getContent(string, string, string, RequestOptionsBase)
Yapılandırma adıyla tanımlanan yapılandırma betiğini alın.
function getContent(resourceGroupName: string, automationAccountName: string, configurationName: string, options?: RequestOptionsBase): Promise<DscConfigurationGetContentResponse>
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
- configurationName
-
string
Yapılandırma adı.
- options
- RequestOptionsBase
İsteğe bağlı parametreler
Döndürülenler
Promise<DscConfigurationGetContentResponse>
Promise<Models.DscConfigurationGetContentResponse>
getContent(string, string, string, RequestOptionsBase, ServiceCallback<void>)
function getContent(resourceGroupName: string, automationAccountName: string, configurationName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
- configurationName
-
string
Yapılandırma adı.
- options
- RequestOptionsBase
İsteğe bağlı parametreler
- callback
-
ServiceCallback<void>
Geri çağırma
getContent(string, string, string, ServiceCallback<void>)
function getContent(resourceGroupName: string, automationAccountName: string, configurationName: string, callback: ServiceCallback<void>)
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
- configurationName
-
string
Yapılandırma adı.
- callback
-
ServiceCallback<void>
Geri çağırma
listByAutomationAccount(string, string, DscConfigurationListByAutomationAccountOptionalParams)
Yapılandırmaların listesini alın.
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: DscConfigurationListByAutomationAccountOptionalParams): Promise<DscConfigurationListByAutomationAccountResponse>
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.DscConfigurationListByAutomationAccountResponse>
listByAutomationAccount(string, string, DscConfigurationListByAutomationAccountOptionalParams, ServiceCallback<DscConfigurationListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: DscConfigurationListByAutomationAccountOptionalParams, callback: ServiceCallback<DscConfigurationListResult>)
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
İsteğe bağlı parametreler
- callback
Geri çağırma
listByAutomationAccount(string, string, ServiceCallback<DscConfigurationListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<DscConfigurationListResult>)
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
- callback
Geri çağırma
listByAutomationAccountNext(string, RequestOptionsBase)
Yapılandırmaların listesini alın.
function listByAutomationAccountNext(nextPageLink: string, options?: RequestOptionsBase): Promise<DscConfigurationListByAutomationAccountNextResponse>
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.DscConfigurationListByAutomationAccountNextResponse>
listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<DscConfigurationListResult>)
function listByAutomationAccountNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<DscConfigurationListResult>)
Parametreler
- nextPageLink
-
string
Önceki başarılı List çağrısından NextLink işlemi.
- options
- RequestOptionsBase
İsteğe bağlı parametreler
- callback
Geri çağırma
listByAutomationAccountNext(string, ServiceCallback<DscConfigurationListResult>)
function listByAutomationAccountNext(nextPageLink: string, callback: ServiceCallback<DscConfigurationListResult>)
Parametreler
- nextPageLink
-
string
Önceki başarılı List çağrısından NextLink işlemi.
- callback
Geri çağırma
update(string, string, string, DscConfigurationUpdateOptionalParams)
Yapılandırma adıyla tanımlanan yapılandırmayı oluşturun.
function update(resourceGroupName: string, automationAccountName: string, configurationName: string, options?: DscConfigurationUpdateOptionalParams): Promise<DscConfigurationUpdateResponse>
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
- configurationName
-
string
Yapılandırma için oluşturma veya güncelleştirme parametreleri.
İsteğe bağlı parametreler
Döndürülenler
Promise<DscConfigurationUpdateResponse>
Promise<Models.DscConfigurationUpdateResponse>
update(string, string, string, DscConfigurationUpdateOptionalParams, ServiceCallback<DscConfiguration>)
function update(resourceGroupName: string, automationAccountName: string, configurationName: string, options: DscConfigurationUpdateOptionalParams, callback: ServiceCallback<DscConfiguration>)
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
- configurationName
-
string
Yapılandırma için oluşturma veya güncelleştirme parametreleri.
İsteğe bağlı parametreler
- callback
Geri çağırma
update(string, string, string, ServiceCallback<DscConfiguration>)
function update(resourceGroupName: string, automationAccountName: string, configurationName: string, callback: ServiceCallback<DscConfiguration>)
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
- configurationName
-
string
Yapılandırma için oluşturma veya güncelleştirme parametreleri.
- callback
Geri çağırma