azure-native.hybridnetwork.getDevice
Explore with Pulumi AI
Gets information about the specified device. API Version: 2020-01-01-preview.
Using getDevice
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 getDevice(args: GetDeviceArgs, opts?: InvokeOptions): Promise<GetDeviceResult>
function getDeviceOutput(args: GetDeviceOutputArgs, opts?: InvokeOptions): Output<GetDeviceResult>
def get_device(device_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDeviceResult
def get_device_output(device_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDeviceResult]
func LookupDevice(ctx *Context, args *LookupDeviceArgs, opts ...InvokeOption) (*LookupDeviceResult, error)
func LookupDeviceOutput(ctx *Context, args *LookupDeviceOutputArgs, opts ...InvokeOption) LookupDeviceResultOutput
> Note: This function is named LookupDevice
in the Go SDK.
public static class GetDevice
{
public static Task<GetDeviceResult> InvokeAsync(GetDeviceArgs args, InvokeOptions? opts = null)
public static Output<GetDeviceResult> Invoke(GetDeviceInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDeviceResult> getDevice(GetDeviceArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:hybridnetwork:getDevice
arguments:
# arguments dictionary
The following arguments are supported:
- Device
Name string The name of the device resource.
- Resource
Group stringName The name of the resource group. The name is case insensitive.
- Device
Name string The name of the device resource.
- Resource
Group stringName The name of the resource group. The name is case insensitive.
- device
Name String The name of the device resource.
- resource
Group StringName The name of the resource group. The name is case insensitive.
- device
Name string The name of the device resource.
- resource
Group stringName The name of the resource group. The name is case insensitive.
- device_
name str The name of the device resource.
- resource_
group_ strname The name of the resource group. The name is case insensitive.
- device
Name String The name of the device resource.
- resource
Group StringName The name of the resource group. The name is case insensitive.
getDevice Result
The following output properties are available:
- Device
Type string The type of the device.
- Id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Location string
The geo-location where the resource lives
- Name string
The name of the resource
- Network
Functions List<Pulumi.Azure Native. Hybrid Network. Outputs. Sub Resource Response> The list of network functions deployed on the device.
- Provisioning
State string The provisioning state of the device resource.
- Status string
The current device status.
- Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Dictionary<string, string>
Resource tags.
- Device
Type string The type of the device.
- Id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Location string
The geo-location where the resource lives
- Name string
The name of the resource
- Network
Functions []SubResource Response The list of network functions deployed on the device.
- Provisioning
State string The provisioning state of the device resource.
- Status string
The current device status.
- Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- map[string]string
Resource tags.
- device
Type String The type of the device.
- id String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location String
The geo-location where the resource lives
- name String
The name of the resource
- network
Functions List<SubResource Response> The list of network functions deployed on the device.
- provisioning
State String The provisioning state of the device resource.
- status String
The current device status.
- type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Map<String,String>
Resource tags.
- device
Type string The type of the device.
- id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location string
The geo-location where the resource lives
- name string
The name of the resource
- network
Functions SubResource Response[] The list of network functions deployed on the device.
- provisioning
State string The provisioning state of the device resource.
- status string
The current device status.
- type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- {[key: string]: string}
Resource tags.
- device_
type str The type of the device.
- id str
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location str
The geo-location where the resource lives
- name str
The name of the resource
- network_
functions Sequence[SubResource Response] The list of network functions deployed on the device.
- provisioning_
state str The provisioning state of the device resource.
- status str
The current device status.
- type str
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Mapping[str, str]
Resource tags.
- device
Type String The type of the device.
- id String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location String
The geo-location where the resource lives
- name String
The name of the resource
- network
Functions List<Property Map> The list of network functions deployed on the device.
- provisioning
State String The provisioning state of the device resource.
- status String
The current device status.
- type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Map<String>
Resource tags.
Supporting Types
SubResourceResponse
- Id string
Resource ID.
- Id string
Resource ID.
- id String
Resource ID.
- id string
Resource ID.
- id str
Resource ID.
- id String
Resource ID.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0