Aracılığıyla paylaş


ConnectionTypeOperations class

ConnectionTypeOperations'i temsil eden sınıf.

Oluşturucular

ConnectionTypeOperations(AutomationClientContext)

ConnectionTypeOperations oluşturun.

Yöntemler

createOrUpdate(string, string, string, ConnectionTypeCreateOrUpdateParameters, RequestOptionsBase)

Bir bağlantı türü oluşturun.

createOrUpdate(string, string, string, ConnectionTypeCreateOrUpdateParameters, RequestOptionsBase, ServiceCallback<ConnectionType>)
createOrUpdate(string, string, string, ConnectionTypeCreateOrUpdateParameters, ServiceCallback<ConnectionType>)
deleteMethod(string, string, string, RequestOptionsBase)

Bağlantı türünü silin.

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)
deleteMethod(string, string, string, ServiceCallback<void>)
get(string, string, string, RequestOptionsBase)

Bağlantı türü adıyla tanımlanan bağlantı türünü alın.

get(string, string, string, RequestOptionsBase, ServiceCallback<ConnectionType>)
get(string, string, string, ServiceCallback<ConnectionType>)
listByAutomationAccount(string, string, RequestOptionsBase)

Bağlantı türlerinin listesini alın.

listByAutomationAccount(string, string, RequestOptionsBase, ServiceCallback<ConnectionTypeListResult>)
listByAutomationAccount(string, string, ServiceCallback<ConnectionTypeListResult>)
listByAutomationAccountNext(string, RequestOptionsBase)

Bağlantı türlerinin listesini alın.

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<ConnectionTypeListResult>)
listByAutomationAccountNext(string, ServiceCallback<ConnectionTypeListResult>)

Oluşturucu Ayrıntıları

ConnectionTypeOperations(AutomationClientContext)

ConnectionTypeOperations oluşturun.

new ConnectionTypeOperations(client: AutomationClientContext)

Parametreler

client
AutomationClientContext

Hizmet istemcisine başvuru.

Yöntem Ayrıntıları

createOrUpdate(string, string, string, ConnectionTypeCreateOrUpdateParameters, RequestOptionsBase)

Bir bağlantı türü oluşturun.

function createOrUpdate(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, parameters: ConnectionTypeCreateOrUpdateParameters, options?: RequestOptionsBase): Promise<ConnectionTypeCreateOrUpdateResponse>

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

connectionTypeName

string

Bağlantı türü oluşturma veya güncelleştirme işlemine sağlanan parametreler.

parameters
ConnectionTypeCreateOrUpdateParameters

Bağlantı türü oluşturma veya güncelleştirme işlemine sağlanan parametreler.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.ConnectionTypeCreateOrUpdateResponse>

createOrUpdate(string, string, string, ConnectionTypeCreateOrUpdateParameters, RequestOptionsBase, ServiceCallback<ConnectionType>)

function createOrUpdate(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, parameters: ConnectionTypeCreateOrUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<ConnectionType>)

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

connectionTypeName

string

Bağlantı türü oluşturma veya güncelleştirme işlemine sağlanan parametreler.

parameters
ConnectionTypeCreateOrUpdateParameters

Bağlantı türü oluşturma veya güncelleştirme işlemine sağlanan parametreler.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<ConnectionType>

Geri çağırma

createOrUpdate(string, string, string, ConnectionTypeCreateOrUpdateParameters, ServiceCallback<ConnectionType>)

function createOrUpdate(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, parameters: ConnectionTypeCreateOrUpdateParameters, callback: ServiceCallback<ConnectionType>)

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

connectionTypeName

string

Bağlantı türü oluşturma veya güncelleştirme işlemine sağlanan parametreler.

parameters
ConnectionTypeCreateOrUpdateParameters

Bağlantı türü oluşturma veya güncelleştirme işlemine sağlanan parametreler.

callback

ServiceCallback<ConnectionType>

Geri çağırma

deleteMethod(string, string, string, RequestOptionsBase)

Bağlantı türünü silin.

function deleteMethod(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, options?: RequestOptionsBase): Promise<RestResponse>

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

connectionTypeName

string

Bağlantı türünün 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, connectionTypeName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

connectionTypeName

string

Bağlantı türünün 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, connectionTypeName: string, callback: ServiceCallback<void>)

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

connectionTypeName

string

Bağlantı türünün adı.

callback

ServiceCallback<void>

Geri çağırma

get(string, string, string, RequestOptionsBase)

Bağlantı türü adıyla tanımlanan bağlantı türünü alın.

function get(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, options?: RequestOptionsBase): Promise<ConnectionTypeGetResponse>

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

connectionTypeName

string

Bağlantı türünün adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.ConnectionTypeGetResponse>

get(string, string, string, RequestOptionsBase, ServiceCallback<ConnectionType>)

function get(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, options: RequestOptionsBase, callback: ServiceCallback<ConnectionType>)

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

connectionTypeName

string

Bağlantı türünün adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<ConnectionType>

Geri çağırma

get(string, string, string, ServiceCallback<ConnectionType>)

function get(resourceGroupName: string, automationAccountName: string, connectionTypeName: string, callback: ServiceCallback<ConnectionType>)

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

connectionTypeName

string

Bağlantı türünün adı.

callback

ServiceCallback<ConnectionType>

Geri çağırma

listByAutomationAccount(string, string, RequestOptionsBase)

Bağlantı türlerinin listesini alın.

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

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.ConnectionTypeListByAutomationAccountResponse>

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

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

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<ConnectionTypeListResult>

Geri çağırma

listByAutomationAccount(string, string, ServiceCallback<ConnectionTypeListResult>)

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

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

callback

ServiceCallback<ConnectionTypeListResult>

Geri çağırma

listByAutomationAccountNext(string, RequestOptionsBase)

Bağlantı türlerinin listesini alın.

function listByAutomationAccountNext(nextPageLink: string, options?: RequestOptionsBase): Promise<ConnectionTypeListByAutomationAccountNextResponse>

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.ConnectionTypeListByAutomationAccountNextResponse>

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<ConnectionTypeListResult>)

function listByAutomationAccountNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<ConnectionTypeListResult>)

Parametreler

nextPageLink

string

Önceki başarılı List çağrısından NextLink işlemi.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<ConnectionTypeListResult>

Geri çağırma

listByAutomationAccountNext(string, ServiceCallback<ConnectionTypeListResult>)

function listByAutomationAccountNext(nextPageLink: string, callback: ServiceCallback<ConnectionTypeListResult>)

Parametreler

nextPageLink

string

Önceki başarılı List çağrısından NextLink işlemi.

callback

ServiceCallback<ConnectionTypeListResult>

Geri çağırma