Share via


DevCenterNetworkConnectionPatch Class

Definition

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
DevCenterNetworkConnectionPatch
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

IJsonModel<DevCenterNetworkConnectionPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DevCenterNetworkConnectionPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<DevCenterTrackedResourceUpdate>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from DevCenterTrackedResourceUpdate)
IJsonModel<DevCenterTrackedResourceUpdate>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from DevCenterTrackedResourceUpdate)
IPersistableModel<DevCenterNetworkConnectionPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DevCenterNetworkConnectionPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DevCenterNetworkConnectionPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<DevCenterTrackedResourceUpdate>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from DevCenterTrackedResourceUpdate)
IPersistableModel<DevCenterTrackedResourceUpdate>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from DevCenterTrackedResourceUpdate)
IPersistableModel<DevCenterTrackedResourceUpdate>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from DevCenterTrackedResourceUpdate)

Applies to