These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.avs.getAddon
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
An addon resource API Version: 2020-07-17-preview.
Using getAddon
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 getAddon(args: GetAddonArgs, opts?: InvokeOptions): Promise<GetAddonResult>
function getAddonOutput(args: GetAddonOutputArgs, opts?: InvokeOptions): Output<GetAddonResult>
def get_addon(addon_name: Optional[str] = None,
private_cloud_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAddonResult
def get_addon_output(addon_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[GetAddonResult]
func LookupAddon(ctx *Context, args *LookupAddonArgs, opts ...InvokeOption) (*LookupAddonResult, error)
func LookupAddonOutput(ctx *Context, args *LookupAddonOutputArgs, opts ...InvokeOption) LookupAddonResultOutput
> Note: This function is named LookupAddon
in the Go SDK.
public static class GetAddon
{
public static Task<GetAddonResult> InvokeAsync(GetAddonArgs args, InvokeOptions? opts = null)
public static Output<GetAddonResult> Invoke(GetAddonInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAddonResult> getAddon(GetAddonArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:avs:getAddon
arguments:
# arguments dictionary
The following arguments are supported:
- Addon
Name string - Name of the addon for 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.
- Addon
Name string - Name of the addon for 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.
- addon
Name String - Name of the addon for 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.
- addon
Name string - Name of the addon for 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.
- addon_
name str - Name of the addon for 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.
- addon
Name String - Name of the addon for 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.
getAddon Result
The following output properties are available:
- Id string
- Resource ID.
- Name string
- Resource name.
- Provisioning
State string - The state of the addon provisioning
- Type string
- Resource type.
- Addon
Type string - The type of private cloud addon
- License
Key string - The SRM license
- Id string
- Resource ID.
- Name string
- Resource name.
- Provisioning
State string - The state of the addon provisioning
- Type string
- Resource type.
- Addon
Type string - The type of private cloud addon
- License
Key string - The SRM license
- id String
- Resource ID.
- name String
- Resource name.
- provisioning
State String - The state of the addon provisioning
- type String
- Resource type.
- addon
Type String - The type of private cloud addon
- license
Key String - The SRM license
- id string
- Resource ID.
- name string
- Resource name.
- provisioning
State string - The state of the addon provisioning
- type string
- Resource type.
- addon
Type string - The type of private cloud addon
- license
Key string - The SRM license
- id str
- Resource ID.
- name str
- Resource name.
- provisioning_
state str - The state of the addon provisioning
- type str
- Resource type.
- addon_
type str - The type of private cloud addon
- license_
key str - The SRM license
- id String
- Resource ID.
- name String
- Resource name.
- provisioning
State String - The state of the addon provisioning
- type String
- Resource type.
- addon
Type String - The type of private cloud addon
- license
Key String - The SRM license
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi