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:
- 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