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.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.63.0 published on Tuesday, Sep 24, 2024 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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:avs:getHcxEnterpriseSite
arguments:
# arguments dictionary
The following arguments are supported:
- Hcx
Enterprise stringSite Name - Name of the HCX Enterprise Site in the private cloud
- Private
Cloud stringName - Name of the private cloud
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Hcx
Enterprise stringSite Name - Name of the HCX Enterprise Site in the private cloud
- Private
Cloud stringName - Name of the private cloud
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- hcx
Enterprise StringSite Name - Name of the HCX Enterprise Site in the private cloud
- private
Cloud StringName - Name of the private cloud
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- hcx
Enterprise stringSite Name - Name of the HCX Enterprise Site in the private cloud
- private
Cloud stringName - Name of the private cloud
- resource
Group 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.
- hcx
Enterprise StringSite Name - Name of the HCX Enterprise Site in the private cloud
- private
Cloud StringName - Name of the private cloud
- resource
Group StringName - The name of the resource group. The name is case insensitive.
getHcxEnterpriseSite Result
The following output properties are available:
- Activation
Key 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 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 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 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.
- activation
Key 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.63.0 published on Tuesday, Sep 24, 2024 by Pulumi