DevCenterNetworkConnectionPatch 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 network connection properties for partial update. Properties not provided in the update request will not be changed.
public class DevCenterNetworkConnectionPatch : Azure.ResourceManager.DevCenter.Models.DevCenterTrackedResourceUpdate, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DevCenter.Models.DevCenterNetworkConnectionPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DevCenter.Models.DevCenterNetworkConnectionPatch>
type DevCenterNetworkConnectionPatch = class
inherit DevCenterTrackedResourceUpdate
interface IJsonModel<DevCenterNetworkConnectionPatch>
interface IPersistableModel<DevCenterNetworkConnectionPatch>
Public Class DevCenterNetworkConnectionPatch
Inherits DevCenterTrackedResourceUpdate
Implements IJsonModel(Of DevCenterNetworkConnectionPatch), IPersistableModel(Of DevCenterNetworkConnectionPatch)
- Inheritance
- Implements
Constructors
DevCenterNetworkConnectionPatch() |
Initializes a new instance of DevCenterNetworkConnectionPatch. |
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. (Inherited from DevCenterTrackedResourceUpdate) |
OrganizationUnit |
Active Directory domain Organization Unit (OU). |
SubnetId |
The subnet to attach Virtual Machines to. |
Tags |
Resource tags. (Inherited from DevCenterTrackedResourceUpdate) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET