Get Sql Sites Controller Result
data class GetSqlSitesControllerResult(val azureApiVersion: String, val discoveryScenario: String? = null, val id: String, val name: String, val provisioningState: String, val serviceEndpoint: String, val siteAppliancePropertiesCollection: List<SiteAppliancePropertiesResponse>? = null, val systemData: SystemDataResponse, val type: String)
SQL site web model.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, discoveryScenario: String? = null, id: String, name: String, provisioningState: String, serviceEndpoint: String, siteAppliancePropertiesCollection: List<SiteAppliancePropertiesResponse>? = null, systemData: SystemDataResponse, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Gets or sets the discovery scenario.
Link copied to clipboard
provisioning state enum
Link copied to clipboard
Gets the service endpoint.
Link copied to clipboard
Gets or sets the appliance details used by service to communicate to the appliance.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.