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.63.0 published on Tuesday, Sep 24, 2024 by Pulumi
azure-native.customerinsights.getView
Explore with Pulumi AI
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.63.0 published on Tuesday, Sep 24, 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:
- Hub
Name string - The name of the hub.
- Resource
Group stringName - The name of the resource group.
- User
Id string - The user ID. Use * to retrieve hub level view.
- View
Name string - The name of the view.
- Hub
Name string - The name of the hub.
- Resource
Group stringName - The name of the resource group.
- User
Id string - The user ID. Use * to retrieve hub level view.
- View
Name string - The name of the view.
- hub
Name String - The name of the hub.
- resource
Group StringName - The name of the resource group.
- user
Id String - The user ID. Use * to retrieve hub level view.
- view
Name String - The name of the view.
- hub
Name string - The name of the hub.
- resource
Group stringName - The name of the resource group.
- user
Id string - The user ID. Use * to retrieve hub level view.
- view
Name string - The name of the view.
- hub_
name str - The name of the hub.
- resource_
group_ strname - 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.
- hub
Name String - The name of the hub.
- resource
Group StringName - The name of the resource group.
- user
Id String - The user ID. Use * to retrieve hub level view.
- view
Name 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.
- Tenant
Id string - the hub name.
- Type string
- Resource type.
- View
Name string - Name of the view.
- Display
Name Dictionary<string, string> - Localized display name for the view.
- User
Id 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.
- Tenant
Id string - the hub name.
- Type string
- Resource type.
- View
Name string - Name of the view.
- Display
Name map[string]string - Localized display name for the view.
- User
Id 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.
- tenant
Id String - the hub name.
- type String
- Resource type.
- view
Name String - Name of the view.
- display
Name Map<String,String> - Localized display name for the view.
- user
Id 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.
- tenant
Id string - the hub name.
- type string
- Resource type.
- view
Name string - Name of the view.
- display
Name {[key: string]: string} - Localized display name for the view.
- user
Id 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.
- tenant
Id String - the hub name.
- type String
- Resource type.
- view
Name String - Name of the view.
- display
Name Map<String> - Localized display name for the view.
- user
Id String - the user ID.
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 v1 docs if using the v1 version of this package.
Azure Native v2.63.0 published on Tuesday, Sep 24, 2024 by Pulumi