AttachedNetworkConnectionProperties 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.
Properties of an attached NetworkConnection.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.AttachedNetworkConnectionPropertiesTypeConverter))]
public class AttachedNetworkConnectionProperties : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IAttachedNetworkConnectionProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.AttachedNetworkConnectionPropertiesTypeConverter))>]
type AttachedNetworkConnectionProperties = class
interface IAttachedNetworkConnectionProperties
interface IJsonSerializable
Public Class AttachedNetworkConnectionProperties
Implements IAttachedNetworkConnectionProperties
- Inheritance
-
AttachedNetworkConnectionProperties
- Attributes
- Implements
Constructors
AttachedNetworkConnectionProperties() |
Creates an new AttachedNetworkConnectionProperties instance. |
Properties
DomainJoinType |
AAD Join type of the network. This is populated based on the referenced Network Connection. |
HealthCheckStatus |
Health check status values |
NetworkConnectionId |
The resource ID of the NetworkConnection you want to attach. |
NetworkConnectionLocation |
The geo-location where the NetworkConnection resource specified in 'networkConnectionResourceId' property lives. |
ProvisioningState |
The provisioning state of the resource. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AttachedNetworkConnectionProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AttachedNetworkConnectionProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IAttachedNetworkConnectionProperties. |
FromJsonString(String) |
Creates a new instance of AttachedNetworkConnectionProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AttachedNetworkConnectionProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |