1. Packages
  2. Azure Native
  3. API Docs
  4. customerinsights
  5. getView
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi

azure-native.customerinsights.getView

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi

    Gets a view in the hub. Azure REST API version: 2017-04-26.

    Using getView

    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 getView(args: GetViewArgs, opts?: InvokeOptions): Promise<GetViewResult>
    function getViewOutput(args: GetViewOutputArgs, opts?: InvokeOptions): Output<GetViewResult>
    def get_view(hub_name: Optional[str] = None,
                 resource_group_name: Optional[str] = None,
                 user_id: Optional[str] = None,
                 view_name: Optional[str] = None,
                 opts: Optional[InvokeOptions] = None) -> GetViewResult
    def get_view_output(hub_name: Optional[pulumi.Input[str]] = None,
                 resource_group_name: Optional[pulumi.Input[str]] = None,
                 user_id: Optional[pulumi.Input[str]] = None,
                 view_name: Optional[pulumi.Input[str]] = None,
                 opts: Optional[InvokeOptions] = None) -> Output[GetViewResult]
    func LookupView(ctx *Context, args *LookupViewArgs, opts ...InvokeOption) (*LookupViewResult, error)
    func LookupViewOutput(ctx *Context, args *LookupViewOutputArgs, opts ...InvokeOption) LookupViewResultOutput

    > Note: This function is named LookupView in the Go SDK.

    public static class GetView 
    {
        public static Task<GetViewResult> InvokeAsync(GetViewArgs args, InvokeOptions? opts = null)
        public static Output<GetViewResult> Invoke(GetViewInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetViewResult> getView(GetViewArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:customerinsights:getView
      arguments:
        # arguments dictionary

    The following arguments are supported:

    HubName string
    The name of the hub.
    ResourceGroupName string
    The name of the resource group.
    UserId string
    The user ID. Use * to retrieve hub level view.
    ViewName string
    The name of the view.
    HubName string
    The name of the hub.
    ResourceGroupName string
    The name of the resource group.
    UserId string
    The user ID. Use * to retrieve hub level view.
    ViewName string
    The name of the view.
    hubName String
    The name of the hub.
    resourceGroupName String
    The name of the resource group.
    userId String
    The user ID. Use * to retrieve hub level view.
    viewName String
    The name of the view.
    hubName string
    The name of the hub.
    resourceGroupName string
    The name of the resource group.
    userId string
    The user ID. Use * to retrieve hub level view.
    viewName string
    The name of the view.
    hub_name str
    The name of the hub.
    resource_group_name str
    The name of the resource group.
    user_id str
    The user ID. Use * to retrieve hub level view.
    view_name str
    The name of the view.
    hubName String
    The name of the hub.
    resourceGroupName String
    The name of the resource group.
    userId String
    The user ID. Use * to retrieve hub level view.
    viewName String
    The name of the view.

    getView Result

    The following output properties are available:

    Changed string
    Date time when view was last modified.
    Created string
    Date time when view was created.
    Definition string
    View definition.
    Id string
    Resource ID.
    Name string
    Resource name.
    TenantId string
    the hub name.
    Type string
    Resource type.
    ViewName string
    Name of the view.
    DisplayName Dictionary<string, string>
    Localized display name for the view.
    UserId string
    the user ID.
    Changed string
    Date time when view was last modified.
    Created string
    Date time when view was created.
    Definition string
    View definition.
    Id string
    Resource ID.
    Name string
    Resource name.
    TenantId string
    the hub name.
    Type string
    Resource type.
    ViewName string
    Name of the view.
    DisplayName map[string]string
    Localized display name for the view.
    UserId string
    the user ID.
    changed String
    Date time when view was last modified.
    created String
    Date time when view was created.
    definition String
    View definition.
    id String
    Resource ID.
    name String
    Resource name.
    tenantId String
    the hub name.
    type String
    Resource type.
    viewName String
    Name of the view.
    displayName Map<String,String>
    Localized display name for the view.
    userId String
    the user ID.
    changed string
    Date time when view was last modified.
    created string
    Date time when view was created.
    definition string
    View definition.
    id string
    Resource ID.
    name string
    Resource name.
    tenantId string
    the hub name.
    type string
    Resource type.
    viewName string
    Name of the view.
    displayName {[key: string]: string}
    Localized display name for the view.
    userId string
    the user ID.
    changed str
    Date time when view was last modified.
    created str
    Date time when view was created.
    definition str
    View definition.
    id str
    Resource ID.
    name str
    Resource name.
    tenant_id str
    the hub name.
    type str
    Resource type.
    view_name str
    Name of the view.
    display_name Mapping[str, str]
    Localized display name for the view.
    user_id str
    the user ID.
    changed String
    Date time when view was last modified.
    created String
    Date time when view was created.
    definition String
    View definition.
    id String
    Resource ID.
    name String
    Resource name.
    tenantId String
    the hub name.
    type String
    Resource type.
    viewName String
    Name of the view.
    displayName Map<String>
    Localized display name for the view.
    userId String
    the user ID.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi