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:

BookmarkId string

Bookmark ID

OperationalInsightsResourceProvider string

The namespace of workspaces resource provider- Microsoft.OperationalInsights.

RelationName string

Relation Name

ResourceGroupName string

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

OperationalInsightsResourceProvider string

The namespace of workspaces resource provider- Microsoft.OperationalInsights.

RelationName string

Relation Name

ResourceGroupName string

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

operationalInsightsResourceProvider String

The namespace of workspaces resource provider- Microsoft.OperationalInsights.

relationName String

Relation Name

resourceGroupName String

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

operationalInsightsResourceProvider string

The namespace of workspaces resource provider- Microsoft.OperationalInsights.

relationName string

Relation Name

resourceGroupName string

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_resource_provider str

The namespace of workspaces resource provider- Microsoft.OperationalInsights.

relation_name str

Relation Name

resource_group_name str

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

operationalInsightsResourceProvider String

The namespace of workspaces resource provider- Microsoft.OperationalInsights.

relationName String

Relation Name

resourceGroupName String

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

RelatedResourceId string

The resource ID of the related resource

RelatedResourceKind string

The resource kind of the related resource

RelatedResourceName string

The name of the related resource

RelatedResourceType 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

RelatedResourceId string

The resource ID of the related resource

RelatedResourceKind string

The resource kind of the related resource

RelatedResourceName string

The name of the related resource

RelatedResourceType 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

relatedResourceId String

The resource ID of the related resource

relatedResourceKind String

The resource kind of the related resource

relatedResourceName String

The name of the related resource

relatedResourceType 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

relatedResourceId string

The resource ID of the related resource

relatedResourceKind string

The resource kind of the related resource

relatedResourceName string

The name of the related resource

relatedResourceType string

The resource type of the related resource

type string

Azure resource type

etag string

Etag of the azure resource

id str

Azure resource Id

name str

Azure resource name

related_resource_id str

The resource ID of the related resource

related_resource_kind str

The resource kind of the related resource

related_resource_name str

The name of the related resource

related_resource_type str

The resource type of the related resource

type str

Azure resource type

etag str

Etag of the azure resource

id String

Azure resource Id

name String

Azure resource name

relatedResourceId String

The resource ID of the related resource

relatedResourceKind String

The resource kind of the related resource

relatedResourceName String

The name of the related resource

relatedResourceType 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