Uses of Class
com.azure.resourcemanager.devcenter.fluent.models.NetworkProperties
Package
Description
Package containing the inner data models for DevCenterManagementClient.
-
Uses of NetworkProperties in com.azure.resourcemanager.devcenter.fluent.models
Modifier and TypeMethodDescriptionNetworkProperties.withDomainJoinType
(DomainJoinType domainJoinType) Set the domainJoinType property: AAD Join type.NetworkProperties.withDomainName
(String domainName) Set the domainName property: Active Directory domain name.NetworkProperties.withDomainPassword
(String domainPassword) Set the domainPassword property: The password for the account used to join domain.NetworkProperties.withDomainUsername
(String domainUsername) Set the domainUsername property: The username of an Active Directory account (user or service account) that has permissions to create computer objects in Active Directory.NetworkProperties.withNetworkingResourceGroupName
(String networkingResourceGroupName) Set the networkingResourceGroupName property: The name for resource group where NICs will be placed.NetworkProperties.withOrganizationUnit
(String organizationUnit) Set the organizationUnit property: Active Directory domain Organization Unit (OU).NetworkProperties.withSubnetId
(String subnetId) Set the subnetId property: The subnet to attach Virtual Machines to.