ArmEdgeOrderModelFactory.EdgeOrderItemData Method

Definition

public static Azure.ResourceManager.EdgeOrder.EdgeOrderItemData EdgeOrderItemData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.EdgeOrder.Models.EdgeOrderItemDetails orderItemDetails = default, Azure.ResourceManager.EdgeOrder.Models.EdgeOrderItemAddressDetails addressDetails = default, DateTimeOffset? startOn = default, Azure.Core.ResourceIdentifier orderId = default, Azure.ResourceManager.EdgeOrder.Models.EdgeOrderProvisioningState? provisioningState = default, Azure.ResourceManager.EdgeOrder.Models.EdgeOrderResourceIdentity identity = default);
static member EdgeOrderItemData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.EdgeOrder.Models.EdgeOrderItemDetails * Azure.ResourceManager.EdgeOrder.Models.EdgeOrderItemAddressDetails * Nullable<DateTimeOffset> * Azure.Core.ResourceIdentifier * Nullable<Azure.ResourceManager.EdgeOrder.Models.EdgeOrderProvisioningState> * Azure.ResourceManager.EdgeOrder.Models.EdgeOrderResourceIdentity -> Azure.ResourceManager.EdgeOrder.EdgeOrderItemData
Public Shared Function EdgeOrderItemData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional orderItemDetails As EdgeOrderItemDetails = Nothing, Optional addressDetails As EdgeOrderItemAddressDetails = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional orderId As ResourceIdentifier = Nothing, Optional provisioningState As Nullable(Of EdgeOrderProvisioningState) = Nothing, Optional identity As EdgeOrderResourceIdentity = Nothing) As EdgeOrderItemData

Parameters

id
ResourceIdentifier

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

name
String

The name of the resource.

resourceType
ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

systemData
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

tags
IDictionary<String,String>

Resource tags.

location
AzureLocation

The geo-location where the resource lives.

orderItemDetails
EdgeOrderItemDetails

Represents order item details.

addressDetails
EdgeOrderItemAddressDetails

Represents shipping and return address for order item.

startOn
Nullable<DateTimeOffset>

Start time of order item.

orderId
ResourceIdentifier

Id of the order to which order item belongs to.

provisioningState
Nullable<EdgeOrderProvisioningState>

Provisioning state.

identity
EdgeOrderResourceIdentity

Msi identity of the resource.

Returns

A new EdgeOrderItemData instance for mocking.

Applies to