ArmDevCenterModelFactory.DevCenterNetworkConnectionData Method
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.
Initializes a new instance of DevCenterNetworkConnectionData.
public static Azure.ResourceManager.DevCenter.DevCenterNetworkConnectionData DevCenterNetworkConnectionData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.Core.ResourceIdentifier subnetId = default, string domainName = default, string organizationUnit = default, string domainUsername = default, string domainPassword = default, Azure.ResourceManager.DevCenter.Models.DevCenterProvisioningState? provisioningState = default, Azure.ResourceManager.DevCenter.Models.DevCenterHealthCheckStatus? healthCheckStatus = default, string networkingResourceGroupName = default, Azure.ResourceManager.DevCenter.Models.DomainJoinType? domainJoinType = default);
static member DevCenterNetworkConnectionData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.Core.ResourceIdentifier * string * string * string * string * Nullable<Azure.ResourceManager.DevCenter.Models.DevCenterProvisioningState> * Nullable<Azure.ResourceManager.DevCenter.Models.DevCenterHealthCheckStatus> * string * Nullable<Azure.ResourceManager.DevCenter.Models.DomainJoinType> -> Azure.ResourceManager.DevCenter.DevCenterNetworkConnectionData
Public Shared Function DevCenterNetworkConnectionData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional subnetId As ResourceIdentifier = Nothing, Optional domainName As String = Nothing, Optional organizationUnit As String = Nothing, Optional domainUsername As String = Nothing, Optional domainPassword As String = Nothing, Optional provisioningState As Nullable(Of DevCenterProvisioningState) = Nothing, Optional healthCheckStatus As Nullable(Of DevCenterHealthCheckStatus) = Nothing, Optional networkingResourceGroupName As String = Nothing, Optional domainJoinType As Nullable(Of DomainJoinType) = Nothing) As DevCenterNetworkConnectionData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- tags
- IDictionary<String,String>
The tags.
- location
- AzureLocation
The location.
- subnetId
- ResourceIdentifier
The subnet to attach Virtual Machines to.
- domainName
- String
Active Directory domain name.
- organizationUnit
- String
Active Directory domain Organization Unit (OU).
- domainUsername
- String
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.
- domainPassword
- String
The password for the account used to join domain.
- provisioningState
- Nullable<DevCenterProvisioningState>
The provisioning state of the resource.
- healthCheckStatus
- Nullable<DevCenterHealthCheckStatus>
Overall health status of the network connection. Health checks are run on creation, update, and periodically to validate the network connection.
- networkingResourceGroupName
- String
The name for resource group where NICs will be placed.
- domainJoinType
- Nullable<DomainJoinType>
AAD Join type.
Returns
A new DevCenterNetworkConnectionData instance for mocking.
Applies to
Azure SDK for .NET