azure-native.eventhub.getCluster
Gets the resource description of the specified Event Hubs Cluster. API Version: 2018-01-01-preview.
Using getCluster
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 getCluster(args: GetClusterArgs, opts?: InvokeOptions): Promise<GetClusterResult>
function getClusterOutput(args: GetClusterOutputArgs, opts?: InvokeOptions): Output<GetClusterResult>
def get_cluster(cluster_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetClusterResult
def get_cluster_output(cluster_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetClusterResult]
func LookupCluster(ctx *Context, args *LookupClusterArgs, opts ...InvokeOption) (*LookupClusterResult, error)
func LookupClusterOutput(ctx *Context, args *LookupClusterOutputArgs, opts ...InvokeOption) LookupClusterResultOutput
> Note: This function is named LookupCluster
in the Go SDK.
public static class GetCluster
{
public static Task<GetClusterResult> InvokeAsync(GetClusterArgs args, InvokeOptions? opts = null)
public static Output<GetClusterResult> Invoke(GetClusterInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetClusterResult> getCluster(GetClusterArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:eventhub:getCluster
arguments:
# arguments dictionary
The following arguments are supported:
- Cluster
Name string The name of the Event Hubs Cluster.
- Resource
Group stringName Name of the resource group within the azure subscription.
- Cluster
Name string The name of the Event Hubs Cluster.
- Resource
Group stringName Name of the resource group within the azure subscription.
- cluster
Name String The name of the Event Hubs Cluster.
- resource
Group StringName Name of the resource group within the azure subscription.
- cluster
Name string The name of the Event Hubs Cluster.
- resource
Group stringName Name of the resource group within the azure subscription.
- cluster_
name str The name of the Event Hubs Cluster.
- resource_
group_ strname Name of the resource group within the azure subscription.
- cluster
Name String The name of the Event Hubs Cluster.
- resource
Group StringName Name of the resource group within the azure subscription.
getCluster Result
The following output properties are available:
- Created
At string The UTC time when the Event Hubs Cluster was created.
- Id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Metric
Id string The metric ID of the cluster resource. Provided by the service and not modifiable by the user.
- Name string
The name of the resource
- Status string
Status of the Cluster resource
- Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Updated
At string The UTC time when the Event Hubs Cluster was last updated.
- Location string
Resource location.
- Sku
Pulumi.
Azure Native. Event Hub. Outputs. Cluster Sku Response Properties of the cluster SKU.
- Dictionary<string, string>
Resource tags.
- Created
At string The UTC time when the Event Hubs Cluster was created.
- Id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Metric
Id string The metric ID of the cluster resource. Provided by the service and not modifiable by the user.
- Name string
The name of the resource
- Status string
Status of the Cluster resource
- Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Updated
At string The UTC time when the Event Hubs Cluster was last updated.
- Location string
Resource location.
- Sku
Cluster
Sku Response Properties of the cluster SKU.
- map[string]string
Resource tags.
- created
At String The UTC time when the Event Hubs Cluster was created.
- id String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- metric
Id String The metric ID of the cluster resource. Provided by the service and not modifiable by the user.
- name String
The name of the resource
- status String
Status of the Cluster resource
- type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- updated
At String The UTC time when the Event Hubs Cluster was last updated.
- location String
Resource location.
- sku
Cluster
Sku Response Properties of the cluster SKU.
- Map<String,String>
Resource tags.
- created
At string The UTC time when the Event Hubs Cluster was created.
- id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- metric
Id string The metric ID of the cluster resource. Provided by the service and not modifiable by the user.
- name string
The name of the resource
- status string
Status of the Cluster resource
- type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- updated
At string The UTC time when the Event Hubs Cluster was last updated.
- location string
Resource location.
- sku
Cluster
Sku Response Properties of the cluster SKU.
- {[key: string]: string}
Resource tags.
- created_
at str The UTC time when the Event Hubs Cluster was created.
- id str
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- metric_
id str The metric ID of the cluster resource. Provided by the service and not modifiable by the user.
- name str
The name of the resource
- status str
Status of the Cluster resource
- type str
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- updated_
at str The UTC time when the Event Hubs Cluster was last updated.
- location str
Resource location.
- sku
Cluster
Sku Response Properties of the cluster SKU.
- Mapping[str, str]
Resource tags.
- created
At String The UTC time when the Event Hubs Cluster was created.
- id String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- metric
Id String The metric ID of the cluster resource. Provided by the service and not modifiable by the user.
- name String
The name of the resource
- status String
Status of the Cluster resource
- type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- updated
At String The UTC time when the Event Hubs Cluster was last updated.
- location String
Resource location.
- sku Property Map
Properties of the cluster SKU.
- Map<String>
Resource tags.
Supporting Types
ClusterSkuResponse
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0