你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureStackEdgeFormat Class

Definition

The reference to the Azure stack edge device.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.Api20210501.AzureStackEdgeFormatTypeConverter))]
public class AzureStackEdgeFormat : Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.Api20210501.IAzureStackEdgeFormat, Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.Api20210501.AzureStackEdgeFormatTypeConverter))>]
type AzureStackEdgeFormat = class
    interface IAzureStackEdgeFormat
    interface IJsonSerializable
    interface IDevicePropertiesFormat
    interface IValidates
Public Class AzureStackEdgeFormat
Implements IAzureStackEdgeFormat, IValidates
Inheritance
AzureStackEdgeFormat
Attributes
Implements

Constructors

AzureStackEdgeFormat()

Creates an new AzureStackEdgeFormat instance.

Properties

AzureStackEdgeId

Resource ID.

DeviceType

The type of the device.

NetworkFunction

The list of network functions deployed on the device.

ProvisioningState

The provisioning state of the device resource.

Status

The current device status.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureStackEdgeFormat.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureStackEdgeFormat.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.Api20210501.IAzureStackEdgeFormat.

FromJsonString(String)

Creates a new instance of AzureStackEdgeFormat, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureStackEdgeFormat into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Applies to