ArmDevCenterModelFactory.DevCenterNetworkConnectionPatch Method

Definition

public static Azure.ResourceManager.DevCenter.Models.DevCenterNetworkConnectionPatch DevCenterNetworkConnectionPatch(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);
static member DevCenterNetworkConnectionPatch : System.Collections.Generic.IDictionary<string, string> * Nullable<Azure.Core.AzureLocation> * Azure.Core.ResourceIdentifier * string * string * string * string -> Azure.ResourceManager.DevCenter.Models.DevCenterNetworkConnectionPatch
Public Shared Function DevCenterNetworkConnectionPatch (Optional tags As IDictionary(Of String, String) = Nothing, Optional location As Nullable(Of 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) As DevCenterNetworkConnectionPatch

Parameters

tags
IDictionary<String,String>

Resource tags.

location
Nullable<AzureLocation>

The geo-location where the resource lives.

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.

Returns

A new DevCenterNetworkConnectionPatch instance for mocking.

Applies to