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.customerinsights.getHub
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 information about the specified hub. API Version: 2017-04-26.
Using getHub
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 getHub(args: GetHubArgs, opts?: InvokeOptions): Promise<GetHubResult>
function getHubOutput(args: GetHubOutputArgs, opts?: InvokeOptions): Output<GetHubResult>
def get_hub(hub_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetHubResult
def get_hub_output(hub_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetHubResult]
func LookupHub(ctx *Context, args *LookupHubArgs, opts ...InvokeOption) (*LookupHubResult, error)
func LookupHubOutput(ctx *Context, args *LookupHubOutputArgs, opts ...InvokeOption) LookupHubResultOutput
> Note: This function is named LookupHub
in the Go SDK.
public static class GetHub
{
public static Task<GetHubResult> InvokeAsync(GetHubArgs args, InvokeOptions? opts = null)
public static Output<GetHubResult> Invoke(GetHubInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetHubResult> getHub(GetHubArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:customerinsights:getHub
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.
- Hub
Name string - The name of the hub.
- Resource
Group stringName - The name of the resource group.
- hub
Name String - The name of the hub.
- resource
Group StringName - The name of the resource group.
- hub
Name string - The name of the hub.
- resource
Group stringName - The name of the resource group.
- hub_
name str - The name of the hub.
- resource_
group_ strname - The name of the resource group.
- hub
Name String - The name of the hub.
- resource
Group StringName - The name of the resource group.
getHub Result
The following output properties are available:
- Api
Endpoint string - API endpoint URL of the hub.
- Id string
- Resource ID.
- Name string
- Resource name.
- Provisioning
State string - Provisioning state of the hub.
- Type string
- Resource type.
- Web
Endpoint string - Web endpoint URL of the hub.
- Hub
Billing Pulumi.Info Azure Native. Customer Insights. Outputs. Hub Billing Info Format Response - Billing settings of the hub.
- Location string
- Resource location.
- Dictionary<string, string>
- Resource tags.
- Tenant
Features int - The bit flags for enabled hub features. Bit 0 is set to 1 indicates graph is enabled, or disabled if set to 0. Bit 1 is set to 1 indicates the hub is disabled, or enabled if set to 0.
- Api
Endpoint string - API endpoint URL of the hub.
- Id string
- Resource ID.
- Name string
- Resource name.
- Provisioning
State string - Provisioning state of the hub.
- Type string
- Resource type.
- Web
Endpoint string - Web endpoint URL of the hub.
- Hub
Billing HubInfo Billing Info Format Response - Billing settings of the hub.
- Location string
- Resource location.
- map[string]string
- Resource tags.
- Tenant
Features int - The bit flags for enabled hub features. Bit 0 is set to 1 indicates graph is enabled, or disabled if set to 0. Bit 1 is set to 1 indicates the hub is disabled, or enabled if set to 0.
- api
Endpoint String - API endpoint URL of the hub.
- id String
- Resource ID.
- name String
- Resource name.
- provisioning
State String - Provisioning state of the hub.
- type String
- Resource type.
- web
Endpoint String - Web endpoint URL of the hub.
- hub
Billing HubInfo Billing Info Format Response - Billing settings of the hub.
- location String
- Resource location.
- Map<String,String>
- Resource tags.
- tenant
Features Integer - The bit flags for enabled hub features. Bit 0 is set to 1 indicates graph is enabled, or disabled if set to 0. Bit 1 is set to 1 indicates the hub is disabled, or enabled if set to 0.
- api
Endpoint string - API endpoint URL of the hub.
- id string
- Resource ID.
- name string
- Resource name.
- provisioning
State string - Provisioning state of the hub.
- type string
- Resource type.
- web
Endpoint string - Web endpoint URL of the hub.
- hub
Billing HubInfo Billing Info Format Response - Billing settings of the hub.
- location string
- Resource location.
- {[key: string]: string}
- Resource tags.
- tenant
Features number - The bit flags for enabled hub features. Bit 0 is set to 1 indicates graph is enabled, or disabled if set to 0. Bit 1 is set to 1 indicates the hub is disabled, or enabled if set to 0.
- api_
endpoint str - API endpoint URL of the hub.
- id str
- Resource ID.
- name str
- Resource name.
- provisioning_
state str - Provisioning state of the hub.
- type str
- Resource type.
- web_
endpoint str - Web endpoint URL of the hub.
- hub_
billing_ Hubinfo Billing Info Format Response - Billing settings of the hub.
- location str
- Resource location.
- Mapping[str, str]
- Resource tags.
- tenant_
features int - The bit flags for enabled hub features. Bit 0 is set to 1 indicates graph is enabled, or disabled if set to 0. Bit 1 is set to 1 indicates the hub is disabled, or enabled if set to 0.
- api
Endpoint String - API endpoint URL of the hub.
- id String
- Resource ID.
- name String
- Resource name.
- provisioning
State String - Provisioning state of the hub.
- type String
- Resource type.
- web
Endpoint String - Web endpoint URL of the hub.
- hub
Billing Property MapInfo - Billing settings of the hub.
- location String
- Resource location.
- Map<String>
- Resource tags.
- tenant
Features Number - The bit flags for enabled hub features. Bit 0 is set to 1 indicates graph is enabled, or disabled if set to 0. Bit 1 is set to 1 indicates the hub is disabled, or enabled if set to 0.
Supporting Types
HubBillingInfoFormatResponse
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