1. Packages
  2. Azure Native
  3. API Docs
  4. operationalinsights
  5. getWorkspace
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.9.0 published on Wednesday, Sep 27, 2023 by Pulumi

azure-native.operationalinsights.getWorkspace

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.9.0 published on Wednesday, Sep 27, 2023 by Pulumi

    Gets a workspace instance. Azure REST API version: 2022-10-01.

    Using getWorkspace

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getWorkspace(args: GetWorkspaceArgs, opts?: InvokeOptions): Promise<GetWorkspaceResult>
    function getWorkspaceOutput(args: GetWorkspaceOutputArgs, opts?: InvokeOptions): Output<GetWorkspaceResult>
    def get_workspace(resource_group_name: Optional[str] = None,
                      workspace_name: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetWorkspaceResult
    def get_workspace_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                      workspace_name: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetWorkspaceResult]
    func LookupWorkspace(ctx *Context, args *LookupWorkspaceArgs, opts ...InvokeOption) (*LookupWorkspaceResult, error)
    func LookupWorkspaceOutput(ctx *Context, args *LookupWorkspaceOutputArgs, opts ...InvokeOption) LookupWorkspaceResultOutput

    > Note: This function is named LookupWorkspace in the Go SDK.

    public static class GetWorkspace 
    {
        public static Task<GetWorkspaceResult> InvokeAsync(GetWorkspaceArgs args, InvokeOptions? opts = null)
        public static Output<GetWorkspaceResult> Invoke(GetWorkspaceInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetWorkspaceResult> getWorkspace(GetWorkspaceArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:operationalinsights:getWorkspace
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ResourceGroupName string

    The name of the resource group. The name is case insensitive.

    WorkspaceName string

    The name of the workspace.

    ResourceGroupName string

    The name of the resource group. The name is case insensitive.

    WorkspaceName string

    The name of the workspace.

    resourceGroupName String

    The name of the resource group. The name is case insensitive.

    workspaceName String

    The name of the workspace.

    resourceGroupName string

    The name of the resource group. The name is case insensitive.

    workspaceName string

    The name of the workspace.

    resource_group_name str

    The name of the resource group. The name is case insensitive.

    workspace_name str

    The name of the workspace.

    resourceGroupName String

    The name of the resource group. The name is case insensitive.

    workspaceName String

    The name of the workspace.

    getWorkspace Result

    The following output properties are available:

    CreatedDate string

    Workspace creation date.

    CustomerId string

    This is a read-only property. Represents the ID associated with the workspace.

    Id string

    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

    Location string

    The geo-location where the resource lives

    ModifiedDate string

    Workspace modification date.

    Name string

    The name of the resource

    PrivateLinkScopedResources List<Pulumi.AzureNative.OperationalInsights.Outputs.PrivateLinkScopedResourceResponse>

    List of linked private link scope resources.

    ProvisioningState string

    The provisioning state of the workspace.

    SystemData Pulumi.AzureNative.OperationalInsights.Outputs.SystemDataResponse

    Metadata pertaining to creation and last modification of the resource.

    Type string

    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

    DefaultDataCollectionRuleResourceId string

    The resource ID of the default Data Collection Rule to use for this workspace. Expected format is - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/dataCollectionRules/{dcrName}.

    Etag string

    The etag of the workspace.

    Features Pulumi.AzureNative.OperationalInsights.Outputs.WorkspaceFeaturesResponse

    Workspace features.

    ForceCmkForQuery bool

    Indicates whether customer managed storage is mandatory for query management.

    Identity Pulumi.AzureNative.OperationalInsights.Outputs.IdentityResponse

    The identity of the resource.

    PublicNetworkAccessForIngestion string

    The network access type for accessing Log Analytics ingestion.

    PublicNetworkAccessForQuery string

    The network access type for accessing Log Analytics query.

    RetentionInDays int

    The workspace data retention in days. Allowed values are per pricing plan. See pricing tiers documentation for details.

    Sku Pulumi.AzureNative.OperationalInsights.Outputs.WorkspaceSkuResponse

    The SKU of the workspace.

    Tags Dictionary<string, string>

    Resource tags.

    WorkspaceCapping Pulumi.AzureNative.OperationalInsights.Outputs.WorkspaceCappingResponse

    The daily volume cap for ingestion.

    CreatedDate string

    Workspace creation date.

    CustomerId string

    This is a read-only property. Represents the ID associated with the workspace.

    Id string

    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

    Location string

    The geo-location where the resource lives

    ModifiedDate string

    Workspace modification date.

    Name string

    The name of the resource

    PrivateLinkScopedResources []PrivateLinkScopedResourceResponse

    List of linked private link scope resources.

    ProvisioningState string

    The provisioning state of the workspace.

    SystemData SystemDataResponse

    Metadata pertaining to creation and last modification of the resource.

    Type string

    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

    DefaultDataCollectionRuleResourceId string

    The resource ID of the default Data Collection Rule to use for this workspace. Expected format is - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/dataCollectionRules/{dcrName}.

    Etag string

    The etag of the workspace.

    Features WorkspaceFeaturesResponse

    Workspace features.

    ForceCmkForQuery bool

    Indicates whether customer managed storage is mandatory for query management.

    Identity IdentityResponse

    The identity of the resource.

    PublicNetworkAccessForIngestion string

    The network access type for accessing Log Analytics ingestion.

    PublicNetworkAccessForQuery string

    The network access type for accessing Log Analytics query.

    RetentionInDays int

    The workspace data retention in days. Allowed values are per pricing plan. See pricing tiers documentation for details.

    Sku WorkspaceSkuResponse

    The SKU of the workspace.

    Tags map[string]string

    Resource tags.

    WorkspaceCapping WorkspaceCappingResponse

    The daily volume cap for ingestion.

    createdDate String

    Workspace creation date.

    customerId String

    This is a read-only property. Represents the ID associated with the workspace.

    id String

    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

    location String

    The geo-location where the resource lives

    modifiedDate String

    Workspace modification date.

    name String

    The name of the resource

    privateLinkScopedResources List<PrivateLinkScopedResourceResponse>

    List of linked private link scope resources.

    provisioningState String

    The provisioning state of the workspace.

    systemData SystemDataResponse

    Metadata pertaining to creation and last modification of the resource.

    type String

    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

    defaultDataCollectionRuleResourceId String

    The resource ID of the default Data Collection Rule to use for this workspace. Expected format is - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/dataCollectionRules/{dcrName}.

    etag String

    The etag of the workspace.

    features WorkspaceFeaturesResponse

    Workspace features.

    forceCmkForQuery Boolean

    Indicates whether customer managed storage is mandatory for query management.

    identity IdentityResponse

    The identity of the resource.

    publicNetworkAccessForIngestion String

    The network access type for accessing Log Analytics ingestion.

    publicNetworkAccessForQuery String

    The network access type for accessing Log Analytics query.

    retentionInDays Integer

    The workspace data retention in days. Allowed values are per pricing plan. See pricing tiers documentation for details.

    sku WorkspaceSkuResponse

    The SKU of the workspace.

    tags Map<String,String>

    Resource tags.

    workspaceCapping WorkspaceCappingResponse

    The daily volume cap for ingestion.

    createdDate string

    Workspace creation date.

    customerId string

    This is a read-only property. Represents the ID associated with the workspace.

    id string

    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

    location string

    The geo-location where the resource lives

    modifiedDate string

    Workspace modification date.

    name string

    The name of the resource

    privateLinkScopedResources PrivateLinkScopedResourceResponse[]

    List of linked private link scope resources.

    provisioningState string

    The provisioning state of the workspace.

    systemData SystemDataResponse

    Metadata pertaining to creation and last modification of the resource.

    type string

    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

    defaultDataCollectionRuleResourceId string

    The resource ID of the default Data Collection Rule to use for this workspace. Expected format is - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/dataCollectionRules/{dcrName}.

    etag string

    The etag of the workspace.

    features WorkspaceFeaturesResponse

    Workspace features.

    forceCmkForQuery boolean

    Indicates whether customer managed storage is mandatory for query management.

    identity IdentityResponse

    The identity of the resource.

    publicNetworkAccessForIngestion string

    The network access type for accessing Log Analytics ingestion.

    publicNetworkAccessForQuery string

    The network access type for accessing Log Analytics query.

    retentionInDays number

    The workspace data retention in days. Allowed values are per pricing plan. See pricing tiers documentation for details.

    sku WorkspaceSkuResponse

    The SKU of the workspace.

    tags {[key: string]: string}

    Resource tags.

    workspaceCapping WorkspaceCappingResponse

    The daily volume cap for ingestion.

    created_date str

    Workspace creation date.

    customer_id str

    This is a read-only property. Represents the ID associated with the workspace.

    id str

    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

    location str

    The geo-location where the resource lives

    modified_date str

    Workspace modification date.

    name str

    The name of the resource

    private_link_scoped_resources Sequence[PrivateLinkScopedResourceResponse]

    List of linked private link scope resources.

    provisioning_state str

    The provisioning state of the workspace.

    system_data SystemDataResponse

    Metadata pertaining to creation and last modification of the resource.

    type str

    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

    default_data_collection_rule_resource_id str

    The resource ID of the default Data Collection Rule to use for this workspace. Expected format is - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/dataCollectionRules/{dcrName}.

    etag str

    The etag of the workspace.

    features WorkspaceFeaturesResponse

    Workspace features.

    force_cmk_for_query bool

    Indicates whether customer managed storage is mandatory for query management.

    identity IdentityResponse

    The identity of the resource.

    public_network_access_for_ingestion str

    The network access type for accessing Log Analytics ingestion.

    public_network_access_for_query str

    The network access type for accessing Log Analytics query.

    retention_in_days int

    The workspace data retention in days. Allowed values are per pricing plan. See pricing tiers documentation for details.

    sku WorkspaceSkuResponse

    The SKU of the workspace.

    tags Mapping[str, str]

    Resource tags.

    workspace_capping WorkspaceCappingResponse

    The daily volume cap for ingestion.

    createdDate String

    Workspace creation date.

    customerId String

    This is a read-only property. Represents the ID associated with the workspace.

    id String

    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

    location String

    The geo-location where the resource lives

    modifiedDate String

    Workspace modification date.

    name String

    The name of the resource

    privateLinkScopedResources List<Property Map>

    List of linked private link scope resources.

    provisioningState String

    The provisioning state of the workspace.

    systemData Property Map

    Metadata pertaining to creation and last modification of the resource.

    type String

    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

    defaultDataCollectionRuleResourceId String

    The resource ID of the default Data Collection Rule to use for this workspace. Expected format is - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/dataCollectionRules/{dcrName}.

    etag String

    The etag of the workspace.

    features Property Map

    Workspace features.

    forceCmkForQuery Boolean

    Indicates whether customer managed storage is mandatory for query management.

    identity Property Map

    The identity of the resource.

    publicNetworkAccessForIngestion String

    The network access type for accessing Log Analytics ingestion.

    publicNetworkAccessForQuery String

    The network access type for accessing Log Analytics query.

    retentionInDays Number

    The workspace data retention in days. Allowed values are per pricing plan. See pricing tiers documentation for details.

    sku Property Map

    The SKU of the workspace.

    tags Map<String>

    Resource tags.

    workspaceCapping Property Map

    The daily volume cap for ingestion.

    Supporting Types

    IdentityResponse

    PrincipalId string

    The principal ID of resource identity.

    TenantId string

    The tenant ID of resource.

    Type string

    Type of managed service identity.

    UserAssignedIdentities Dictionary<string, Pulumi.AzureNative.OperationalInsights.Inputs.UserIdentityPropertiesResponse>

    The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.

    PrincipalId string

    The principal ID of resource identity.

    TenantId string

    The tenant ID of resource.

    Type string

    Type of managed service identity.

    UserAssignedIdentities map[string]UserIdentityPropertiesResponse

    The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.

    principalId String

    The principal ID of resource identity.

    tenantId String

    The tenant ID of resource.

    type String

    Type of managed service identity.

    userAssignedIdentities Map<String,UserIdentityPropertiesResponse>

    The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.

    principalId string

    The principal ID of resource identity.

    tenantId string

    The tenant ID of resource.

    type string

    Type of managed service identity.

    userAssignedIdentities {[key: string]: UserIdentityPropertiesResponse}

    The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.

    principal_id str

    The principal ID of resource identity.

    tenant_id str

    The tenant ID of resource.

    type str

    Type of managed service identity.

    user_assigned_identities Mapping[str, UserIdentityPropertiesResponse]

    The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.

    principalId String

    The principal ID of resource identity.

    tenantId String

    The tenant ID of resource.

    type String

    Type of managed service identity.

    userAssignedIdentities Map<Property Map>

    The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.

    PrivateLinkScopedResourceResponse

    ResourceId string

    The full resource Id of the private link scope resource.

    ScopeId string

    The private link scope unique Identifier.

    ResourceId string

    The full resource Id of the private link scope resource.

    ScopeId string

    The private link scope unique Identifier.

    resourceId String

    The full resource Id of the private link scope resource.

    scopeId String

    The private link scope unique Identifier.

    resourceId string

    The full resource Id of the private link scope resource.

    scopeId string

    The private link scope unique Identifier.

    resource_id str

    The full resource Id of the private link scope resource.

    scope_id str

    The private link scope unique Identifier.

    resourceId String

    The full resource Id of the private link scope resource.

    scopeId String

    The private link scope unique Identifier.

    SystemDataResponse

    CreatedAt string

    The timestamp of resource creation (UTC).

    CreatedBy string

    The identity that created the resource.

    CreatedByType string

    The type of identity that created the resource.

    LastModifiedAt string

    The timestamp of resource last modification (UTC)

    LastModifiedBy string

    The identity that last modified the resource.

    LastModifiedByType string

    The type of identity that last modified the resource.

    CreatedAt string

    The timestamp of resource creation (UTC).

    CreatedBy string

    The identity that created the resource.

    CreatedByType string

    The type of identity that created the resource.

    LastModifiedAt string

    The timestamp of resource last modification (UTC)

    LastModifiedBy string

    The identity that last modified the resource.

    LastModifiedByType string

    The type of identity that last modified the resource.

    createdAt String

    The timestamp of resource creation (UTC).

    createdBy String

    The identity that created the resource.

    createdByType String

    The type of identity that created the resource.

    lastModifiedAt String

    The timestamp of resource last modification (UTC)

    lastModifiedBy String

    The identity that last modified the resource.

    lastModifiedByType String

    The type of identity that last modified the resource.

    createdAt string

    The timestamp of resource creation (UTC).

    createdBy string

    The identity that created the resource.

    createdByType string

    The type of identity that created the resource.

    lastModifiedAt string

    The timestamp of resource last modification (UTC)

    lastModifiedBy string

    The identity that last modified the resource.

    lastModifiedByType string

    The type of identity that last modified the resource.

    created_at str

    The timestamp of resource creation (UTC).

    created_by str

    The identity that created the resource.

    created_by_type str

    The type of identity that created the resource.

    last_modified_at str

    The timestamp of resource last modification (UTC)

    last_modified_by str

    The identity that last modified the resource.

    last_modified_by_type str

    The type of identity that last modified the resource.

    createdAt String

    The timestamp of resource creation (UTC).

    createdBy String

    The identity that created the resource.

    createdByType String

    The type of identity that created the resource.

    lastModifiedAt String

    The timestamp of resource last modification (UTC)

    lastModifiedBy String

    The identity that last modified the resource.

    lastModifiedByType String

    The type of identity that last modified the resource.

    UserIdentityPropertiesResponse

    ClientId string

    The client id of user assigned identity.

    PrincipalId string

    The principal id of user assigned identity.

    ClientId string

    The client id of user assigned identity.

    PrincipalId string

    The principal id of user assigned identity.

    clientId String

    The client id of user assigned identity.

    principalId String

    The principal id of user assigned identity.

    clientId string

    The client id of user assigned identity.

    principalId string

    The principal id of user assigned identity.

    client_id str

    The client id of user assigned identity.

    principal_id str

    The principal id of user assigned identity.

    clientId String

    The client id of user assigned identity.

    principalId String

    The principal id of user assigned identity.

    WorkspaceCappingResponse

    DataIngestionStatus string

    The status of data ingestion for this workspace.

    QuotaNextResetTime string

    The time when the quota will be rest.

    DailyQuotaGb double

    The workspace daily quota for ingestion.

    DataIngestionStatus string

    The status of data ingestion for this workspace.

    QuotaNextResetTime string

    The time when the quota will be rest.

    DailyQuotaGb float64

    The workspace daily quota for ingestion.

    dataIngestionStatus String

    The status of data ingestion for this workspace.

    quotaNextResetTime String

    The time when the quota will be rest.

    dailyQuotaGb Double

    The workspace daily quota for ingestion.

    dataIngestionStatus string

    The status of data ingestion for this workspace.

    quotaNextResetTime string

    The time when the quota will be rest.

    dailyQuotaGb number

    The workspace daily quota for ingestion.

    data_ingestion_status str

    The status of data ingestion for this workspace.

    quota_next_reset_time str

    The time when the quota will be rest.

    daily_quota_gb float

    The workspace daily quota for ingestion.

    dataIngestionStatus String

    The status of data ingestion for this workspace.

    quotaNextResetTime String

    The time when the quota will be rest.

    dailyQuotaGb Number

    The workspace daily quota for ingestion.

    WorkspaceFeaturesResponse

    ClusterResourceId string

    Dedicated LA cluster resourceId that is linked to the workspaces.

    DisableLocalAuth bool

    Disable Non-AAD based Auth.

    EnableDataExport bool

    Flag that indicate if data should be exported.

    EnableLogAccessUsingOnlyResourcePermissions bool

    Flag that indicate which permission to use - resource or workspace or both.

    ImmediatePurgeDataOn30Days bool

    Flag that describes if we want to remove the data after 30 days.

    ClusterResourceId string

    Dedicated LA cluster resourceId that is linked to the workspaces.

    DisableLocalAuth bool

    Disable Non-AAD based Auth.

    EnableDataExport bool

    Flag that indicate if data should be exported.

    EnableLogAccessUsingOnlyResourcePermissions bool

    Flag that indicate which permission to use - resource or workspace or both.

    ImmediatePurgeDataOn30Days bool

    Flag that describes if we want to remove the data after 30 days.

    clusterResourceId String

    Dedicated LA cluster resourceId that is linked to the workspaces.

    disableLocalAuth Boolean

    Disable Non-AAD based Auth.

    enableDataExport Boolean

    Flag that indicate if data should be exported.

    enableLogAccessUsingOnlyResourcePermissions Boolean

    Flag that indicate which permission to use - resource or workspace or both.

    immediatePurgeDataOn30Days Boolean

    Flag that describes if we want to remove the data after 30 days.

    clusterResourceId string

    Dedicated LA cluster resourceId that is linked to the workspaces.

    disableLocalAuth boolean

    Disable Non-AAD based Auth.

    enableDataExport boolean

    Flag that indicate if data should be exported.

    enableLogAccessUsingOnlyResourcePermissions boolean

    Flag that indicate which permission to use - resource or workspace or both.

    immediatePurgeDataOn30Days boolean

    Flag that describes if we want to remove the data after 30 days.

    cluster_resource_id str

    Dedicated LA cluster resourceId that is linked to the workspaces.

    disable_local_auth bool

    Disable Non-AAD based Auth.

    enable_data_export bool

    Flag that indicate if data should be exported.

    enable_log_access_using_only_resource_permissions bool

    Flag that indicate which permission to use - resource or workspace or both.

    immediate_purge_data_on30_days bool

    Flag that describes if we want to remove the data after 30 days.

    clusterResourceId String

    Dedicated LA cluster resourceId that is linked to the workspaces.

    disableLocalAuth Boolean

    Disable Non-AAD based Auth.

    enableDataExport Boolean

    Flag that indicate if data should be exported.

    enableLogAccessUsingOnlyResourcePermissions Boolean

    Flag that indicate which permission to use - resource or workspace or both.

    immediatePurgeDataOn30Days Boolean

    Flag that describes if we want to remove the data after 30 days.

    WorkspaceSkuResponse

    LastSkuUpdate string

    The last time when the sku was updated.

    Name string

    The name of the SKU.

    CapacityReservationLevel int

    The capacity reservation level in GB for this workspace, when CapacityReservation sku is selected.

    LastSkuUpdate string

    The last time when the sku was updated.

    Name string

    The name of the SKU.

    CapacityReservationLevel int

    The capacity reservation level in GB for this workspace, when CapacityReservation sku is selected.

    lastSkuUpdate String

    The last time when the sku was updated.

    name String

    The name of the SKU.

    capacityReservationLevel Integer

    The capacity reservation level in GB for this workspace, when CapacityReservation sku is selected.

    lastSkuUpdate string

    The last time when the sku was updated.

    name string

    The name of the SKU.

    capacityReservationLevel number

    The capacity reservation level in GB for this workspace, when CapacityReservation sku is selected.

    last_sku_update str

    The last time when the sku was updated.

    name str

    The name of the SKU.

    capacity_reservation_level int

    The capacity reservation level in GB for this workspace, when CapacityReservation sku is selected.

    lastSkuUpdate String

    The last time when the sku was updated.

    name String

    The name of the SKU.

    capacityReservationLevel Number

    The capacity reservation level in GB for this workspace, when CapacityReservation sku is selected.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.9.0 published on Wednesday, Sep 27, 2023 by Pulumi