INetworkProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.NetworkPropertiesTypeConverter))]
public interface INetworkProperties : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.INetworkConnectionUpdateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.NetworkPropertiesTypeConverter))>]
type INetworkProperties = interface
    interface IJsonSerializable
    interface INetworkConnectionUpdateProperties
Public Interface INetworkProperties
Implements INetworkConnectionUpdateProperties
Derived
Attributes
Implements

Properties

DomainJoinType

AAD Join type.

DomainName

Active Directory domain name

(Inherited from INetworkConnectionUpdateProperties)
DomainPassword

The password for the account used to join domain

(Inherited from INetworkConnectionUpdateProperties)
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.

(Inherited from INetworkConnectionUpdateProperties)
HealthCheckStatus

Overall health status of the network connection. Health checks are run on creation, update, and periodically to validate the network connection.

NetworkingResourceGroupName

The name for resource group where NICs will be placed.

OrganizationUnit

Active Directory domain Organization Unit (OU)

(Inherited from INetworkConnectionUpdateProperties)
ProvisioningState

The provisioning state of the resource.

SubnetId

The subnet to attach Virtual Machines to

(Inherited from INetworkConnectionUpdateProperties)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to