1. Packages
  2. Azure Native
  3. API Docs
  4. edgeorder
  5. getOrderItem
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.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

azure-native.edgeorder.getOrderItem

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.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

Get an order item.

Uses Azure REST API version 2024-02-01.

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

Using getOrderItem

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 getOrderItem(args: GetOrderItemArgs, opts?: InvokeOptions): Promise<GetOrderItemResult>
function getOrderItemOutput(args: GetOrderItemOutputArgs, opts?: InvokeOptions): Output<GetOrderItemResult>
Copy
def get_order_item(expand: Optional[str] = None,
                   order_item_name: Optional[str] = None,
                   resource_group_name: Optional[str] = None,
                   opts: Optional[InvokeOptions] = None) -> GetOrderItemResult
def get_order_item_output(expand: Optional[pulumi.Input[str]] = None,
                   order_item_name: Optional[pulumi.Input[str]] = None,
                   resource_group_name: Optional[pulumi.Input[str]] = None,
                   opts: Optional[InvokeOptions] = None) -> Output[GetOrderItemResult]
Copy
func LookupOrderItem(ctx *Context, args *LookupOrderItemArgs, opts ...InvokeOption) (*LookupOrderItemResult, error)
func LookupOrderItemOutput(ctx *Context, args *LookupOrderItemOutputArgs, opts ...InvokeOption) LookupOrderItemResultOutput
Copy

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

public static class GetOrderItem 
{
    public static Task<GetOrderItemResult> InvokeAsync(GetOrderItemArgs args, InvokeOptions? opts = null)
    public static Output<GetOrderItemResult> Invoke(GetOrderItemInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetOrderItemResult> getOrderItem(GetOrderItemArgs args, InvokeOptions options)
public static Output<GetOrderItemResult> getOrderItem(GetOrderItemArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:edgeorder:getOrderItem
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

OrderItemName
This property is required.
Changes to this property will trigger replacement.
string
The name of the order item.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
Expand string
$expand is supported on parent device details, device details, forward shipping details and reverse shipping details parameters. Each of these can be provided as a comma separated list. Parent Device Details for order item provides details on the devices of the product, Device Details for order item provides details on the devices of the child configurations of the product, Forward and Reverse Shipping details provide forward and reverse shipping details respectively.
OrderItemName
This property is required.
Changes to this property will trigger replacement.
string
The name of the order item.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
Expand string
$expand is supported on parent device details, device details, forward shipping details and reverse shipping details parameters. Each of these can be provided as a comma separated list. Parent Device Details for order item provides details on the devices of the product, Device Details for order item provides details on the devices of the child configurations of the product, Forward and Reverse Shipping details provide forward and reverse shipping details respectively.
orderItemName
This property is required.
Changes to this property will trigger replacement.
String
The name of the order item.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
expand String
$expand is supported on parent device details, device details, forward shipping details and reverse shipping details parameters. Each of these can be provided as a comma separated list. Parent Device Details for order item provides details on the devices of the product, Device Details for order item provides details on the devices of the child configurations of the product, Forward and Reverse Shipping details provide forward and reverse shipping details respectively.
orderItemName
This property is required.
Changes to this property will trigger replacement.
string
The name of the order item.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
expand string
$expand is supported on parent device details, device details, forward shipping details and reverse shipping details parameters. Each of these can be provided as a comma separated list. Parent Device Details for order item provides details on the devices of the product, Device Details for order item provides details on the devices of the child configurations of the product, Forward and Reverse Shipping details provide forward and reverse shipping details respectively.
order_item_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the order item.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
expand str
$expand is supported on parent device details, device details, forward shipping details and reverse shipping details parameters. Each of these can be provided as a comma separated list. Parent Device Details for order item provides details on the devices of the product, Device Details for order item provides details on the devices of the child configurations of the product, Forward and Reverse Shipping details provide forward and reverse shipping details respectively.
orderItemName
This property is required.
Changes to this property will trigger replacement.
String
The name of the order item.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
expand String
$expand is supported on parent device details, device details, forward shipping details and reverse shipping details parameters. Each of these can be provided as a comma separated list. Parent Device Details for order item provides details on the devices of the product, Device Details for order item provides details on the devices of the child configurations of the product, Forward and Reverse Shipping details provide forward and reverse shipping details respectively.

getOrderItem Result

The following output properties are available:

AzureApiVersion string
The Azure API version of the resource.
Id string
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
Location string
The geo-location where the resource lives
Name string
The name of the resource
OrderId string
Id of the order to which order item belongs to.
OrderItemDetails Pulumi.AzureNative.EdgeOrder.Outputs.OrderItemDetailsResponse
Represents order item details.
ProvisioningState string
Provisioning state
StartTime string
Start time of order item.
SystemData Pulumi.AzureNative.EdgeOrder.Outputs.SystemDataResponse
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"
AddressDetails Pulumi.AzureNative.EdgeOrder.Outputs.AddressDetailsResponse
Represents shipping and return address for order item.
Identity Pulumi.AzureNative.EdgeOrder.Outputs.ResourceIdentityResponse
Msi identity of the resource
Tags Dictionary<string, string>
Resource tags.
AzureApiVersion string
The Azure API version of the resource.
Id string
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
Location string
The geo-location where the resource lives
Name string
The name of the resource
OrderId string
Id of the order to which order item belongs to.
OrderItemDetails OrderItemDetailsResponse
Represents order item details.
ProvisioningState string
Provisioning state
StartTime string
Start time of order item.
SystemData SystemDataResponse
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"
AddressDetails AddressDetailsResponse
Represents shipping and return address for order item.
Identity ResourceIdentityResponse
Msi identity of the resource
Tags map[string]string
Resource tags.
azureApiVersion String
The Azure API version of the resource.
id String
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
location String
The geo-location where the resource lives
name String
The name of the resource
orderId String
Id of the order to which order item belongs to.
orderItemDetails OrderItemDetailsResponse
Represents order item details.
provisioningState String
Provisioning state
startTime String
Start time of order item.
systemData SystemDataResponse
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"
addressDetails AddressDetailsResponse
Represents shipping and return address for order item.
identity ResourceIdentityResponse
Msi identity of the resource
tags Map<String,String>
Resource tags.
azureApiVersion string
The Azure API version of the resource.
id string
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
location string
The geo-location where the resource lives
name string
The name of the resource
orderId string
Id of the order to which order item belongs to.
orderItemDetails OrderItemDetailsResponse
Represents order item details.
provisioningState string
Provisioning state
startTime string
Start time of order item.
systemData SystemDataResponse
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"
addressDetails AddressDetailsResponse
Represents shipping and return address for order item.
identity ResourceIdentityResponse
Msi identity of the resource
tags {[key: string]: string}
Resource tags.
azure_api_version str
The Azure API version of the resource.
id str
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
location str
The geo-location where the resource lives
name str
The name of the resource
order_id str
Id of the order to which order item belongs to.
order_item_details OrderItemDetailsResponse
Represents order item details.
provisioning_state str
Provisioning state
start_time str
Start time of order item.
system_data SystemDataResponse
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"
address_details AddressDetailsResponse
Represents shipping and return address for order item.
identity ResourceIdentityResponse
Msi identity of the resource
tags Mapping[str, str]
Resource tags.
azureApiVersion String
The Azure API version of the resource.
id String
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
location String
The geo-location where the resource lives
name String
The name of the resource
orderId String
Id of the order to which order item belongs to.
orderItemDetails Property Map
Represents order item details.
provisioningState String
Provisioning state
startTime String
Start time of order item.
systemData 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"
addressDetails Property Map
Represents shipping and return address for order item.
identity Property Map
Msi identity of the resource
tags Map<String>
Resource tags.

Supporting Types

AdditionalConfigurationResponse

HierarchyInformation This property is required. Pulumi.AzureNative.EdgeOrder.Inputs.HierarchyInformationResponse
Hierarchy of the product which uniquely identifies the configuration.
Quantity This property is required. int
Quantity of the product.
ProvisioningDetails List<Pulumi.AzureNative.EdgeOrder.Inputs.ProvisioningDetailsResponse>
List Provisioning Details for Devices in Additional Config.
HierarchyInformation This property is required. HierarchyInformationResponse
Hierarchy of the product which uniquely identifies the configuration.
Quantity This property is required. int
Quantity of the product.
ProvisioningDetails []ProvisioningDetailsResponse
List Provisioning Details for Devices in Additional Config.
hierarchyInformation This property is required. HierarchyInformationResponse
Hierarchy of the product which uniquely identifies the configuration.
quantity This property is required. Integer
Quantity of the product.
provisioningDetails List<ProvisioningDetailsResponse>
List Provisioning Details for Devices in Additional Config.
hierarchyInformation This property is required. HierarchyInformationResponse
Hierarchy of the product which uniquely identifies the configuration.
quantity This property is required. number
Quantity of the product.
provisioningDetails ProvisioningDetailsResponse[]
List Provisioning Details for Devices in Additional Config.
hierarchy_information This property is required. HierarchyInformationResponse
Hierarchy of the product which uniquely identifies the configuration.
quantity This property is required. int
Quantity of the product.
provisioning_details Sequence[ProvisioningDetailsResponse]
List Provisioning Details for Devices in Additional Config.
hierarchyInformation This property is required. Property Map
Hierarchy of the product which uniquely identifies the configuration.
quantity This property is required. Number
Quantity of the product.
provisioningDetails List<Property Map>
List Provisioning Details for Devices in Additional Config.

AddressDetailsResponse

ForwardAddress This property is required. Pulumi.AzureNative.EdgeOrder.Inputs.AddressPropertiesResponse
Customer address and contact details.
ReturnAddress This property is required. Pulumi.AzureNative.EdgeOrder.Inputs.AddressPropertiesResponse
Return shipping address.
ForwardAddress This property is required. AddressPropertiesResponse
Customer address and contact details.
ReturnAddress This property is required. AddressPropertiesResponse
Return shipping address.
forwardAddress This property is required. AddressPropertiesResponse
Customer address and contact details.
returnAddress This property is required. AddressPropertiesResponse
Return shipping address.
forwardAddress This property is required. AddressPropertiesResponse
Customer address and contact details.
returnAddress This property is required. AddressPropertiesResponse
Return shipping address.
forward_address This property is required. AddressPropertiesResponse
Customer address and contact details.
return_address This property is required. AddressPropertiesResponse
Return shipping address.
forwardAddress This property is required. Property Map
Customer address and contact details.
returnAddress This property is required. Property Map
Return shipping address.

AddressPropertiesResponse

AddressValidationStatus This property is required. string
Status of address validation.
ProvisioningState This property is required. string
Provisioning state
AddressClassification string
Type of address based on its usage context.
ContactDetails Pulumi.AzureNative.EdgeOrder.Inputs.ContactDetailsResponse
Contact details for the address.
ShippingAddress Pulumi.AzureNative.EdgeOrder.Inputs.ShippingAddressResponse
Shipping details for the address.
AddressValidationStatus This property is required. string
Status of address validation.
ProvisioningState This property is required. string
Provisioning state
AddressClassification string
Type of address based on its usage context.
ContactDetails ContactDetailsResponse
Contact details for the address.
ShippingAddress ShippingAddressResponse
Shipping details for the address.
addressValidationStatus This property is required. String
Status of address validation.
provisioningState This property is required. String
Provisioning state
addressClassification String
Type of address based on its usage context.
contactDetails ContactDetailsResponse
Contact details for the address.
shippingAddress ShippingAddressResponse
Shipping details for the address.
addressValidationStatus This property is required. string
Status of address validation.
provisioningState This property is required. string
Provisioning state
addressClassification string
Type of address based on its usage context.
contactDetails ContactDetailsResponse
Contact details for the address.
shippingAddress ShippingAddressResponse
Shipping details for the address.
address_validation_status This property is required. str
Status of address validation.
provisioning_state This property is required. str
Provisioning state
address_classification str
Type of address based on its usage context.
contact_details ContactDetailsResponse
Contact details for the address.
shipping_address ShippingAddressResponse
Shipping details for the address.
addressValidationStatus This property is required. String
Status of address validation.
provisioningState This property is required. String
Provisioning state
addressClassification String
Type of address based on its usage context.
contactDetails Property Map
Contact details for the address.
shippingAddress Property Map
Shipping details for the address.

ConfigurationDeviceDetailsResponse

DeviceDetails This property is required. List<Pulumi.AzureNative.EdgeOrder.Inputs.DeviceDetailsResponse>
List of device details.
HierarchyInformation This property is required. Pulumi.AzureNative.EdgeOrder.Inputs.HierarchyInformationResponse
Hierarchy of the product which uniquely identifies the configuration.
IdentificationType This property is required. string
Identification type of the configuration.
Quantity This property is required. int
Quantity of the product.
TermCommitmentInformation This property is required. Pulumi.AzureNative.EdgeOrder.Inputs.TermCommitmentInformationResponse
Term Commitment Information of the Device.
DisplayInfo Pulumi.AzureNative.EdgeOrder.Inputs.DisplayInfoResponse
Display details of the product.
DeviceDetails This property is required. []DeviceDetailsResponse
List of device details.
HierarchyInformation This property is required. HierarchyInformationResponse
Hierarchy of the product which uniquely identifies the configuration.
IdentificationType This property is required. string
Identification type of the configuration.
Quantity This property is required. int
Quantity of the product.
TermCommitmentInformation This property is required. TermCommitmentInformationResponse
Term Commitment Information of the Device.
DisplayInfo DisplayInfoResponse
Display details of the product.
deviceDetails This property is required. List<DeviceDetailsResponse>
List of device details.
hierarchyInformation This property is required. HierarchyInformationResponse
Hierarchy of the product which uniquely identifies the configuration.
identificationType This property is required. String
Identification type of the configuration.
quantity This property is required. Integer
Quantity of the product.
termCommitmentInformation This property is required. TermCommitmentInformationResponse
Term Commitment Information of the Device.
displayInfo DisplayInfoResponse
Display details of the product.
deviceDetails This property is required. DeviceDetailsResponse[]
List of device details.
hierarchyInformation This property is required. HierarchyInformationResponse
Hierarchy of the product which uniquely identifies the configuration.
identificationType This property is required. string
Identification type of the configuration.
quantity This property is required. number
Quantity of the product.
termCommitmentInformation This property is required. TermCommitmentInformationResponse
Term Commitment Information of the Device.
displayInfo DisplayInfoResponse
Display details of the product.
device_details This property is required. Sequence[DeviceDetailsResponse]
List of device details.
hierarchy_information This property is required. HierarchyInformationResponse
Hierarchy of the product which uniquely identifies the configuration.
identification_type This property is required. str
Identification type of the configuration.
quantity This property is required. int
Quantity of the product.
term_commitment_information This property is required. TermCommitmentInformationResponse
Term Commitment Information of the Device.
display_info DisplayInfoResponse
Display details of the product.
deviceDetails This property is required. List<Property Map>
List of device details.
hierarchyInformation This property is required. Property Map
Hierarchy of the product which uniquely identifies the configuration.
identificationType This property is required. String
Identification type of the configuration.
quantity This property is required. Number
Quantity of the product.
termCommitmentInformation This property is required. Property Map
Term Commitment Information of the Device.
displayInfo Property Map
Display details of the product.

ContactDetailsResponse

ContactName string
Contact name of the person.
EmailList List<string>
List of Email-ids to be notified about job progress.
Mobile string
Mobile number of the contact person.
Phone string
Phone number of the contact person.
PhoneExtension string
Phone extension number of the contact person.
ContactName string
Contact name of the person.
EmailList []string
List of Email-ids to be notified about job progress.
Mobile string
Mobile number of the contact person.
Phone string
Phone number of the contact person.
PhoneExtension string
Phone extension number of the contact person.
contactName String
Contact name of the person.
emailList List<String>
List of Email-ids to be notified about job progress.
mobile String
Mobile number of the contact person.
phone String
Phone number of the contact person.
phoneExtension String
Phone extension number of the contact person.
contactName string
Contact name of the person.
emailList string[]
List of Email-ids to be notified about job progress.
mobile string
Mobile number of the contact person.
phone string
Phone number of the contact person.
phoneExtension string
Phone extension number of the contact person.
contact_name str
Contact name of the person.
email_list Sequence[str]
List of Email-ids to be notified about job progress.
mobile str
Mobile number of the contact person.
phone str
Phone number of the contact person.
phone_extension str
Phone extension number of the contact person.
contactName String
Contact name of the person.
emailList List<String>
List of Email-ids to be notified about job progress.
mobile String
Mobile number of the contact person.
phone String
Phone number of the contact person.
phoneExtension String
Phone extension number of the contact person.

DeviceDetailsResponse

DisplaySerialNumber This property is required. string
Device serial number to be displayed.
ManagementResourceId This property is required. string
Management Resource Id.
ManagementResourceTenantId This property is required. string
Management Resource Tenant ID.
ProvisioningDetails This property is required. Pulumi.AzureNative.EdgeOrder.Inputs.ProvisioningDetailsResponse
Provisioning Details for the device.
ProvisioningSupport This property is required. string
Determining nature of provisioning that the configuration supports.
SerialNumber This property is required. string
Device serial number.
DisplaySerialNumber This property is required. string
Device serial number to be displayed.
ManagementResourceId This property is required. string
Management Resource Id.
ManagementResourceTenantId This property is required. string
Management Resource Tenant ID.
ProvisioningDetails This property is required. ProvisioningDetailsResponse
Provisioning Details for the device.
ProvisioningSupport This property is required. string
Determining nature of provisioning that the configuration supports.
SerialNumber This property is required. string
Device serial number.
displaySerialNumber This property is required. String
Device serial number to be displayed.
managementResourceId This property is required. String
Management Resource Id.
managementResourceTenantId This property is required. String
Management Resource Tenant ID.
provisioningDetails This property is required. ProvisioningDetailsResponse
Provisioning Details for the device.
provisioningSupport This property is required. String
Determining nature of provisioning that the configuration supports.
serialNumber This property is required. String
Device serial number.
displaySerialNumber This property is required. string
Device serial number to be displayed.
managementResourceId This property is required. string
Management Resource Id.
managementResourceTenantId This property is required. string
Management Resource Tenant ID.
provisioningDetails This property is required. ProvisioningDetailsResponse
Provisioning Details for the device.
provisioningSupport This property is required. string
Determining nature of provisioning that the configuration supports.
serialNumber This property is required. string
Device serial number.
display_serial_number This property is required. str
Device serial number to be displayed.
management_resource_id This property is required. str
Management Resource Id.
management_resource_tenant_id This property is required. str
Management Resource Tenant ID.
provisioning_details This property is required. ProvisioningDetailsResponse
Provisioning Details for the device.
provisioning_support This property is required. str
Determining nature of provisioning that the configuration supports.
serial_number This property is required. str
Device serial number.
displaySerialNumber This property is required. String
Device serial number to be displayed.
managementResourceId This property is required. String
Management Resource Id.
managementResourceTenantId This property is required. String
Management Resource Tenant ID.
provisioningDetails This property is required. Property Map
Provisioning Details for the device.
provisioningSupport This property is required. String
Determining nature of provisioning that the configuration supports.
serialNumber This property is required. String
Device serial number.

DevicePresenceVerificationDetailsResponse

Message This property is required. string
Insights on current status.
Status This property is required. string
Proof of possession status.
Message This property is required. string
Insights on current status.
Status This property is required. string
Proof of possession status.
message This property is required. String
Insights on current status.
status This property is required. String
Proof of possession status.
message This property is required. string
Insights on current status.
status This property is required. string
Proof of possession status.
message This property is required. str
Insights on current status.
status This property is required. str
Proof of possession status.
message This property is required. String
Insights on current status.
status This property is required. String
Proof of possession status.

DisplayInfoResponse

ConfigurationDisplayName This property is required. string
Configuration display name.
ProductFamilyDisplayName This property is required. string
Product family display name.
ConfigurationDisplayName This property is required. string
Configuration display name.
ProductFamilyDisplayName This property is required. string
Product family display name.
configurationDisplayName This property is required. String
Configuration display name.
productFamilyDisplayName This property is required. String
Product family display name.
configurationDisplayName This property is required. string
Configuration display name.
productFamilyDisplayName This property is required. string
Product family display name.
configuration_display_name This property is required. str
Configuration display name.
product_family_display_name This property is required. str
Product family display name.
configurationDisplayName This property is required. String
Configuration display name.
productFamilyDisplayName This property is required. String
Product family display name.

EncryptionPreferencesResponse

DoubleEncryptionStatus string
Double encryption status as entered by the customer. It is compulsory to give this parameter if the 'Deny' or 'Disabled' policy is configured.
DoubleEncryptionStatus string
Double encryption status as entered by the customer. It is compulsory to give this parameter if the 'Deny' or 'Disabled' policy is configured.
doubleEncryptionStatus String
Double encryption status as entered by the customer. It is compulsory to give this parameter if the 'Deny' or 'Disabled' policy is configured.
doubleEncryptionStatus string
Double encryption status as entered by the customer. It is compulsory to give this parameter if the 'Deny' or 'Disabled' policy is configured.
double_encryption_status str
Double encryption status as entered by the customer. It is compulsory to give this parameter if the 'Deny' or 'Disabled' policy is configured.
doubleEncryptionStatus String
Double encryption status as entered by the customer. It is compulsory to give this parameter if the 'Deny' or 'Disabled' policy is configured.

ErrorAdditionalInfoResponse

Info This property is required. object
The additional info.
Type This property is required. string
The additional info type.
Info This property is required. interface{}
The additional info.
Type This property is required. string
The additional info type.
info This property is required. Object
The additional info.
type This property is required. String
The additional info type.
info This property is required. any
The additional info.
type This property is required. string
The additional info type.
info This property is required. Any
The additional info.
type This property is required. str
The additional info type.
info This property is required. Any
The additional info.
type This property is required. String
The additional info type.

ErrorDetailResponse

AdditionalInfo This property is required. List<Pulumi.AzureNative.EdgeOrder.Inputs.ErrorAdditionalInfoResponse>
The error additional info.
Code This property is required. string
The error code.
Details This property is required. List<Pulumi.AzureNative.EdgeOrder.Inputs.ErrorDetailResponse>
The error details.
Message This property is required. string
The error message.
Target This property is required. string
The error target.
AdditionalInfo This property is required. []ErrorAdditionalInfoResponse
The error additional info.
Code This property is required. string
The error code.
Details This property is required. []ErrorDetailResponse
The error details.
Message This property is required. string
The error message.
Target This property is required. string
The error target.
additionalInfo This property is required. List<ErrorAdditionalInfoResponse>
The error additional info.
code This property is required. String
The error code.
details This property is required. List<ErrorDetailResponse>
The error details.
message This property is required. String
The error message.
target This property is required. String
The error target.
additionalInfo This property is required. ErrorAdditionalInfoResponse[]
The error additional info.
code This property is required. string
The error code.
details This property is required. ErrorDetailResponse[]
The error details.
message This property is required. string
The error message.
target This property is required. string
The error target.
additional_info This property is required. Sequence[ErrorAdditionalInfoResponse]
The error additional info.
code This property is required. str
The error code.
details This property is required. Sequence[ErrorDetailResponse]
The error details.
message This property is required. str
The error message.
target This property is required. str
The error target.
additionalInfo This property is required. List<Property Map>
The error additional info.
code This property is required. String
The error code.
details This property is required. List<Property Map>
The error details.
message This property is required. String
The error message.
target This property is required. String
The error target.

ForwardShippingDetailsResponse

CarrierDisplayName This property is required. string
Carrier Name for display purpose. Not to be used for any processing.
CarrierName This property is required. string
Name of the carrier.
TrackingId This property is required. string
TrackingId of the package.
TrackingUrl This property is required. string
TrackingUrl of the package.
CarrierDisplayName This property is required. string
Carrier Name for display purpose. Not to be used for any processing.
CarrierName This property is required. string
Name of the carrier.
TrackingId This property is required. string
TrackingId of the package.
TrackingUrl This property is required. string
TrackingUrl of the package.
carrierDisplayName This property is required. String
Carrier Name for display purpose. Not to be used for any processing.
carrierName This property is required. String
Name of the carrier.
trackingId This property is required. String
TrackingId of the package.
trackingUrl This property is required. String
TrackingUrl of the package.
carrierDisplayName This property is required. string
Carrier Name for display purpose. Not to be used for any processing.
carrierName This property is required. string
Name of the carrier.
trackingId This property is required. string
TrackingId of the package.
trackingUrl This property is required. string
TrackingUrl of the package.
carrier_display_name This property is required. str
Carrier Name for display purpose. Not to be used for any processing.
carrier_name This property is required. str
Name of the carrier.
tracking_id This property is required. str
TrackingId of the package.
tracking_url This property is required. str
TrackingUrl of the package.
carrierDisplayName This property is required. String
Carrier Name for display purpose. Not to be used for any processing.
carrierName This property is required. String
Name of the carrier.
trackingId This property is required. String
TrackingId of the package.
trackingUrl This property is required. String
TrackingUrl of the package.

HierarchyInformationResponse

ConfigurationIdDisplayName string
Represents Model Display Name.
ConfigurationName string
Represents configuration name that uniquely identifies configuration.
ProductFamilyName string
Represents product family name that uniquely identifies product family.
ProductLineName string
Represents product line name that uniquely identifies product line.
ProductName string
Represents product name that uniquely identifies product.
ConfigurationIdDisplayName string
Represents Model Display Name.
ConfigurationName string
Represents configuration name that uniquely identifies configuration.
ProductFamilyName string
Represents product family name that uniquely identifies product family.
ProductLineName string
Represents product line name that uniquely identifies product line.
ProductName string
Represents product name that uniquely identifies product.
configurationIdDisplayName String
Represents Model Display Name.
configurationName String
Represents configuration name that uniquely identifies configuration.
productFamilyName String
Represents product family name that uniquely identifies product family.
productLineName String
Represents product line name that uniquely identifies product line.
productName String
Represents product name that uniquely identifies product.
configurationIdDisplayName string
Represents Model Display Name.
configurationName string
Represents configuration name that uniquely identifies configuration.
productFamilyName string
Represents product family name that uniquely identifies product family.
productLineName string
Represents product line name that uniquely identifies product line.
productName string
Represents product name that uniquely identifies product.
configuration_id_display_name str
Represents Model Display Name.
configuration_name str
Represents configuration name that uniquely identifies configuration.
product_family_name str
Represents product family name that uniquely identifies product family.
product_line_name str
Represents product line name that uniquely identifies product line.
product_name str
Represents product name that uniquely identifies product.
configurationIdDisplayName String
Represents Model Display Name.
configurationName String
Represents configuration name that uniquely identifies configuration.
productFamilyName String
Represents product family name that uniquely identifies product family.
productLineName String
Represents product line name that uniquely identifies product line.
productName String
Represents product name that uniquely identifies product.

ManagementResourcePreferencesResponse

PreferredManagementResourceId string
Customer preferred Management resource ARM ID.
PreferredManagementResourceId string
Customer preferred Management resource ARM ID.
preferredManagementResourceId String
Customer preferred Management resource ARM ID.
preferredManagementResourceId string
Customer preferred Management resource ARM ID.
preferred_management_resource_id str
Customer preferred Management resource ARM ID.
preferredManagementResourceId String
Customer preferred Management resource ARM ID.

NotificationPreferenceResponse

SendNotification This property is required. bool
Notification is required or not.
StageName This property is required. string
Name of the stage.
SendNotification This property is required. bool
Notification is required or not.
StageName This property is required. string
Name of the stage.
sendNotification This property is required. Boolean
Notification is required or not.
stageName This property is required. String
Name of the stage.
sendNotification This property is required. boolean
Notification is required or not.
stageName This property is required. string
Name of the stage.
send_notification This property is required. bool
Notification is required or not.
stage_name This property is required. str
Name of the stage.
sendNotification This property is required. Boolean
Notification is required or not.
stageName This property is required. String
Name of the stage.

OrderItemDetailsResponse

CancellationReason This property is required. string
Cancellation reason.
CancellationStatus This property is required. string
Describes whether the order item is cancellable or not.
CurrentStage This property is required. Pulumi.AzureNative.EdgeOrder.Inputs.StageDetailsResponse
Current Order item Status.
DeletionStatus This property is required. string
Describes whether the order item is deletable or not.
Error This property is required. Pulumi.AzureNative.EdgeOrder.Inputs.ErrorDetailResponse
Top level error for the job.
ForwardShippingDetails This property is required. Pulumi.AzureNative.EdgeOrder.Inputs.ForwardShippingDetailsResponse
Forward Package Shipping details.
ManagementRpDetailsList This property is required. List<Pulumi.AzureNative.EdgeOrder.Inputs.ResourceProviderDetailsResponse>
List of parent RP details supported for configuration.
OrderItemStageHistory This property is required. List<Pulumi.AzureNative.EdgeOrder.Inputs.StageDetailsResponse>
Order item status history.
OrderItemType This property is required. string
Order item type.
ProductDetails This property is required. Pulumi.AzureNative.EdgeOrder.Inputs.ProductDetailsResponse
Represents product details.
ReturnReason This property is required. string
Return reason.
ReturnStatus This property is required. string
Describes whether the order item is returnable or not.
ReverseShippingDetails This property is required. Pulumi.AzureNative.EdgeOrder.Inputs.ReverseShippingDetailsResponse
Reverse Package Shipping details.
NotificationEmailList List<string>
Additional notification email list.
OrderItemMode string
Defines the mode of the Order item.
Preferences Pulumi.AzureNative.EdgeOrder.Inputs.PreferencesResponse
Customer notification Preferences.
SiteDetails Pulumi.AzureNative.EdgeOrder.Inputs.SiteDetailsResponse
Site Related Details.
CancellationReason This property is required. string
Cancellation reason.
CancellationStatus This property is required. string
Describes whether the order item is cancellable or not.
CurrentStage This property is required. StageDetailsResponse
Current Order item Status.
DeletionStatus This property is required. string
Describes whether the order item is deletable or not.
Error This property is required. ErrorDetailResponse
Top level error for the job.
ForwardShippingDetails This property is required. ForwardShippingDetailsResponse
Forward Package Shipping details.
ManagementRpDetailsList This property is required. []ResourceProviderDetailsResponse
List of parent RP details supported for configuration.
OrderItemStageHistory This property is required. []StageDetailsResponse
Order item status history.
OrderItemType This property is required. string
Order item type.
ProductDetails This property is required. ProductDetailsResponse
Represents product details.
ReturnReason This property is required. string
Return reason.
ReturnStatus This property is required. string
Describes whether the order item is returnable or not.
ReverseShippingDetails This property is required. ReverseShippingDetailsResponse
Reverse Package Shipping details.
NotificationEmailList []string
Additional notification email list.
OrderItemMode string
Defines the mode of the Order item.
Preferences PreferencesResponse
Customer notification Preferences.
SiteDetails SiteDetailsResponse
Site Related Details.
cancellationReason This property is required. String
Cancellation reason.
cancellationStatus This property is required. String
Describes whether the order item is cancellable or not.
currentStage This property is required. StageDetailsResponse
Current Order item Status.
deletionStatus This property is required. String
Describes whether the order item is deletable or not.
error This property is required. ErrorDetailResponse
Top level error for the job.
forwardShippingDetails This property is required. ForwardShippingDetailsResponse
Forward Package Shipping details.
managementRpDetailsList This property is required. List<ResourceProviderDetailsResponse>
List of parent RP details supported for configuration.
orderItemStageHistory This property is required. List<StageDetailsResponse>
Order item status history.
orderItemType This property is required. String
Order item type.
productDetails This property is required. ProductDetailsResponse
Represents product details.
returnReason This property is required. String
Return reason.
returnStatus This property is required. String
Describes whether the order item is returnable or not.
reverseShippingDetails This property is required. ReverseShippingDetailsResponse
Reverse Package Shipping details.
notificationEmailList List<String>
Additional notification email list.
orderItemMode String
Defines the mode of the Order item.
preferences PreferencesResponse
Customer notification Preferences.
siteDetails SiteDetailsResponse
Site Related Details.
cancellationReason This property is required. string
Cancellation reason.
cancellationStatus This property is required. string
Describes whether the order item is cancellable or not.
currentStage This property is required. StageDetailsResponse
Current Order item Status.
deletionStatus This property is required. string
Describes whether the order item is deletable or not.
error This property is required. ErrorDetailResponse
Top level error for the job.
forwardShippingDetails This property is required. ForwardShippingDetailsResponse
Forward Package Shipping details.
managementRpDetailsList This property is required. ResourceProviderDetailsResponse[]
List of parent RP details supported for configuration.
orderItemStageHistory This property is required. StageDetailsResponse[]
Order item status history.
orderItemType This property is required. string
Order item type.
productDetails This property is required. ProductDetailsResponse
Represents product details.
returnReason This property is required. string
Return reason.
returnStatus This property is required. string
Describes whether the order item is returnable or not.
reverseShippingDetails This property is required. ReverseShippingDetailsResponse
Reverse Package Shipping details.
notificationEmailList string[]
Additional notification email list.
orderItemMode string
Defines the mode of the Order item.
preferences PreferencesResponse
Customer notification Preferences.
siteDetails SiteDetailsResponse
Site Related Details.
cancellation_reason This property is required. str
Cancellation reason.
cancellation_status This property is required. str
Describes whether the order item is cancellable or not.
current_stage This property is required. StageDetailsResponse
Current Order item Status.
deletion_status This property is required. str
Describes whether the order item is deletable or not.
error This property is required. ErrorDetailResponse
Top level error for the job.
forward_shipping_details This property is required. ForwardShippingDetailsResponse
Forward Package Shipping details.
management_rp_details_list This property is required. Sequence[ResourceProviderDetailsResponse]
List of parent RP details supported for configuration.
order_item_stage_history This property is required. Sequence[StageDetailsResponse]
Order item status history.
order_item_type This property is required. str
Order item type.
product_details This property is required. ProductDetailsResponse
Represents product details.
return_reason This property is required. str
Return reason.
return_status This property is required. str
Describes whether the order item is returnable or not.
reverse_shipping_details This property is required. ReverseShippingDetailsResponse
Reverse Package Shipping details.
notification_email_list Sequence[str]
Additional notification email list.
order_item_mode str
Defines the mode of the Order item.
preferences PreferencesResponse
Customer notification Preferences.
site_details SiteDetailsResponse
Site Related Details.
cancellationReason This property is required. String
Cancellation reason.
cancellationStatus This property is required. String
Describes whether the order item is cancellable or not.
currentStage This property is required. Property Map
Current Order item Status.
deletionStatus This property is required. String
Describes whether the order item is deletable or not.
error This property is required. Property Map
Top level error for the job.
forwardShippingDetails This property is required. Property Map
Forward Package Shipping details.
managementRpDetailsList This property is required. List<Property Map>
List of parent RP details supported for configuration.
orderItemStageHistory This property is required. List<Property Map>
Order item status history.
orderItemType This property is required. String
Order item type.
productDetails This property is required. Property Map
Represents product details.
returnReason This property is required. String
Return reason.
returnStatus This property is required. String
Describes whether the order item is returnable or not.
reverseShippingDetails This property is required. Property Map
Reverse Package Shipping details.
notificationEmailList List<String>
Additional notification email list.
orderItemMode String
Defines the mode of the Order item.
preferences Property Map
Customer notification Preferences.
siteDetails Property Map
Site Related Details.

PreferencesResponse

EncryptionPreferences EncryptionPreferencesResponse
Preferences related to the Encryption.
ManagementResourcePreferences ManagementResourcePreferencesResponse
Preferences related to the Management resource.
NotificationPreferences []NotificationPreferenceResponse
Notification preferences.
TermCommitmentPreferences TermCommitmentPreferencesResponse
Preferences related to the Term commitment.
TransportPreferences TransportPreferencesResponse
Preferences related to the shipment logistics of the order.
encryptionPreferences EncryptionPreferencesResponse
Preferences related to the Encryption.
managementResourcePreferences ManagementResourcePreferencesResponse
Preferences related to the Management resource.
notificationPreferences List<NotificationPreferenceResponse>
Notification preferences.
termCommitmentPreferences TermCommitmentPreferencesResponse
Preferences related to the Term commitment.
transportPreferences TransportPreferencesResponse
Preferences related to the shipment logistics of the order.
encryptionPreferences EncryptionPreferencesResponse
Preferences related to the Encryption.
managementResourcePreferences ManagementResourcePreferencesResponse
Preferences related to the Management resource.
notificationPreferences NotificationPreferenceResponse[]
Notification preferences.
termCommitmentPreferences TermCommitmentPreferencesResponse
Preferences related to the Term commitment.
transportPreferences TransportPreferencesResponse
Preferences related to the shipment logistics of the order.
encryption_preferences EncryptionPreferencesResponse
Preferences related to the Encryption.
management_resource_preferences ManagementResourcePreferencesResponse
Preferences related to the Management resource.
notification_preferences Sequence[NotificationPreferenceResponse]
Notification preferences.
term_commitment_preferences TermCommitmentPreferencesResponse
Preferences related to the Term commitment.
transport_preferences TransportPreferencesResponse
Preferences related to the shipment logistics of the order.
encryptionPreferences Property Map
Preferences related to the Encryption.
managementResourcePreferences Property Map
Preferences related to the Management resource.
notificationPreferences List<Property Map>
Notification preferences.
termCommitmentPreferences Property Map
Preferences related to the Term commitment.
transportPreferences Property Map
Preferences related to the shipment logistics of the order.

ProductDetailsResponse

ChildConfigurationDeviceDetails This property is required. List<Pulumi.AzureNative.EdgeOrder.Inputs.ConfigurationDeviceDetailsResponse>
Details of all child configurations that are part of the order item.
HierarchyInformation This property is required. Pulumi.AzureNative.EdgeOrder.Inputs.HierarchyInformationResponse
Hierarchy of the product which uniquely identifies the product.
IdentificationType This property is required. string
Identification type of the configuration.
ParentDeviceDetails This property is required. Pulumi.AzureNative.EdgeOrder.Inputs.DeviceDetailsResponse
Device details of the parent configuration.
ProductDoubleEncryptionStatus This property is required. string
Double encryption status of the configuration. Read-only field.
TermCommitmentInformation This property is required. Pulumi.AzureNative.EdgeOrder.Inputs.TermCommitmentInformationResponse
Term Commitment Information of the Device.
DisplayInfo Pulumi.AzureNative.EdgeOrder.Inputs.DisplayInfoResponse
Display details of the product.
OptInAdditionalConfigurations List<Pulumi.AzureNative.EdgeOrder.Inputs.AdditionalConfigurationResponse>
List of additional configurations customer wants in the order item apart from the ones included in the base configuration.
ParentProvisioningDetails Pulumi.AzureNative.EdgeOrder.Inputs.ProvisioningDetailsResponse
Device Provisioning Details for Parent.
ChildConfigurationDeviceDetails This property is required. []ConfigurationDeviceDetailsResponse
Details of all child configurations that are part of the order item.
HierarchyInformation This property is required. HierarchyInformationResponse
Hierarchy of the product which uniquely identifies the product.
IdentificationType This property is required. string
Identification type of the configuration.
ParentDeviceDetails This property is required. DeviceDetailsResponse
Device details of the parent configuration.
ProductDoubleEncryptionStatus This property is required. string
Double encryption status of the configuration. Read-only field.
TermCommitmentInformation This property is required. TermCommitmentInformationResponse
Term Commitment Information of the Device.
DisplayInfo DisplayInfoResponse
Display details of the product.
OptInAdditionalConfigurations []AdditionalConfigurationResponse
List of additional configurations customer wants in the order item apart from the ones included in the base configuration.
ParentProvisioningDetails ProvisioningDetailsResponse
Device Provisioning Details for Parent.
childConfigurationDeviceDetails This property is required. List<ConfigurationDeviceDetailsResponse>
Details of all child configurations that are part of the order item.
hierarchyInformation This property is required. HierarchyInformationResponse
Hierarchy of the product which uniquely identifies the product.
identificationType This property is required. String
Identification type of the configuration.
parentDeviceDetails This property is required. DeviceDetailsResponse
Device details of the parent configuration.
productDoubleEncryptionStatus This property is required. String
Double encryption status of the configuration. Read-only field.
termCommitmentInformation This property is required. TermCommitmentInformationResponse
Term Commitment Information of the Device.
displayInfo DisplayInfoResponse
Display details of the product.
optInAdditionalConfigurations List<AdditionalConfigurationResponse>
List of additional configurations customer wants in the order item apart from the ones included in the base configuration.
parentProvisioningDetails ProvisioningDetailsResponse
Device Provisioning Details for Parent.
childConfigurationDeviceDetails This property is required. ConfigurationDeviceDetailsResponse[]
Details of all child configurations that are part of the order item.
hierarchyInformation This property is required. HierarchyInformationResponse
Hierarchy of the product which uniquely identifies the product.
identificationType This property is required. string
Identification type of the configuration.
parentDeviceDetails This property is required. DeviceDetailsResponse
Device details of the parent configuration.
productDoubleEncryptionStatus This property is required. string
Double encryption status of the configuration. Read-only field.
termCommitmentInformation This property is required. TermCommitmentInformationResponse
Term Commitment Information of the Device.
displayInfo DisplayInfoResponse
Display details of the product.
optInAdditionalConfigurations AdditionalConfigurationResponse[]
List of additional configurations customer wants in the order item apart from the ones included in the base configuration.
parentProvisioningDetails ProvisioningDetailsResponse
Device Provisioning Details for Parent.
child_configuration_device_details This property is required. Sequence[ConfigurationDeviceDetailsResponse]
Details of all child configurations that are part of the order item.
hierarchy_information This property is required. HierarchyInformationResponse
Hierarchy of the product which uniquely identifies the product.
identification_type This property is required. str
Identification type of the configuration.
parent_device_details This property is required. DeviceDetailsResponse
Device details of the parent configuration.
product_double_encryption_status This property is required. str
Double encryption status of the configuration. Read-only field.
term_commitment_information This property is required. TermCommitmentInformationResponse
Term Commitment Information of the Device.
display_info DisplayInfoResponse
Display details of the product.
opt_in_additional_configurations Sequence[AdditionalConfigurationResponse]
List of additional configurations customer wants in the order item apart from the ones included in the base configuration.
parent_provisioning_details ProvisioningDetailsResponse
Device Provisioning Details for Parent.
childConfigurationDeviceDetails This property is required. List<Property Map>
Details of all child configurations that are part of the order item.
hierarchyInformation This property is required. Property Map
Hierarchy of the product which uniquely identifies the product.
identificationType This property is required. String
Identification type of the configuration.
parentDeviceDetails This property is required. Property Map
Device details of the parent configuration.
productDoubleEncryptionStatus This property is required. String
Double encryption status of the configuration. Read-only field.
termCommitmentInformation This property is required. Property Map
Term Commitment Information of the Device.
displayInfo Property Map
Display details of the product.
optInAdditionalConfigurations List<Property Map>
List of additional configurations customer wants in the order item apart from the ones included in the base configuration.
parentProvisioningDetails Property Map
Device Provisioning Details for Parent.

ProvisioningDetailsResponse

UniqueDeviceIdentifier This property is required. string
Unique Identity for a Device.
AutoProvisioningStatus string
Auto Provisioning Details.
DevicePresenceVerification Pulumi.AzureNative.EdgeOrder.Inputs.DevicePresenceVerificationDetailsResponse
Proof of possession details.
ManagementResourceArmId string
Management Resource ArmId.
ProvisioningArmId string
Provisioning Resource Arm ID.
ProvisioningEndPoint string
Provisioning End Point.
Quantity int
Quantity of the devices.
ReadyToConnectArmId string
Arc Enabled Resource Arm id.
SerialNumber string
Serial Number for the Device.
VendorName string
Vendor Name for the Device , (for 1P devices - Microsoft).
UniqueDeviceIdentifier This property is required. string
Unique Identity for a Device.
AutoProvisioningStatus string
Auto Provisioning Details.
DevicePresenceVerification DevicePresenceVerificationDetailsResponse
Proof of possession details.
ManagementResourceArmId string
Management Resource ArmId.
ProvisioningArmId string
Provisioning Resource Arm ID.
ProvisioningEndPoint string
Provisioning End Point.
Quantity int
Quantity of the devices.
ReadyToConnectArmId string
Arc Enabled Resource Arm id.
SerialNumber string
Serial Number for the Device.
VendorName string
Vendor Name for the Device , (for 1P devices - Microsoft).
uniqueDeviceIdentifier This property is required. String
Unique Identity for a Device.
autoProvisioningStatus String
Auto Provisioning Details.
devicePresenceVerification DevicePresenceVerificationDetailsResponse
Proof of possession details.
managementResourceArmId String
Management Resource ArmId.
provisioningArmId String
Provisioning Resource Arm ID.
provisioningEndPoint String
Provisioning End Point.
quantity Integer
Quantity of the devices.
readyToConnectArmId String
Arc Enabled Resource Arm id.
serialNumber String
Serial Number for the Device.
vendorName String
Vendor Name for the Device , (for 1P devices - Microsoft).
uniqueDeviceIdentifier This property is required. string
Unique Identity for a Device.
autoProvisioningStatus string
Auto Provisioning Details.
devicePresenceVerification DevicePresenceVerificationDetailsResponse
Proof of possession details.
managementResourceArmId string
Management Resource ArmId.
provisioningArmId string
Provisioning Resource Arm ID.
provisioningEndPoint string
Provisioning End Point.
quantity number
Quantity of the devices.
readyToConnectArmId string
Arc Enabled Resource Arm id.
serialNumber string
Serial Number for the Device.
vendorName string
Vendor Name for the Device , (for 1P devices - Microsoft).
unique_device_identifier This property is required. str
Unique Identity for a Device.
auto_provisioning_status str
Auto Provisioning Details.
device_presence_verification DevicePresenceVerificationDetailsResponse
Proof of possession details.
management_resource_arm_id str
Management Resource ArmId.
provisioning_arm_id str
Provisioning Resource Arm ID.
provisioning_end_point str
Provisioning End Point.
quantity int
Quantity of the devices.
ready_to_connect_arm_id str
Arc Enabled Resource Arm id.
serial_number str
Serial Number for the Device.
vendor_name str
Vendor Name for the Device , (for 1P devices - Microsoft).
uniqueDeviceIdentifier This property is required. String
Unique Identity for a Device.
autoProvisioningStatus String
Auto Provisioning Details.
devicePresenceVerification Property Map
Proof of possession details.
managementResourceArmId String
Management Resource ArmId.
provisioningArmId String
Provisioning Resource Arm ID.
provisioningEndPoint String
Provisioning End Point.
quantity Number
Quantity of the devices.
readyToConnectArmId String
Arc Enabled Resource Arm id.
serialNumber String
Serial Number for the Device.
vendorName String
Vendor Name for the Device , (for 1P devices - Microsoft).

ResourceIdentityResponse

PrincipalId This property is required. string
Service Principal Id backing the Msi
TenantId This property is required. string
Home Tenant Id
Type string
Identity type
UserAssignedIdentities Dictionary<string, Pulumi.AzureNative.EdgeOrder.Inputs.UserAssignedIdentityResponse>
User Assigned Identities
PrincipalId This property is required. string
Service Principal Id backing the Msi
TenantId This property is required. string
Home Tenant Id
Type string
Identity type
UserAssignedIdentities map[string]UserAssignedIdentityResponse
User Assigned Identities
principalId This property is required. String
Service Principal Id backing the Msi
tenantId This property is required. String
Home Tenant Id
type String
Identity type
userAssignedIdentities Map<String,UserAssignedIdentityResponse>
User Assigned Identities
principalId This property is required. string
Service Principal Id backing the Msi
tenantId This property is required. string
Home Tenant Id
type string
Identity type
userAssignedIdentities {[key: string]: UserAssignedIdentityResponse}
User Assigned Identities
principal_id This property is required. str
Service Principal Id backing the Msi
tenant_id This property is required. str
Home Tenant Id
type str
Identity type
user_assigned_identities Mapping[str, UserAssignedIdentityResponse]
User Assigned Identities
principalId This property is required. String
Service Principal Id backing the Msi
tenantId This property is required. String
Home Tenant Id
type String
Identity type
userAssignedIdentities Map<Property Map>
User Assigned Identities

ResourceProviderDetailsResponse

ResourceProviderNamespace This property is required. string
Resource provider namespace.
ResourceProviderNamespace This property is required. string
Resource provider namespace.
resourceProviderNamespace This property is required. String
Resource provider namespace.
resourceProviderNamespace This property is required. string
Resource provider namespace.
resource_provider_namespace This property is required. str
Resource provider namespace.
resourceProviderNamespace This property is required. String
Resource provider namespace.

ReverseShippingDetailsResponse

CarrierDisplayName This property is required. string
Carrier Name for display purpose. Not to be used for any processing.
CarrierName This property is required. string
Name of the carrier.
SasKeyForLabel This property is required. string
SAS key to download the reverse shipment label of the package.
TrackingId This property is required. string
TrackingId of the package.
TrackingUrl This property is required. string
TrackingUrl of the package.
CarrierDisplayName This property is required. string
Carrier Name for display purpose. Not to be used for any processing.
CarrierName This property is required. string
Name of the carrier.
SasKeyForLabel This property is required. string
SAS key to download the reverse shipment label of the package.
TrackingId This property is required. string
TrackingId of the package.
TrackingUrl This property is required. string
TrackingUrl of the package.
carrierDisplayName This property is required. String
Carrier Name for display purpose. Not to be used for any processing.
carrierName This property is required. String
Name of the carrier.
sasKeyForLabel This property is required. String
SAS key to download the reverse shipment label of the package.
trackingId This property is required. String
TrackingId of the package.
trackingUrl This property is required. String
TrackingUrl of the package.
carrierDisplayName This property is required. string
Carrier Name for display purpose. Not to be used for any processing.
carrierName This property is required. string
Name of the carrier.
sasKeyForLabel This property is required. string
SAS key to download the reverse shipment label of the package.
trackingId This property is required. string
TrackingId of the package.
trackingUrl This property is required. string
TrackingUrl of the package.
carrier_display_name This property is required. str
Carrier Name for display purpose. Not to be used for any processing.
carrier_name This property is required. str
Name of the carrier.
sas_key_for_label This property is required. str
SAS key to download the reverse shipment label of the package.
tracking_id This property is required. str
TrackingId of the package.
tracking_url This property is required. str
TrackingUrl of the package.
carrierDisplayName This property is required. String
Carrier Name for display purpose. Not to be used for any processing.
carrierName This property is required. String
Name of the carrier.
sasKeyForLabel This property is required. String
SAS key to download the reverse shipment label of the package.
trackingId This property is required. String
TrackingId of the package.
trackingUrl This property is required. String
TrackingUrl of the package.

ShippingAddressResponse

Country This property is required. string
Name of the Country.
AddressType string
Type of address.
City string
Name of the City.
CompanyName string
Name of the company.
PostalCode string
Postal code.
StateOrProvince string
Name of the State or Province.
StreetAddress1 string
Street Address line 1.
StreetAddress2 string
Street Address line 2.
StreetAddress3 string
Street Address line 3.
ZipExtendedCode string
Extended Zip Code.
Country This property is required. string
Name of the Country.
AddressType string
Type of address.
City string
Name of the City.
CompanyName string
Name of the company.
PostalCode string
Postal code.
StateOrProvince string
Name of the State or Province.
StreetAddress1 string
Street Address line 1.
StreetAddress2 string
Street Address line 2.
StreetAddress3 string
Street Address line 3.
ZipExtendedCode string
Extended Zip Code.
country This property is required. String
Name of the Country.
addressType String
Type of address.
city String
Name of the City.
companyName String
Name of the company.
postalCode String
Postal code.
stateOrProvince String
Name of the State or Province.
streetAddress1 String
Street Address line 1.
streetAddress2 String
Street Address line 2.
streetAddress3 String
Street Address line 3.
zipExtendedCode String
Extended Zip Code.
country This property is required. string
Name of the Country.
addressType string
Type of address.
city string
Name of the City.
companyName string
Name of the company.
postalCode string
Postal code.
stateOrProvince string
Name of the State or Province.
streetAddress1 string
Street Address line 1.
streetAddress2 string
Street Address line 2.
streetAddress3 string
Street Address line 3.
zipExtendedCode string
Extended Zip Code.
country This property is required. str
Name of the Country.
address_type str
Type of address.
city str
Name of the City.
company_name str
Name of the company.
postal_code str
Postal code.
state_or_province str
Name of the State or Province.
street_address1 str
Street Address line 1.
street_address2 str
Street Address line 2.
street_address3 str
Street Address line 3.
zip_extended_code str
Extended Zip Code.
country This property is required. String
Name of the Country.
addressType String
Type of address.
city String
Name of the City.
companyName String
Name of the company.
postalCode String
Postal code.
stateOrProvince String
Name of the State or Province.
streetAddress1 String
Street Address line 1.
streetAddress2 String
Street Address line 2.
streetAddress3 String
Street Address line 3.
zipExtendedCode String
Extended Zip Code.

SiteDetailsResponse

SiteId This property is required. string
Unique Id, Identifying A Site.
SiteId This property is required. string
Unique Id, Identifying A Site.
siteId This property is required. String
Unique Id, Identifying A Site.
siteId This property is required. string
Unique Id, Identifying A Site.
site_id This property is required. str
Unique Id, Identifying A Site.
siteId This property is required. String
Unique Id, Identifying A Site.

StageDetailsResponse

DisplayName This property is required. string
Display name of the resource stage.
StageName This property is required. string
Stage name.
StageStatus This property is required. string
Stage status.
StartTime This property is required. string
Stage start time.
DisplayName This property is required. string
Display name of the resource stage.
StageName This property is required. string
Stage name.
StageStatus This property is required. string
Stage status.
StartTime This property is required. string
Stage start time.
displayName This property is required. String
Display name of the resource stage.
stageName This property is required. String
Stage name.
stageStatus This property is required. String
Stage status.
startTime This property is required. String
Stage start time.
displayName This property is required. string
Display name of the resource stage.
stageName This property is required. string
Stage name.
stageStatus This property is required. string
Stage status.
startTime This property is required. string
Stage start time.
display_name This property is required. str
Display name of the resource stage.
stage_name This property is required. str
Stage name.
stage_status This property is required. str
Stage status.
start_time This property is required. str
Stage start time.
displayName This property is required. String
Display name of the resource stage.
stageName This property is required. String
Stage name.
stageStatus This property is required. String
Stage status.
startTime This property is required. String
Stage start time.

SystemDataResponse

CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.
createdAt string
The timestamp of resource creation (UTC).
createdBy string
The identity that created the resource.
createdByType string
The type of identity that created the resource.
lastModifiedAt string
The timestamp of resource last modification (UTC)
lastModifiedBy string
The identity that last modified the resource.
lastModifiedByType string
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_type str
The type of identity that created the resource.
last_modified_at str
The timestamp of resource last modification (UTC)
last_modified_by str
The identity that last modified the resource.
last_modified_by_type str
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.

TermCommitmentInformationResponse

PendingDaysForTerm This property is required. int
Number of Days Pending for Term Commitment
TermCommitmentType This property is required. string
Term Commitment Type
TermCommitmentTypeDuration This property is required. string
Term Commitment Duration. Currently Supporting P365D, P1095D
PendingDaysForTerm This property is required. int
Number of Days Pending for Term Commitment
TermCommitmentType This property is required. string
Term Commitment Type
TermCommitmentTypeDuration This property is required. string
Term Commitment Duration. Currently Supporting P365D, P1095D
pendingDaysForTerm This property is required. Integer
Number of Days Pending for Term Commitment
termCommitmentType This property is required. String
Term Commitment Type
termCommitmentTypeDuration This property is required. String
Term Commitment Duration. Currently Supporting P365D, P1095D
pendingDaysForTerm This property is required. number
Number of Days Pending for Term Commitment
termCommitmentType This property is required. string
Term Commitment Type
termCommitmentTypeDuration This property is required. string
Term Commitment Duration. Currently Supporting P365D, P1095D
pending_days_for_term This property is required. int
Number of Days Pending for Term Commitment
term_commitment_type This property is required. str
Term Commitment Type
term_commitment_type_duration This property is required. str
Term Commitment Duration. Currently Supporting P365D, P1095D
pendingDaysForTerm This property is required. Number
Number of Days Pending for Term Commitment
termCommitmentType This property is required. String
Term Commitment Type
termCommitmentTypeDuration This property is required. String
Term Commitment Duration. Currently Supporting P365D, P1095D

TermCommitmentPreferencesResponse

PreferredTermCommitmentType This property is required. string
Term Commitment Type
PreferredTermCommitmentDuration string
Customer preferred Term Duration.
PreferredTermCommitmentType This property is required. string
Term Commitment Type
PreferredTermCommitmentDuration string
Customer preferred Term Duration.
preferredTermCommitmentType This property is required. String
Term Commitment Type
preferredTermCommitmentDuration String
Customer preferred Term Duration.
preferredTermCommitmentType This property is required. string
Term Commitment Type
preferredTermCommitmentDuration string
Customer preferred Term Duration.
preferred_term_commitment_type This property is required. str
Term Commitment Type
preferred_term_commitment_duration str
Customer preferred Term Duration.
preferredTermCommitmentType This property is required. String
Term Commitment Type
preferredTermCommitmentDuration String
Customer preferred Term Duration.

TransportPreferencesResponse

PreferredShipmentType This property is required. string
Indicates Shipment Logistics type that the customer preferred.
PreferredShipmentType This property is required. string
Indicates Shipment Logistics type that the customer preferred.
preferredShipmentType This property is required. String
Indicates Shipment Logistics type that the customer preferred.
preferredShipmentType This property is required. string
Indicates Shipment Logistics type that the customer preferred.
preferred_shipment_type This property is required. str
Indicates Shipment Logistics type that the customer preferred.
preferredShipmentType This property is required. String
Indicates Shipment Logistics type that the customer preferred.

UserAssignedIdentityResponse

ClientId This property is required. string
The client ID of the assigned identity.
PrincipalId This property is required. string
The principal ID of the assigned identity.
ClientId This property is required. string
The client ID of the assigned identity.
PrincipalId This property is required. string
The principal ID of the assigned identity.
clientId This property is required. String
The client ID of the assigned identity.
principalId This property is required. String
The principal ID of the assigned identity.
clientId This property is required. string
The client ID of the assigned identity.
principalId This property is required. string
The principal ID of the assigned identity.
client_id This property is required. str
The client ID of the assigned identity.
principal_id This property is required. str
The principal ID of the assigned identity.
clientId This property is required. String
The client ID of the assigned identity.
principalId This property is required. String
The principal ID of the assigned identity.

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.1.0 published on Tuesday, Apr 8, 2025 by Pulumi