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.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.avs.getHcxEnterpriseSite
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.89.1 published on Sunday, Mar 2, 2025 by Pulumi
An HCX Enterprise Site resource Azure REST API version: 2022-05-01.
Other available API versions: 2023-03-01, 2023-09-01.
Using getHcxEnterpriseSite
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 getHcxEnterpriseSite(args: GetHcxEnterpriseSiteArgs, opts?: InvokeOptions): Promise<GetHcxEnterpriseSiteResult>
function getHcxEnterpriseSiteOutput(args: GetHcxEnterpriseSiteOutputArgs, opts?: InvokeOptions): Output<GetHcxEnterpriseSiteResult>def get_hcx_enterprise_site(hcx_enterprise_site_name: Optional[str] = None,
                            private_cloud_name: Optional[str] = None,
                            resource_group_name: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetHcxEnterpriseSiteResult
def get_hcx_enterprise_site_output(hcx_enterprise_site_name: Optional[pulumi.Input[str]] = None,
                            private_cloud_name: Optional[pulumi.Input[str]] = None,
                            resource_group_name: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetHcxEnterpriseSiteResult]func LookupHcxEnterpriseSite(ctx *Context, args *LookupHcxEnterpriseSiteArgs, opts ...InvokeOption) (*LookupHcxEnterpriseSiteResult, error)
func LookupHcxEnterpriseSiteOutput(ctx *Context, args *LookupHcxEnterpriseSiteOutputArgs, opts ...InvokeOption) LookupHcxEnterpriseSiteResultOutput> Note: This function is named LookupHcxEnterpriseSite in the Go SDK.
public static class GetHcxEnterpriseSite 
{
    public static Task<GetHcxEnterpriseSiteResult> InvokeAsync(GetHcxEnterpriseSiteArgs args, InvokeOptions? opts = null)
    public static Output<GetHcxEnterpriseSiteResult> Invoke(GetHcxEnterpriseSiteInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetHcxEnterpriseSiteResult> getHcxEnterpriseSite(GetHcxEnterpriseSiteArgs args, InvokeOptions options)
public static Output<GetHcxEnterpriseSiteResult> getHcxEnterpriseSite(GetHcxEnterpriseSiteArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:avs:getHcxEnterpriseSite
  arguments:
    # arguments dictionaryThe following arguments are supported:
- HcxEnterprise stringSite Name 
- Name of the HCX Enterprise Site in the private cloud
- PrivateCloud stringName 
- Name of the private cloud
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- HcxEnterprise stringSite Name 
- Name of the HCX Enterprise Site in the private cloud
- PrivateCloud stringName 
- Name of the private cloud
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- hcxEnterprise StringSite Name 
- Name of the HCX Enterprise Site in the private cloud
- privateCloud StringName 
- Name of the private cloud
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- hcxEnterprise stringSite Name 
- Name of the HCX Enterprise Site in the private cloud
- privateCloud stringName 
- Name of the private cloud
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- hcx_enterprise_ strsite_ name 
- Name of the HCX Enterprise Site in the private cloud
- private_cloud_ strname 
- Name of the private cloud
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- hcxEnterprise StringSite Name 
- Name of the HCX Enterprise Site in the private cloud
- privateCloud StringName 
- Name of the private cloud
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
getHcxEnterpriseSite Result
The following output properties are available:
- ActivationKey string
- The activation key
- Id string
- Resource ID.
- Name string
- Resource name.
- Status string
- The status of the HCX Enterprise Site
- Type string
- Resource type.
- ActivationKey string
- The activation key
- Id string
- Resource ID.
- Name string
- Resource name.
- Status string
- The status of the HCX Enterprise Site
- Type string
- Resource type.
- activationKey String
- The activation key
- id String
- Resource ID.
- name String
- Resource name.
- status String
- The status of the HCX Enterprise Site
- type String
- Resource type.
- activationKey string
- The activation key
- id string
- Resource ID.
- name string
- Resource name.
- status string
- The status of the HCX Enterprise Site
- type string
- Resource type.
- activation_key str
- The activation key
- id str
- Resource ID.
- name str
- Resource name.
- status str
- The status of the HCX Enterprise Site
- type str
- Resource type.
- activationKey String
- The activation key
- id String
- Resource ID.
- name String
- Resource name.
- status String
- The status of the HCX Enterprise Site
- type String
- Resource type.
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.89.1 published on Sunday, Mar 2, 2025 by Pulumi