AzureStackEdgeFormat 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.
The reference to the Azure stack edge device.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.AzureStackEdgeFormatTypeConverter))]
public class AzureStackEdgeFormat : Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.IAzureStackEdgeFormat, Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.AzureStackEdgeFormatTypeConverter))>]
type AzureStackEdgeFormat = class
interface IAzureStackEdgeFormat
interface IJsonSerializable
interface IDevicePropertiesFormat
interface IValidates
Public Class AzureStackEdgeFormat
Implements IAzureStackEdgeFormat, IValidates
- Inheritance
-
AzureStackEdgeFormat
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| AzureStackEdgeFormat() |
Creates an new AzureStackEdgeFormat instance. |
Properties
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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.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) |
Validates that this object meets the validation criteria. |