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.4.0 published on Wednesday, May 7, 2025 by Pulumi
azure-native.alertsmanagement.listIssueResources
Explore with Pulumi AI
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.4.0 published on Wednesday, May 7, 2025 by Pulumi
List all resources in the issue - this method uses pagination to return all resources
Uses Azure REST API version 2025-03-01-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(filter: Optional[str] = None,
issue_name: Optional[str] = None,
resource_uri: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> ListIssueResourcesResult
def list_issue_resources_output(filter: Optional[pulumi.Input[str]] = None,
issue_name: Optional[pulumi.Input[str]] = None,
resource_uri: 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:alertsmanagement:listIssueResources
arguments:
# arguments dictionary
The following arguments are supported:
- Issue
Name string - The name of the IssueResource
- Resource
Uri string - The fully qualified Azure Resource manager identifier of the resource.
- Filter string
- The filter to apply on the operation. For example, to filter by relevance, use "$filter=relevance eq 'Relevant'"
- Issue
Name string - The name of the IssueResource
- Resource
Uri string - The fully qualified Azure Resource manager identifier of the resource.
- Filter string
- The filter to apply on the operation. For example, to filter by relevance, use "$filter=relevance eq 'Relevant'"
- issue
Name String - The name of the IssueResource
- resource
Uri String - The fully qualified Azure Resource manager identifier of the resource.
- filter String
- The filter to apply on the operation. For example, to filter by relevance, use "$filter=relevance eq 'Relevant'"
- issue
Name string - The name of the IssueResource
- resource
Uri string - The fully qualified Azure Resource manager identifier of the resource.
- filter string
- The filter to apply on the operation. For example, to filter by relevance, use "$filter=relevance eq 'Relevant'"
- issue_
name str - The name of the IssueResource
- resource_
uri str - The fully qualified Azure Resource manager identifier of the resource.
- filter str
- The filter to apply on the operation. For example, to filter by relevance, use "$filter=relevance eq 'Relevant'"
- issue
Name String - The name of the IssueResource
- resource
Uri String - The fully qualified Azure Resource manager identifier of the resource.
- filter String
- The filter to apply on the operation. For example, to filter by relevance, use "$filter=relevance eq 'Relevant'"
listIssueResources Result
The following output properties are available:
- Value
List<Pulumi.
Azure Native. Alerts Management. 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<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 object ID of the identity, 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 object ID of the identity, 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 object ID of the identity, 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 object ID of the identity, 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 object ID of the identity, 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 object ID of the identity, 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. Alerts Management. 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
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.4.0 published on Wednesday, May 7, 2025 by Pulumi