azure-native.avs.getHcxEnterpriseSite

Explore with Pulumi AI

An HCX Enterprise Site resource API Version: 2020-03-20.

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)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: azure-native:avs:getHcxEnterpriseSite
  arguments:
    # arguments dictionary

The following arguments are supported:

HcxEnterpriseSiteName string

Name of the HCX Enterprise Site in the private cloud

PrivateCloudName string

Name of the private cloud

ResourceGroupName string

The name of the resource group. The name is case insensitive.

HcxEnterpriseSiteName string

Name of the HCX Enterprise Site in the private cloud

PrivateCloudName string

Name of the private cloud

ResourceGroupName string

The name of the resource group. The name is case insensitive.

hcxEnterpriseSiteName String

Name of the HCX Enterprise Site in the private cloud

privateCloudName String

Name of the private cloud

resourceGroupName String

The name of the resource group. The name is case insensitive.

hcxEnterpriseSiteName string

Name of the HCX Enterprise Site in the private cloud

privateCloudName string

Name of the private cloud

resourceGroupName string

The name of the resource group. The name is case insensitive.

hcx_enterprise_site_name str

Name of the HCX Enterprise Site in the private cloud

private_cloud_name str

Name of the private cloud

resource_group_name str

The name of the resource group. The name is case insensitive.

hcxEnterpriseSiteName String

Name of the HCX Enterprise Site in the private cloud

privateCloudName String

Name of the private cloud

resourceGroupName String

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