This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.13.0 published on Wednesday, Jan 28, 2026 by Pulumi
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.13.0 published on Wednesday, Jan 28, 2026 by Pulumi
Get the license for the private cloud
Uses Azure REST API version 2025-09-01.
Using getPrivateCloudVcfLicense
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 getPrivateCloudVcfLicense(args: GetPrivateCloudVcfLicenseArgs, opts?: InvokeOptions): Promise<GetPrivateCloudVcfLicenseResult>
function getPrivateCloudVcfLicenseOutput(args: GetPrivateCloudVcfLicenseOutputArgs, opts?: InvokeOptions): Output<GetPrivateCloudVcfLicenseResult>def get_private_cloud_vcf_license(private_cloud_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPrivateCloudVcfLicenseResult
def get_private_cloud_vcf_license_output(private_cloud_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPrivateCloudVcfLicenseResult]func GetPrivateCloudVcfLicense(ctx *Context, args *GetPrivateCloudVcfLicenseArgs, opts ...InvokeOption) (*GetPrivateCloudVcfLicenseResult, error)
func GetPrivateCloudVcfLicenseOutput(ctx *Context, args *GetPrivateCloudVcfLicenseOutputArgs, opts ...InvokeOption) GetPrivateCloudVcfLicenseResultOutput> Note: This function is named GetPrivateCloudVcfLicense in the Go SDK.
public static class GetPrivateCloudVcfLicense
{
public static Task<GetPrivateCloudVcfLicenseResult> InvokeAsync(GetPrivateCloudVcfLicenseArgs args, InvokeOptions? opts = null)
public static Output<GetPrivateCloudVcfLicenseResult> Invoke(GetPrivateCloudVcfLicenseInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetPrivateCloudVcfLicenseResult> getPrivateCloudVcfLicense(GetPrivateCloudVcfLicenseArgs args, InvokeOptions options)
public static Output<GetPrivateCloudVcfLicenseResult> getPrivateCloudVcfLicense(GetPrivateCloudVcfLicenseArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:avs:getPrivateCloudVcfLicense
arguments:
# arguments dictionaryThe following arguments are supported:
- Private
Cloud stringName - Name of the private cloud
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Private
Cloud stringName - Name of the private cloud
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- private
Cloud StringName - Name of the private cloud
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- private
Cloud stringName - Name of the private cloud
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- private_
cloud_ strname - Name of the private cloud
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- private
Cloud StringName - Name of the private cloud
- resource
Group StringName - The name of the resource group. The name is case insensitive.
getPrivateCloudVcfLicense Result
The following output properties are available:
- Kind string
- License kind
- Provisioning
State string - The state of the license provisioning
- Kind string
- License kind
- Provisioning
State string - The state of the license provisioning
- kind String
- License kind
- provisioning
State String - The state of the license provisioning
- kind string
- License kind
- provisioning
State string - The state of the license provisioning
- kind str
- License kind
- provisioning_
state str - The state of the license provisioning
- kind String
- License kind
- provisioning
State String - The state of the license provisioning
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 v2 docs if using the v2 version of this package.
Azure Native v3.13.0 published on Wednesday, Jan 28, 2026 by Pulumi
