Skip to main content

run_as_accounts_controllers

Creates, updates, deletes, gets or lists a run_as_accounts_controllers resource.

Overview

Namerun_as_accounts_controllers
TypeResource
Idazure.migrate.run_as_accounts_controllers

Fields

NameDatatypeDescription
accountNametextfield from the properties object
appliance_nametextfield from the properties object
created_timestamptextfield from the properties object
credential_typetextfield from the properties object
display_nametextfield from the properties object
provisioning_statetextfield from the properties object
resourceGroupNametextfield from the properties object
siteNametextfield from the properties object
subscriptionIdtextfield from the properties object
updated_timestamptextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTaccountName, resourceGroupName, siteName, subscriptionIdGet a VmwareRunAsAccountResource
list_by_vmware_siteSELECTresourceGroupName, siteName, subscriptionIdList VmwareRunAsAccountResource resources by VmwareSite

SELECT examples

List VmwareRunAsAccountResource resources by VmwareSite

SELECT
accountName,
appliance_name,
created_timestamp,
credential_type,
display_name,
provisioning_state,
resourceGroupName,
siteName,
subscriptionId,
updated_timestamp
FROM azure.migrate.vw_run_as_accounts_controllers
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND siteName = '{{ siteName }}'
AND subscriptionId = '{{ subscriptionId }}';