Azure Native v1.103.0, Jun 2 23
Azure Native v1.103.0, Jun 2 23
azure-native.securityinsights.getBookmarkRelation
Explore with Pulumi AI
Gets a bookmark relation. API Version: 2019-01-01-preview.
Using getBookmarkRelation
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 getBookmarkRelation(args: GetBookmarkRelationArgs, opts?: InvokeOptions): Promise<GetBookmarkRelationResult>
function getBookmarkRelationOutput(args: GetBookmarkRelationOutputArgs, opts?: InvokeOptions): Output<GetBookmarkRelationResult>
def get_bookmark_relation(bookmark_id: Optional[str] = None,
operational_insights_resource_provider: Optional[str] = None,
relation_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
workspace_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetBookmarkRelationResult
def get_bookmark_relation_output(bookmark_id: Optional[pulumi.Input[str]] = None,
operational_insights_resource_provider: Optional[pulumi.Input[str]] = None,
relation_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
workspace_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBookmarkRelationResult]
func LookupBookmarkRelation(ctx *Context, args *LookupBookmarkRelationArgs, opts ...InvokeOption) (*LookupBookmarkRelationResult, error)
func LookupBookmarkRelationOutput(ctx *Context, args *LookupBookmarkRelationOutputArgs, opts ...InvokeOption) LookupBookmarkRelationResultOutput
> Note: This function is named LookupBookmarkRelation
in the Go SDK.
public static class GetBookmarkRelation
{
public static Task<GetBookmarkRelationResult> InvokeAsync(GetBookmarkRelationArgs args, InvokeOptions? opts = null)
public static Output<GetBookmarkRelationResult> Invoke(GetBookmarkRelationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetBookmarkRelationResult> getBookmarkRelation(GetBookmarkRelationArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:securityinsights:getBookmarkRelation
arguments:
# arguments dictionary
The following arguments are supported:
- Bookmark
Id string Bookmark ID
- Operational
Insights stringResource Provider The namespace of workspaces resource provider- Microsoft.OperationalInsights.
- Relation
Name string Relation Name
- Resource
Group stringName The name of the resource group within the user's subscription. The name is case insensitive.
- Workspace
Name string The name of the workspace.
- Bookmark
Id string Bookmark ID
- Operational
Insights stringResource Provider The namespace of workspaces resource provider- Microsoft.OperationalInsights.
- Relation
Name string Relation Name
- Resource
Group stringName The name of the resource group within the user's subscription. The name is case insensitive.
- Workspace
Name string The name of the workspace.
- bookmark
Id String Bookmark ID
- operational
Insights StringResource Provider The namespace of workspaces resource provider- Microsoft.OperationalInsights.
- relation
Name String Relation Name
- resource
Group StringName The name of the resource group within the user's subscription. The name is case insensitive.
- workspace
Name String The name of the workspace.
- bookmark
Id string Bookmark ID
- operational
Insights stringResource Provider The namespace of workspaces resource provider- Microsoft.OperationalInsights.
- relation
Name string Relation Name
- resource
Group stringName The name of the resource group within the user's subscription. The name is case insensitive.
- workspace
Name string The name of the workspace.
- bookmark_
id str Bookmark ID
- operational_
insights_ strresource_ provider The namespace of workspaces resource provider- Microsoft.OperationalInsights.
- relation_
name str Relation Name
- resource_
group_ strname The name of the resource group within the user's subscription. The name is case insensitive.
- workspace_
name str The name of the workspace.
- bookmark
Id String Bookmark ID
- operational
Insights StringResource Provider The namespace of workspaces resource provider- Microsoft.OperationalInsights.
- relation
Name String Relation Name
- resource
Group StringName The name of the resource group within the user's subscription. The name is case insensitive.
- workspace
Name String The name of the workspace.
getBookmarkRelation Result
The following output properties are available:
- Id string
Azure resource Id
- Name string
Azure resource name
- string
The resource ID of the related resource
- string
The resource kind of the related resource
- string
The name of the related resource
- string
The resource type of the related resource
- Type string
Azure resource type
- Etag string
Etag of the azure resource
- Id string
Azure resource Id
- Name string
Azure resource name
- string
The resource ID of the related resource
- string
The resource kind of the related resource
- string
The name of the related resource
- string
The resource type of the related resource
- Type string
Azure resource type
- Etag string
Etag of the azure resource
- id String
Azure resource Id
- name String
Azure resource name
- String
The resource ID of the related resource
- String
The resource kind of the related resource
- String
The name of the related resource
- String
The resource type of the related resource
- type String
Azure resource type
- etag String
Etag of the azure resource
- id string
Azure resource Id
- name string
Azure resource name
- string
The resource ID of the related resource
- string
The resource kind of the related resource
- string
The name of the related resource
- string
The resource type of the related resource
- type string
Azure resource type
- etag string
Etag of the azure resource
- id String
Azure resource Id
- name String
Azure resource name
- String
The resource ID of the related resource
- String
The resource kind of the related resource
- String
The name of the related resource
- String
The resource type of the related resource
- type String
Azure resource type
- etag String
Etag of the azure resource
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0