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.securityinsights.getBookmarkRelation
Explore with Pulumi AI
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
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)
public static Output<GetBookmarkRelationResult> getBookmarkRelation(GetBookmarkRelationArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:securityinsights:getBookmarkRelation
  arguments:
    # arguments dictionaryThe following arguments are supported:
- BookmarkId string
- Bookmark ID
- OperationalInsights stringResource Provider 
- The namespace of workspaces resource provider- Microsoft.OperationalInsights.
- RelationName string
- Relation Name
- ResourceGroup stringName 
- The name of the resource group within the user's subscription. The name is case insensitive.
- WorkspaceName string
- The name of the workspace.
- BookmarkId string
- Bookmark ID
- OperationalInsights stringResource Provider 
- The namespace of workspaces resource provider- Microsoft.OperationalInsights.
- RelationName string
- Relation Name
- ResourceGroup stringName 
- The name of the resource group within the user's subscription. The name is case insensitive.
- WorkspaceName string
- The name of the workspace.
- bookmarkId String
- Bookmark ID
- operationalInsights StringResource Provider 
- The namespace of workspaces resource provider- Microsoft.OperationalInsights.
- relationName String
- Relation Name
- resourceGroup StringName 
- The name of the resource group within the user's subscription. The name is case insensitive.
- workspaceName String
- The name of the workspace.
- bookmarkId string
- Bookmark ID
- operationalInsights stringResource Provider 
- The namespace of workspaces resource provider- Microsoft.OperationalInsights.
- relationName string
- Relation Name
- resourceGroup stringName 
- The name of the resource group within the user's subscription. The name is case insensitive.
- workspaceName 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.
- bookmarkId String
- Bookmark ID
- operationalInsights StringResource Provider 
- The namespace of workspaces resource provider- Microsoft.OperationalInsights.
- relationName String
- Relation Name
- resourceGroup StringName 
- The name of the resource group within the user's subscription. The name is case insensitive.
- workspaceName 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-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
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