Get Online Deployment Logs Plain Args
data class GetOnlineDeploymentLogsPlainArgs(val containerType: Either<String, ContainerType>? = null, val deploymentName: String, val endpointName: String, val resourceGroupName: String, val tail: Int? = null, val workspaceName: String) : ConvertibleToJava<GetOnlineDeploymentLogsPlainArgs>
Constructors
Link copied to clipboard
fun GetOnlineDeploymentLogsPlainArgs(containerType: Either<String, ContainerType>? = null, deploymentName: String, endpointName: String, resourceGroupName: String, tail: Int? = null, workspaceName: String)