Hybrid Compute Settings Properties Response
data class HybridComputeSettingsPropertiesResponse(val autoProvision: String, val hybridComputeProvisioningState: String, val proxyServer: ProxyServerPropertiesResponse? = null, val region: String? = null, val resourceGroupName: String? = null, val servicePrincipal: ServicePrincipalPropertiesResponse? = null)
Settings for hybrid compute management
Constructors
Link copied to clipboard
fun HybridComputeSettingsPropertiesResponse(autoProvision: String, hybridComputeProvisioningState: String, proxyServer: ProxyServerPropertiesResponse? = null, region: String? = null, resourceGroupName: String? = null, servicePrincipal: ServicePrincipalPropertiesResponse? = null)