published on Thursday, Jul 9, 2026 by Pulumi
published on Thursday, Jul 9, 2026 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.
Other available API versions: 2025-10-03, 2025-10-03-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native monitor [ApiVersion]. See the version guide for details.
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: pulumi.Input[Optional[str]] = None,
filter: pulumi.Input[Optional[str]] = None,
issue_name: pulumi.Input[Optional[str]] = None,
resource_group_name: pulumi.Input[Optional[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 dictionarydata "azure-native_monitor_listissueresources" "name" {
# arguments
}The following arguments are supported:
- Azure
Monitor stringWorkspace Name - The name of the Azure Monitor Workspace. The name is case insensitive
- Issue
Name string - The name of the IssueResource
- Resource
Group stringName - 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 stringWorkspace Name - The name of the Azure Monitor Workspace. The name is case insensitive
- Issue
Name string - The name of the IssueResource
- Resource
Group stringName - 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_ stringworkspace_ name - The name of the Azure Monitor Workspace. The name is case insensitive
- issue_
name string - The name of the IssueResource
- resource_
group_ stringname - 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 StringWorkspace Name - The name of the Azure Monitor Workspace. The name is case insensitive
- issue
Name String - The name of the IssueResource
- resource
Group StringName - 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 stringWorkspace Name - The name of the Azure Monitor Workspace. The name is case insensitive
- issue
Name string - The name of the IssueResource
- resource
Group stringName - 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_ strworkspace_ name - The name of the Azure Monitor Workspace. The name is case insensitive
- issue_
name str - The name of the IssueResource
- resource_
group_ strname - 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.
- azure
Monitor StringWorkspace Name - The name of the Azure Monitor Workspace. The name is case insensitive
- issue
Name String - The name of the IssueResource
- resource
Group StringName - 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.
Azure Native. Monitor. Outputs. Related Resource Response> - The RelatedResource items on this page
- Next
Link string - The link to the next page of items
- Value
[]Related
Resource Response - The RelatedResource items on this page
- Next
Link string - The link to the next page of items
- value list(object)
- The RelatedResource items on this page
- next_
link string - The link to the next page of items
- value
List<Related
Resource Response> - The RelatedResource items on this page
- next
Link String - The link to the next page of items
- value
Related
Resource Response[] - The RelatedResource items on this page
- next
Link string - The link to the next page of items
- value
Sequence[Related
Resource Response] - 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
- next
Link String - The link to the next page of items
Supporting Types
OriginResponse
- Added
By 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
- Added
By stringType - The source of the origin - Manual or Automatic
- Added
By 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
- Added
By stringType - The source of the origin - Manual or Automatic
- added_
by 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
- added_
by_ stringtype - The source of the origin - Manual or Automatic
- added
By 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
- added
By StringType - The source of the origin - Manual or Automatic
- added
By 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
- added
By stringType - 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_ strtype - The source of the origin - Manual or Automatic
- added
By 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
- added
By StringType - The source of the origin - Manual or Automatic
RelatedResourceResponse
- Added
At string - The time this relation was added to the issue (in UTC)
- Id string
- The resource ID
- Last
Modified stringAt - The last update time of this relation (in UTC)
- Origin
Pulumi.
Azure Native. Monitor. Inputs. Origin Response - The source that related the resource to the issue
- Relevance string
- The resource's relevance status
- Added
At string - The time this relation was added to the issue (in UTC)
- Id string
- The resource ID
- Last
Modified stringAt - The last update time of this relation (in UTC)
- Origin
Origin
Response - The source that related the resource to the issue
- Relevance string
- The resource's relevance status
- added
At String - The time this relation was added to the issue (in UTC)
- id String
- The resource ID
- last
Modified StringAt - The last update time of this relation (in UTC)
- origin
Origin
Response - The source that related the resource to the issue
- relevance String
- The resource's relevance status
- added
At string - The time this relation was added to the issue (in UTC)
- id string
- The resource ID
- last
Modified stringAt - The last update time of this relation (in UTC)
- origin
Origin
Response - 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_ strat - The last update time of this relation (in UTC)
- origin
Origin
Response - The source that related the resource to the issue
- relevance str
- The resource's relevance status
- added
At String - The time this relation was added to the issue (in UTC)
- id String
- The resource ID
- last
Modified StringAt - 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
published on Thursday, Jul 9, 2026 by Pulumi