Get Cloud Endpoint Result
data class GetCloudEndpointResult(val azureFileShareName: String? = null, val backupEnabled: String, val changeEnumerationStatus: CloudEndpointChangeEnumerationStatusResponse, 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 systemData: SystemDataResponse, val type: String)
Cloud Endpoint object.
Constructors
Link copied to clipboard
fun GetCloudEndpointResult(azureFileShareName: String? = null, backupEnabled: String, changeEnumerationStatus: CloudEndpointChangeEnumerationStatusResponse, 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, systemData: SystemDataResponse, type: String)