NetworkConnectionUpdateProperties 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 network connection. These properties can be updated after the resource has been created.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.NetworkConnectionUpdatePropertiesTypeConverter))]
public class NetworkConnectionUpdateProperties : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.INetworkConnectionUpdateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.NetworkConnectionUpdatePropertiesTypeConverter))>]
type NetworkConnectionUpdateProperties = class
interface INetworkConnectionUpdateProperties
interface IJsonSerializable
Public Class NetworkConnectionUpdateProperties
Implements INetworkConnectionUpdateProperties
- Inheritance
-
NetworkConnectionUpdateProperties
- Attributes
- Implements
Constructors
NetworkConnectionUpdateProperties() |
Creates an new NetworkConnectionUpdateProperties 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. |
OrganizationUnit |
Active Directory domain Organization Unit (OU) |
SubnetId |
The subnet to attach Virtual Machines to |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of NetworkConnectionUpdateProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of NetworkConnectionUpdateProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.INetworkConnectionUpdateProperties. |
FromJsonString(String) |
Creates a new instance of NetworkConnectionUpdateProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of NetworkConnectionUpdateProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |