DiscoveryConfiguration Class
Discovery Details.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.workloads.models._models_py3.SAPConfigurationDiscoveryConfiguration
Constructor
DiscoveryConfiguration(*, central_server_vm_id: str | None = None, managed_rg_storage_account_name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
central_server_vm_id
|
The virtual machine ID of the Central Server. |
managed_rg_storage_account_name
|
The custom storage account name for the storage
account created by the service in the managed resource group created as part of VIS
deployment.:code: |
Variables
Name | Description |
---|---|
configuration_type
|
The configuration Type. Required. Known values are: "Deployment", "Discovery", and "DeploymentWithOSConfig". |
central_server_vm_id
|
The virtual machine ID of the Central Server. |
managed_rg_storage_account_name
|
The custom storage account name for the storage account
created by the service in the managed resource group created as part of VIS
deployment.:code: |
app_location
|
The geo-location where the SAP system exists. |
Azure SDK for Python