IEdgeOrderIdentity Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.EdgeOrderIdentityTypeConverter))]
public interface IEdgeOrderIdentity : Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.EdgeOrderIdentityTypeConverter))>]
type IEdgeOrderIdentity = interface
interface IJsonSerializable
Public Interface IEdgeOrderIdentity
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AddressName |
The name of the address Resource within the specified resource group. address names must be between 3 and 24 characters in length and use any alphanumeric and underscore only |
Id |
Resource identity path |
Location |
The name of Azure region. |
OrderItemName |
The name of the order item |
OrderName |
The name of the order |
ResourceGroupName |
The name of the resource group. The name is case insensitive. |
SubscriptionId |
The ID of the target subscription. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |