1. Packages
  2. Azure Native
  3. API Docs
  4. monitor
  5. listIssueResources
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.10.1 published on Friday, Nov 7, 2025 by Pulumi
azure-native logo
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.10.1 published on Friday, Nov 7, 2025 by Pulumi

    List all resources in the issue - this method uses pagination to return all resources

    Uses Azure REST API version 2025-05-03-preview.

    Using listIssueResources

    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 listIssueResources(args: ListIssueResourcesArgs, opts?: InvokeOptions): Promise<ListIssueResourcesResult>
    function listIssueResourcesOutput(args: ListIssueResourcesOutputArgs, opts?: InvokeOptions): Output<ListIssueResourcesResult>
    def list_issue_resources(azure_monitor_workspace_name: Optional[str] = None,
                             filter: Optional[str] = None,
                             issue_name: Optional[str] = None,
                             resource_group_name: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> ListIssueResourcesResult
    def list_issue_resources_output(azure_monitor_workspace_name: Optional[pulumi.Input[str]] = None,
                             filter: Optional[pulumi.Input[str]] = None,
                             issue_name: Optional[pulumi.Input[str]] = None,
                             resource_group_name: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[ListIssueResourcesResult]
    func ListIssueResources(ctx *Context, args *ListIssueResourcesArgs, opts ...InvokeOption) (*ListIssueResourcesResult, error)
    func ListIssueResourcesOutput(ctx *Context, args *ListIssueResourcesOutputArgs, opts ...InvokeOption) ListIssueResourcesResultOutput

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

    public static class ListIssueResources 
    {
        public static Task<ListIssueResourcesResult> InvokeAsync(ListIssueResourcesArgs args, InvokeOptions? opts = null)
        public static Output<ListIssueResourcesResult> Invoke(ListIssueResourcesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListIssueResourcesResult> listIssueResources(ListIssueResourcesArgs args, InvokeOptions options)
    public static Output<ListIssueResourcesResult> listIssueResources(ListIssueResourcesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:monitor:listIssueResources
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AzureMonitorWorkspaceName string
    The name of the Azure Monitor Workspace. The name is case insensitive
    IssueName string
    The name of the IssueResource
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    Filter string
    The filter to apply on the operation. For example, to filter by relevance, use "$filter=relevance eq 'Relevant'". Note: this property is currently a placeholder and is not in use.
    AzureMonitorWorkspaceName string
    The name of the Azure Monitor Workspace. The name is case insensitive
    IssueName string
    The name of the IssueResource
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    Filter string
    The filter to apply on the operation. For example, to filter by relevance, use "$filter=relevance eq 'Relevant'". Note: this property is currently a placeholder and is not in use.
    azureMonitorWorkspaceName String
    The name of the Azure Monitor Workspace. The name is case insensitive
    issueName String
    The name of the IssueResource
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    filter String
    The filter to apply on the operation. For example, to filter by relevance, use "$filter=relevance eq 'Relevant'". Note: this property is currently a placeholder and is not in use.
    azureMonitorWorkspaceName string
    The name of the Azure Monitor Workspace. The name is case insensitive
    issueName string
    The name of the IssueResource
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    filter string
    The filter to apply on the operation. For example, to filter by relevance, use "$filter=relevance eq 'Relevant'". Note: this property is currently a placeholder and is not in use.
    azure_monitor_workspace_name str
    The name of the Azure Monitor Workspace. The name is case insensitive
    issue_name str
    The name of the IssueResource
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    filter str
    The filter to apply on the operation. For example, to filter by relevance, use "$filter=relevance eq 'Relevant'". Note: this property is currently a placeholder and is not in use.
    azureMonitorWorkspaceName String
    The name of the Azure Monitor Workspace. The name is case insensitive
    issueName String
    The name of the IssueResource
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    filter String
    The filter to apply on the operation. For example, to filter by relevance, use "$filter=relevance eq 'Relevant'". Note: this property is currently a placeholder and is not in use.

    listIssueResources Result

    The following output properties are available:

    Value List<Pulumi.AzureNative.Monitor.Outputs.RelatedResourceResponse>
    The RelatedResource items on this page
    NextLink string
    The link to the next page of items
    Value []RelatedResourceResponse
    The RelatedResource items on this page
    NextLink string
    The link to the next page of items
    value List<RelatedResourceResponse>
    The RelatedResource items on this page
    nextLink String
    The link to the next page of items
    value RelatedResourceResponse[]
    The RelatedResource items on this page
    nextLink string
    The link to the next page of items
    value Sequence[RelatedResourceResponse]
    The RelatedResource items on this page
    next_link str
    The link to the next page of items
    value List<Property Map>
    The RelatedResource items on this page
    nextLink String
    The link to the next page of items

    Supporting Types

    OriginResponse

    AddedBy string
    The ID of the origin - for example, in case of 'Manual', the user ID/app ID, and in case of 'Automatic', the name of the automatic system
    AddedByType string
    The source of the origin - Manual or Automatic
    AddedBy string
    The ID of the origin - for example, in case of 'Manual', the user ID/app ID, and in case of 'Automatic', the name of the automatic system
    AddedByType string
    The source of the origin - Manual or Automatic
    addedBy String
    The ID of the origin - for example, in case of 'Manual', the user ID/app ID, and in case of 'Automatic', the name of the automatic system
    addedByType String
    The source of the origin - Manual or Automatic
    addedBy string
    The ID of the origin - for example, in case of 'Manual', the user ID/app ID, and in case of 'Automatic', the name of the automatic system
    addedByType string
    The source of the origin - Manual or Automatic
    added_by str
    The ID of the origin - for example, in case of 'Manual', the user ID/app ID, and in case of 'Automatic', the name of the automatic system
    added_by_type str
    The source of the origin - Manual or Automatic
    addedBy String
    The ID of the origin - for example, in case of 'Manual', the user ID/app ID, and in case of 'Automatic', the name of the automatic system
    addedByType String
    The source of the origin - Manual or Automatic

    RelatedResourceResponse

    AddedAt string
    The time this relation was added to the issue (in UTC)
    Id string
    The resource ID
    LastModifiedAt string
    The last update time of this relation (in UTC)
    Origin Pulumi.AzureNative.Monitor.Inputs.OriginResponse
    The source that related the resource to the issue
    Relevance string
    The resource's relevance status
    AddedAt string
    The time this relation was added to the issue (in UTC)
    Id string
    The resource ID
    LastModifiedAt string
    The last update time of this relation (in UTC)
    Origin OriginResponse
    The source that related the resource to the issue
    Relevance string
    The resource's relevance status
    addedAt String
    The time this relation was added to the issue (in UTC)
    id String
    The resource ID
    lastModifiedAt String
    The last update time of this relation (in UTC)
    origin OriginResponse
    The source that related the resource to the issue
    relevance String
    The resource's relevance status
    addedAt string
    The time this relation was added to the issue (in UTC)
    id string
    The resource ID
    lastModifiedAt string
    The last update time of this relation (in UTC)
    origin OriginResponse
    The source that related the resource to the issue
    relevance string
    The resource's relevance status
    added_at str
    The time this relation was added to the issue (in UTC)
    id str
    The resource ID
    last_modified_at str
    The last update time of this relation (in UTC)
    origin OriginResponse
    The source that related the resource to the issue
    relevance str
    The resource's relevance status
    addedAt String
    The time this relation was added to the issue (in UTC)
    id String
    The resource ID
    lastModifiedAt String
    The last update time of this relation (in UTC)
    origin Property Map
    The source that related the resource to the issue
    relevance String
    The resource's relevance status

    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 v2 docs if using the v2 version of this package.
    Azure Native v3.10.1 published on Friday, Nov 7, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate