Get Workspace Result
data class GetWorkspaceResult(val createdDate: String, val customerId: String, val defaultDataCollectionRuleResourceId: String? = null, val etag: String? = null, val features: WorkspaceFeaturesResponse? = null, val forceCmkForQuery: Boolean? = null, val id: String, val identity: IdentityResponse? = null, val location: String, val modifiedDate: String, val name: String, val privateLinkScopedResources: List<PrivateLinkScopedResourceResponse>, val provisioningState: String, val publicNetworkAccessForIngestion: String? = null, val publicNetworkAccessForQuery: String? = null, val retentionInDays: Int? = null, val sku: WorkspaceSkuResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val workspaceCapping: WorkspaceCappingResponse? = null)
The top level Workspace resource container.
Constructors
Link copied to clipboard
fun GetWorkspaceResult(createdDate: String, customerId: String, defaultDataCollectionRuleResourceId: String? = null, etag: String? = null, features: WorkspaceFeaturesResponse? = null, forceCmkForQuery: Boolean? = null, id: String, identity: IdentityResponse? = null, location: String, modifiedDate: String, name: String, privateLinkScopedResources: List<PrivateLinkScopedResourceResponse>, provisioningState: String, publicNetworkAccessForIngestion: String? = null, publicNetworkAccessForQuery: String? = null, retentionInDays: Int? = null, sku: WorkspaceSkuResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, workspaceCapping: WorkspaceCappingResponse? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard