1. Packages
  2. Azure Native v1
  3. API Docs
  4. insights
  5. getMyWorkbook
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

azure-native.insights.getMyWorkbook

Explore with Pulumi AI

azure-native-v1 logo
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

    Get a single private workbook by its resourceName. API Version: 2020-10-20.

    Using getMyWorkbook

    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 getMyWorkbook(args: GetMyWorkbookArgs, opts?: InvokeOptions): Promise<GetMyWorkbookResult>
    function getMyWorkbookOutput(args: GetMyWorkbookOutputArgs, opts?: InvokeOptions): Output<GetMyWorkbookResult>
    def get_my_workbook(resource_group_name: Optional[str] = None,
                        resource_name: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetMyWorkbookResult
    def get_my_workbook_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                        resource_name: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetMyWorkbookResult]
    func LookupMyWorkbook(ctx *Context, args *LookupMyWorkbookArgs, opts ...InvokeOption) (*LookupMyWorkbookResult, error)
    func LookupMyWorkbookOutput(ctx *Context, args *LookupMyWorkbookOutputArgs, opts ...InvokeOption) LookupMyWorkbookResultOutput

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

    public static class GetMyWorkbook 
    {
        public static Task<GetMyWorkbookResult> InvokeAsync(GetMyWorkbookArgs args, InvokeOptions? opts = null)
        public static Output<GetMyWorkbookResult> Invoke(GetMyWorkbookInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetMyWorkbookResult> getMyWorkbook(GetMyWorkbookArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:insights:getMyWorkbook
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    ResourceName string
    The name of the Application Insights component resource.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    ResourceName string
    The name of the Application Insights component resource.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    resourceName String
    The name of the Application Insights component resource.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    resourceName string
    The name of the Application Insights component resource.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    resource_name str
    The name of the Application Insights component resource.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    resourceName String
    The name of the Application Insights component resource.

    getMyWorkbook Result

    The following output properties are available:

    Category string
    Workbook category, as defined by the user at creation time.
    DisplayName string
    The user-defined name of the private workbook.
    SerializedData string
    Configuration of this particular private workbook. Configuration data is a string containing valid JSON
    TimeModified string
    Date and time in UTC of the last modification that was made to this private workbook definition.
    UserId string
    Unique user id of the specific user that owns this private workbook.
    Etag Dictionary<string, string>
    Resource etag
    Id string
    Azure resource Id
    Identity Pulumi.AzureNative.Insights.Outputs.MyWorkbookManagedIdentityResponse
    Identity used for BYOS
    Kind string
    The kind of workbook. Choices are user and shared.
    Location string
    Resource location
    Name string
    Azure resource name
    SourceId string
    Optional resourceId for a source resource.
    StorageUri string
    BYOS Storage Account URI
    Tags Dictionary<string, string>
    Resource tags
    Type string
    Azure resource type
    Version string
    This instance's version of the data model. This can change as new features are added that can be marked private workbook.
    Category string
    Workbook category, as defined by the user at creation time.
    DisplayName string
    The user-defined name of the private workbook.
    SerializedData string
    Configuration of this particular private workbook. Configuration data is a string containing valid JSON
    TimeModified string
    Date and time in UTC of the last modification that was made to this private workbook definition.
    UserId string
    Unique user id of the specific user that owns this private workbook.
    Etag map[string]string
    Resource etag
    Id string
    Azure resource Id
    Identity MyWorkbookManagedIdentityResponse
    Identity used for BYOS
    Kind string
    The kind of workbook. Choices are user and shared.
    Location string
    Resource location
    Name string
    Azure resource name
    SourceId string
    Optional resourceId for a source resource.
    StorageUri string
    BYOS Storage Account URI
    Tags map[string]string
    Resource tags
    Type string
    Azure resource type
    Version string
    This instance's version of the data model. This can change as new features are added that can be marked private workbook.
    category String
    Workbook category, as defined by the user at creation time.
    displayName String
    The user-defined name of the private workbook.
    serializedData String
    Configuration of this particular private workbook. Configuration data is a string containing valid JSON
    timeModified String
    Date and time in UTC of the last modification that was made to this private workbook definition.
    userId String
    Unique user id of the specific user that owns this private workbook.
    etag Map<String,String>
    Resource etag
    id String
    Azure resource Id
    identity MyWorkbookManagedIdentityResponse
    Identity used for BYOS
    kind String
    The kind of workbook. Choices are user and shared.
    location String
    Resource location
    name String
    Azure resource name
    sourceId String
    Optional resourceId for a source resource.
    storageUri String
    BYOS Storage Account URI
    tags Map<String,String>
    Resource tags
    type String
    Azure resource type
    version String
    This instance's version of the data model. This can change as new features are added that can be marked private workbook.
    category string
    Workbook category, as defined by the user at creation time.
    displayName string
    The user-defined name of the private workbook.
    serializedData string
    Configuration of this particular private workbook. Configuration data is a string containing valid JSON
    timeModified string
    Date and time in UTC of the last modification that was made to this private workbook definition.
    userId string
    Unique user id of the specific user that owns this private workbook.
    etag {[key: string]: string}
    Resource etag
    id string
    Azure resource Id
    identity MyWorkbookManagedIdentityResponse
    Identity used for BYOS
    kind string
    The kind of workbook. Choices are user and shared.
    location string
    Resource location
    name string
    Azure resource name
    sourceId string
    Optional resourceId for a source resource.
    storageUri string
    BYOS Storage Account URI
    tags {[key: string]: string}
    Resource tags
    type string
    Azure resource type
    version string
    This instance's version of the data model. This can change as new features are added that can be marked private workbook.
    category str
    Workbook category, as defined by the user at creation time.
    display_name str
    The user-defined name of the private workbook.
    serialized_data str
    Configuration of this particular private workbook. Configuration data is a string containing valid JSON
    time_modified str
    Date and time in UTC of the last modification that was made to this private workbook definition.
    user_id str
    Unique user id of the specific user that owns this private workbook.
    etag Mapping[str, str]
    Resource etag
    id str
    Azure resource Id
    identity MyWorkbookManagedIdentityResponse
    Identity used for BYOS
    kind str
    The kind of workbook. Choices are user and shared.
    location str
    Resource location
    name str
    Azure resource name
    source_id str
    Optional resourceId for a source resource.
    storage_uri str
    BYOS Storage Account URI
    tags Mapping[str, str]
    Resource tags
    type str
    Azure resource type
    version str
    This instance's version of the data model. This can change as new features are added that can be marked private workbook.
    category String
    Workbook category, as defined by the user at creation time.
    displayName String
    The user-defined name of the private workbook.
    serializedData String
    Configuration of this particular private workbook. Configuration data is a string containing valid JSON
    timeModified String
    Date and time in UTC of the last modification that was made to this private workbook definition.
    userId String
    Unique user id of the specific user that owns this private workbook.
    etag Map<String>
    Resource etag
    id String
    Azure resource Id
    identity Property Map
    Identity used for BYOS
    kind String
    The kind of workbook. Choices are user and shared.
    location String
    Resource location
    name String
    Azure resource name
    sourceId String
    Optional resourceId for a source resource.
    storageUri String
    BYOS Storage Account URI
    tags Map<String>
    Resource tags
    type String
    Azure resource type
    version String
    This instance's version of the data model. This can change as new features are added that can be marked private workbook.

    Supporting Types

    MyWorkbookManagedIdentityResponse

    Type string
    The identity type.
    UserAssignedIdentities MyWorkbookUserAssignedIdentitiesResponse
    Customer Managed Identity
    type String
    The identity type.
    userAssignedIdentities MyWorkbookUserAssignedIdentitiesResponse
    Customer Managed Identity
    type string
    The identity type.
    userAssignedIdentities MyWorkbookUserAssignedIdentitiesResponse
    Customer Managed Identity
    type str
    The identity type.
    user_assigned_identities MyWorkbookUserAssignedIdentitiesResponse
    Customer Managed Identity
    type String
    The identity type.
    userAssignedIdentities Property Map
    Customer Managed Identity

    MyWorkbookUserAssignedIdentitiesResponse

    PrincipalId string
    The principal ID of resource identity.
    TenantId string
    The tenant ID of resource.
    PrincipalId string
    The principal ID of resource identity.
    TenantId string
    The tenant ID of resource.
    principalId String
    The principal ID of resource identity.
    tenantId String
    The tenant ID of resource.
    principalId string
    The principal ID of resource identity.
    tenantId string
    The tenant ID of resource.
    principal_id str
    The principal ID of resource identity.
    tenant_id str
    The tenant ID of resource.
    principalId String
    The principal ID of resource identity.
    tenantId String
    The tenant ID of resource.

    Package Details

    Repository
    azure-native-v1 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v1 logo
    These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
    Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi