ObjectDataTypes class
ObjectDataTypes'i temsil eden sınıf.
Oluşturucular
| Object |
ObjectDataTypes oluşturun. |
Yöntemler
| list |
Modül adıyla tanımlanan belirli bir türe ait alanların listesini alın. |
| list |
|
| list |
|
| list |
Tüm erişilebilir modüllerde belirli bir türe ait alanların listesini alın. |
| list |
|
| list |
Oluşturucu Ayrıntıları
ObjectDataTypes(AutomationClientContext)
ObjectDataTypes oluşturun.
new ObjectDataTypes(client: AutomationClientContext)
Parametreler
- client
- AutomationClientContext
Hizmet istemcisine başvuru.
Yöntem Ayrıntıları
listFieldsByModuleAndType(string, string, string, string, RequestOptionsBase)
Modül adıyla tanımlanan belirli bir türe ait alanların listesini alın.
function listFieldsByModuleAndType(resourceGroupName: string, automationAccountName: string, moduleName: string, typeName: string, options?: RequestOptionsBase): Promise<ObjectDataTypesListFieldsByModuleAndTypeResponse>
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
- moduleName
-
string
Modülün adı.
- typeName
-
string
Türün adı.
- options
- RequestOptionsBase
İsteğe bağlı parametreler
Döndürülenler
Promise<Models.ObjectDataTypesListFieldsByModuleAndTypeResponse>
listFieldsByModuleAndType(string, string, string, string, RequestOptionsBase, ServiceCallback<TypeFieldListResult>)
function listFieldsByModuleAndType(resourceGroupName: string, automationAccountName: string, moduleName: string, typeName: string, options: RequestOptionsBase, callback: ServiceCallback<TypeFieldListResult>)
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
- moduleName
-
string
Modülün adı.
- typeName
-
string
Türün adı.
- options
- RequestOptionsBase
İsteğe bağlı parametreler
- callback
Geri çağırma
listFieldsByModuleAndType(string, string, string, string, ServiceCallback<TypeFieldListResult>)
function listFieldsByModuleAndType(resourceGroupName: string, automationAccountName: string, moduleName: string, typeName: string, callback: ServiceCallback<TypeFieldListResult>)
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
- moduleName
-
string
Modülün adı.
- typeName
-
string
Türün adı.
- callback
Geri çağırma
listFieldsByType(string, string, string, RequestOptionsBase)
Tüm erişilebilir modüllerde belirli bir türe ait alanların listesini alın.
function listFieldsByType(resourceGroupName: string, automationAccountName: string, typeName: string, options?: RequestOptionsBase): Promise<ObjectDataTypesListFieldsByTypeResponse>
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
- typeName
-
string
Türün adı.
- options
- RequestOptionsBase
İsteğe bağlı parametreler
Döndürülenler
Promise<Models.ObjectDataTypesListFieldsByTypeResponse>
listFieldsByType(string, string, string, RequestOptionsBase, ServiceCallback<TypeFieldListResult>)
function listFieldsByType(resourceGroupName: string, automationAccountName: string, typeName: string, options: RequestOptionsBase, callback: ServiceCallback<TypeFieldListResult>)
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
- typeName
-
string
Türün adı.
- options
- RequestOptionsBase
İsteğe bağlı parametreler
- callback
Geri çağırma
listFieldsByType(string, string, string, ServiceCallback<TypeFieldListResult>)
function listFieldsByType(resourceGroupName: string, automationAccountName: string, typeName: string, callback: ServiceCallback<TypeFieldListResult>)
Parametreler
- resourceGroupName
-
string
Azure Kaynak grubunun adı.
- automationAccountName
-
string
Otomasyon hesabının adı.
- typeName
-
string
Türün adı.
- callback
Geri çağırma