IAttachedNetworkConnectionProperties 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.DevCenter.Models.Api20240501Preview.AttachedNetworkConnectionPropertiesTypeConverter))]
public interface IAttachedNetworkConnectionProperties : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.AttachedNetworkConnectionPropertiesTypeConverter))>]
type IAttachedNetworkConnectionProperties = interface
interface IJsonSerializable
Public Interface IAttachedNetworkConnectionProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |