GetSqlSitesControllerResult

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)

Types

Link copied to clipboard
object Companion

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
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The name of the resource

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.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"