NetworkConnectionUpdate Class

Definition

The network connection properties for partial update. Properties not provided in the update request will not be changed.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.NetworkConnectionUpdateTypeConverter))]
public class NetworkConnectionUpdate : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.INetworkConnectionUpdate, Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.NetworkConnectionUpdateTypeConverter))>]
type NetworkConnectionUpdate = class
    interface INetworkConnectionUpdate
    interface IJsonSerializable
    interface ITrackedResourceUpdate
    interface IValidates
Public Class NetworkConnectionUpdate
Implements INetworkConnectionUpdate, IValidates
Inheritance
NetworkConnectionUpdate
Attributes
Implements

Constructors

NetworkConnectionUpdate()

Creates an new NetworkConnectionUpdate instance.

Properties

DomainName

Active Directory domain name

DomainPassword

The password for the account used to join domain

DomainUsername

The username of an Active Directory account (user or service account) that has permissions to create computer objects in Active Directory. Required format: admin@contoso.com.

Location

The geo-location where the resource lives

OrganizationUnit

Active Directory domain Organization Unit (OU)

SubnetId

The subnet to attach Virtual Machines to

Tag

Resource tags.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkConnectionUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkConnectionUpdate.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.INetworkConnectionUpdate.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkConnectionUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to