你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
EdgeOrderIdentity Class
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 class EdgeOrderIdentity : Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IEdgeOrderIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.EdgeOrderIdentityTypeConverter))>]
type EdgeOrderIdentity = class
interface IEdgeOrderIdentity
interface IJsonSerializable
Public Class EdgeOrderIdentity
Implements IEdgeOrderIdentity
- Inheritance
-
EdgeOrderIdentity
- Attributes
- Implements
Constructors
EdgeOrderIdentity() |
Creates an new EdgeOrderIdentity instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of EdgeOrderIdentity. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of EdgeOrderIdentity. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IEdgeOrderIdentity. |
FromJsonString(String) |
Creates a new instance of EdgeOrderIdentity, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of EdgeOrderIdentity into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |