1. Packages
  2. Azure Native
  3. API Docs
  4. databoxedge
  5. listOrderDCAccessCode
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.2.0 published on Monday, Apr 14, 2025 by Pulumi

azure-native.databoxedge.listOrderDCAccessCode

Explore with Pulumi AI

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.2.0 published on Monday, Apr 14, 2025 by Pulumi

DC Access code in the case of Self Managed Shipping.

Uses Azure REST API version 2023-07-01.

Other available API versions: 2022-03-01, 2022-04-01-preview, 2022-12-01-preview, 2023-01-01-preview, 2023-12-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native databoxedge [ApiVersion]. See the version guide for details.

Using listOrderDCAccessCode

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 listOrderDCAccessCode(args: ListOrderDCAccessCodeArgs, opts?: InvokeOptions): Promise<ListOrderDCAccessCodeResult>
function listOrderDCAccessCodeOutput(args: ListOrderDCAccessCodeOutputArgs, opts?: InvokeOptions): Output<ListOrderDCAccessCodeResult>
Copy
def list_order_dc_access_code(device_name: Optional[str] = None,
                              resource_group_name: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> ListOrderDCAccessCodeResult
def list_order_dc_access_code_output(device_name: Optional[pulumi.Input[str]] = None,
                              resource_group_name: Optional[pulumi.Input[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[ListOrderDCAccessCodeResult]
Copy
func ListOrderDCAccessCode(ctx *Context, args *ListOrderDCAccessCodeArgs, opts ...InvokeOption) (*ListOrderDCAccessCodeResult, error)
func ListOrderDCAccessCodeOutput(ctx *Context, args *ListOrderDCAccessCodeOutputArgs, opts ...InvokeOption) ListOrderDCAccessCodeResultOutput
Copy

> Note: This function is named ListOrderDCAccessCode in the Go SDK.

public static class ListOrderDCAccessCode 
{
    public static Task<ListOrderDCAccessCodeResult> InvokeAsync(ListOrderDCAccessCodeArgs args, InvokeOptions? opts = null)
    public static Output<ListOrderDCAccessCodeResult> Invoke(ListOrderDCAccessCodeInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<ListOrderDCAccessCodeResult> listOrderDCAccessCode(ListOrderDCAccessCodeArgs args, InvokeOptions options)
public static Output<ListOrderDCAccessCodeResult> listOrderDCAccessCode(ListOrderDCAccessCodeArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:databoxedge:listOrderDCAccessCode
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

DeviceName
This property is required.
Changes to this property will trigger replacement.
string
The device name
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name.
DeviceName
This property is required.
Changes to this property will trigger replacement.
string
The device name
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name.
deviceName
This property is required.
Changes to this property will trigger replacement.
String
The device name
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The resource group name.
deviceName
This property is required.
Changes to this property will trigger replacement.
string
The device name
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name.
device_name
This property is required.
Changes to this property will trigger replacement.
str
The device name
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The resource group name.
deviceName
This property is required.
Changes to this property will trigger replacement.
String
The device name
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The resource group name.

listOrderDCAccessCode Result

The following output properties are available:

AuthCode string
DCAccess Code for the Self Managed shipment.
AuthCode string
DCAccess Code for the Self Managed shipment.
authCode String
DCAccess Code for the Self Managed shipment.
authCode string
DCAccess Code for the Self Managed shipment.
auth_code str
DCAccess Code for the Self Managed shipment.
authCode String
DCAccess Code for the Self Managed shipment.

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.2.0 published on Monday, Apr 14, 2025 by Pulumi