Get Cloud Endpoint Result
data class GetCloudEndpointResult(val azureFileShareName: String? = null, val backupEnabled: String, val friendlyName: String? = null, val id: String, val lastOperationName: String? = null, val lastWorkflowId: String? = null, val name: String, val partnershipId: String? = null, val provisioningState: String? = null, val storageAccountResourceId: String? = null, val storageAccountTenantId: String? = null, val type: String)
Cloud Endpoint object.
Constructors
Link copied to clipboard
fun GetCloudEndpointResult(azureFileShareName: String? = null, backupEnabled: String, friendlyName: String? = null, id: String, lastOperationName: String? = null, lastWorkflowId: String? = null, name: String, partnershipId: String? = null, provisioningState: String? = null, storageAccountResourceId: String? = null, storageAccountTenantId: String? = null, type: String)