azure-native.databoxedge.getAddon
Deprecated:
Please use one of the variants: ArcAddon, IoTAddon.
Role Addon API Version: 2020-12-01.
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,
device_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
role_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAddonResult
def get_addon_output(addon_name: Optional[pulumi.Input[str]] = None,
device_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
role_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:databoxedge:getAddon
arguments:
# arguments dictionary
The following arguments are supported:
- Addon
Name string The addon name.
- Device
Name string The device name.
- Resource
Group stringName The resource group name.
- Role
Name string The role name.
- Addon
Name string The addon name.
- Device
Name string The device name.
- Resource
Group stringName The resource group name.
- Role
Name string The role name.
- addon
Name String The addon name.
- device
Name String The device name.
- resource
Group StringName The resource group name.
- role
Name String The role name.
- addon
Name string The addon name.
- device
Name string The device name.
- resource
Group stringName The resource group name.
- role
Name string The role name.
- addon_
name str The addon name.
- device_
name str The device name.
- resource_
group_ strname The resource group name.
- role_
name str The role name.
- addon
Name String The addon name.
- device
Name String The device name.
- resource
Group StringName The resource group name.
- role
Name String The role name.
getAddon Result
The following output properties are available:
- Id string
The path ID that uniquely identifies the object.
- Kind string
Addon type.
- Name string
The object name.
- System
Data Pulumi.Azure Native. Data Box Edge. Outputs. System Data Response Addon type
- Type string
The hierarchical type of the object.
- Id string
The path ID that uniquely identifies the object.
- Kind string
Addon type.
- Name string
The object name.
- System
Data SystemData Response Addon type
- Type string
The hierarchical type of the object.
- id String
The path ID that uniquely identifies the object.
- kind String
Addon type.
- name String
The object name.
- system
Data SystemData Response Addon type
- type String
The hierarchical type of the object.
- id string
The path ID that uniquely identifies the object.
- kind string
Addon type.
- name string
The object name.
- system
Data SystemData Response Addon type
- type string
The hierarchical type of the object.
- id str
The path ID that uniquely identifies the object.
- kind str
Addon type.
- name str
The object name.
- system_
data SystemData Response Addon type
- type str
The hierarchical type of the object.
- id String
The path ID that uniquely identifies the object.
- kind String
Addon type.
- name String
The object name.
- system
Data Property Map Addon type
- type String
The hierarchical type of the object.
Supporting Types
SystemDataResponse
- Created
At string The timestamp of resource creation (UTC).
- Created
By string The identity that created the resource.
- Created
By stringType The type of identity that created the resource.
- Last
Modified stringAt The type of identity that last modified the resource.
- Last
Modified stringBy The identity that last modified the resource.
- Last
Modified stringBy Type The type of identity that last modified the resource.
- Created
At string The timestamp of resource creation (UTC).
- Created
By string The identity that created the resource.
- Created
By stringType The type of identity that created the resource.
- Last
Modified stringAt The type of identity that last modified the resource.
- Last
Modified stringBy The identity that last modified the resource.
- Last
Modified stringBy Type The type of identity that last modified the resource.
- created
At String The timestamp of resource creation (UTC).
- created
By String The identity that created the resource.
- created
By StringType The type of identity that created the resource.
- last
Modified StringAt The type of identity that last modified the resource.
- last
Modified StringBy The identity that last modified the resource.
- last
Modified StringBy Type The type of identity that last modified the resource.
- created
At string The timestamp of resource creation (UTC).
- created
By string The identity that created the resource.
- created
By stringType The type of identity that created the resource.
- last
Modified stringAt The type of identity that last modified the resource.
- last
Modified stringBy The identity that last modified the resource.
- last
Modified stringBy Type The type of identity that last modified the resource.
- created_
at str The timestamp of resource creation (UTC).
- created_
by str The identity that created the resource.
- created_
by_ strtype The type of identity that created the resource.
- last_
modified_ strat The type of identity that last modified the resource.
- last_
modified_ strby The identity that last modified the resource.
- last_
modified_ strby_ type The type of identity that last modified the resource.
- created
At String The timestamp of resource creation (UTC).
- created
By String The identity that created the resource.
- created
By StringType The type of identity that created the resource.
- last
Modified StringAt The type of identity that last modified the resource.
- last
Modified StringBy The identity that last modified the resource.
- last
Modified StringBy Type The type of identity that last modified the resource.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0