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.47.1 published on Monday, Jun 24, 2024 by Pulumi
azure-native.azurestackhci.getEdgeDevice
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.47.1 published on Monday, Jun 24, 2024 by Pulumi
Get a EdgeDevice Azure REST API version: 2023-08-01-preview.
Other available API versions: 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01.
Using getEdgeDevice
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 getEdgeDevice(args: GetEdgeDeviceArgs, opts?: InvokeOptions): Promise<GetEdgeDeviceResult>
function getEdgeDeviceOutput(args: GetEdgeDeviceOutputArgs, opts?: InvokeOptions): Output<GetEdgeDeviceResult>
def get_edge_device(edge_device_name: Optional[str] = None,
resource_uri: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetEdgeDeviceResult
def get_edge_device_output(edge_device_name: Optional[pulumi.Input[str]] = None,
resource_uri: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetEdgeDeviceResult]
func LookupEdgeDevice(ctx *Context, args *LookupEdgeDeviceArgs, opts ...InvokeOption) (*LookupEdgeDeviceResult, error)
func LookupEdgeDeviceOutput(ctx *Context, args *LookupEdgeDeviceOutputArgs, opts ...InvokeOption) LookupEdgeDeviceResultOutput
> Note: This function is named LookupEdgeDevice
in the Go SDK.
public static class GetEdgeDevice
{
public static Task<GetEdgeDeviceResult> InvokeAsync(GetEdgeDeviceArgs args, InvokeOptions? opts = null)
public static Output<GetEdgeDeviceResult> Invoke(GetEdgeDeviceInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetEdgeDeviceResult> getEdgeDevice(GetEdgeDeviceArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:azurestackhci:getEdgeDevice
arguments:
# arguments dictionary
The following arguments are supported:
- Edge
Device stringName - Name of Device
- Resource
Uri string - The fully qualified Azure Resource manager identifier of the resource.
- Edge
Device stringName - Name of Device
- Resource
Uri string - The fully qualified Azure Resource manager identifier of the resource.
- edge
Device StringName - Name of Device
- resource
Uri String - The fully qualified Azure Resource manager identifier of the resource.
- edge
Device stringName - Name of Device
- resource
Uri string - The fully qualified Azure Resource manager identifier of the resource.
- edge_
device_ strname - Name of Device
- resource_
uri str - The fully qualified Azure Resource manager identifier of the resource.
- edge
Device StringName - Name of Device
- resource
Uri String - The fully qualified Azure Resource manager identifier of the resource.
getEdgeDevice Result
The following output properties are available:
- Device
Configuration Pulumi.Azure Native. Azure Stack HCI. Outputs. Device Configuration Response - Device Configuration
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name string
- The name of the resource
- Provisioning
State string - Provisioning state of edgeDevice resource
- System
Data Pulumi.Azure Native. Azure Stack HCI. Outputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Device
Configuration DeviceConfiguration Response - Device Configuration
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name string
- The name of the resource
- Provisioning
State string - Provisioning state of edgeDevice resource
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- device
Configuration DeviceConfiguration Response - Device Configuration
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name String
- The name of the resource
- provisioning
State String - Provisioning state of edgeDevice resource
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- device
Configuration DeviceConfiguration Response - Device Configuration
- id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name string
- The name of the resource
- provisioning
State string - Provisioning state of edgeDevice resource
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- device_
configuration DeviceConfiguration Response - Device Configuration
- id str
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name str
- The name of the resource
- provisioning_
state str - Provisioning state of edgeDevice resource
- system_
data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- device
Configuration Property Map - Device Configuration
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name String
- The name of the resource
- provisioning
State String - Provisioning state of edgeDevice resource
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Supporting Types
DeviceConfigurationResponse
- Nic
Details List<Pulumi.Azure Native. Azure Stack HCI. Inputs. Nic Detail Response> - NIC Details of device
- Device
Metadata string - device metadata details.
- Nic
Details []NicDetail Response - NIC Details of device
- Device
Metadata string - device metadata details.
- nic
Details List<NicDetail Response> - NIC Details of device
- device
Metadata String - device metadata details.
- nic
Details NicDetail Response[] - NIC Details of device
- device
Metadata string - device metadata details.
- nic_
details Sequence[NicDetail Response] - NIC Details of device
- device_
metadata str - device metadata details.
- nic
Details List<Property Map> - NIC Details of device
- device
Metadata String - device metadata details.
NicDetailResponse
- Adapter
Name string - Adapter Name of NIC
- Component
Id string - Component Id of NIC
- Default
Gateway string - Default Gateway of NIC
- Default
Isolation stringId - Default Isolation of Management NIC
- Dns
Servers List<string> - DNS Servers for NIC
- Driver
Version string - Driver Version of NIC
- Interface
Description string - Interface Description of NIC
- Ip4Address string
- Subnet Mask of NIC
- Subnet
Mask string - Subnet Mask of NIC
- Adapter
Name string - Adapter Name of NIC
- Component
Id string - Component Id of NIC
- Default
Gateway string - Default Gateway of NIC
- Default
Isolation stringId - Default Isolation of Management NIC
- Dns
Servers []string - DNS Servers for NIC
- Driver
Version string - Driver Version of NIC
- Interface
Description string - Interface Description of NIC
- Ip4Address string
- Subnet Mask of NIC
- Subnet
Mask string - Subnet Mask of NIC
- adapter
Name String - Adapter Name of NIC
- component
Id String - Component Id of NIC
- default
Gateway String - Default Gateway of NIC
- default
Isolation StringId - Default Isolation of Management NIC
- dns
Servers List<String> - DNS Servers for NIC
- driver
Version String - Driver Version of NIC
- interface
Description String - Interface Description of NIC
- ip4Address String
- Subnet Mask of NIC
- subnet
Mask String - Subnet Mask of NIC
- adapter
Name string - Adapter Name of NIC
- component
Id string - Component Id of NIC
- default
Gateway string - Default Gateway of NIC
- default
Isolation stringId - Default Isolation of Management NIC
- dns
Servers string[] - DNS Servers for NIC
- driver
Version string - Driver Version of NIC
- interface
Description string - Interface Description of NIC
- ip4Address string
- Subnet Mask of NIC
- subnet
Mask string - Subnet Mask of NIC
- adapter_
name str - Adapter Name of NIC
- component_
id str - Component Id of NIC
- default_
gateway str - Default Gateway of NIC
- default_
isolation_ strid - Default Isolation of Management NIC
- dns_
servers Sequence[str] - DNS Servers for NIC
- driver_
version str - Driver Version of NIC
- interface_
description str - Interface Description of NIC
- ip4_
address str - Subnet Mask of NIC
- subnet_
mask str - Subnet Mask of NIC
- adapter
Name String - Adapter Name of NIC
- component
Id String - Component Id of NIC
- default
Gateway String - Default Gateway of NIC
- default
Isolation StringId - Default Isolation of Management NIC
- dns
Servers List<String> - DNS Servers for NIC
- driver
Version String - Driver Version of NIC
- interface
Description String - Interface Description of NIC
- ip4Address String
- Subnet Mask of NIC
- subnet
Mask String - Subnet Mask of NIC
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 timestamp of resource last modification (UTC)
- 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 timestamp of resource last modification (UTC)
- 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 timestamp of resource last modification (UTC)
- 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 timestamp of resource last modification (UTC)
- 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 timestamp of resource last modification (UTC)
- 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 timestamp of resource last modification (UTC)
- 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
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.47.1 published on Monday, Jun 24, 2024 by Pulumi