public class DomainJoinSettings extends Object
| Constructor and Description |
|---|
DomainJoinSettings() |
| Modifier and Type | Method and Description |
|---|---|
DomainJoinCredentials |
getCredentials()
Optional.
|
String |
getDomainToJoin()
Optional.
|
String |
getLdapMachineObjectOU()
Optional.
|
DomainJoinProvisioning |
getProvisioning()
Optional.
|
void |
setCredentials(DomainJoinCredentials credentialsValue)
Optional.
|
void |
setDomainToJoin(String domainToJoinValue)
Optional.
|
void |
setLdapMachineObjectOU(String ldapMachineObjectOUValue)
Optional.
|
void |
setProvisioning(DomainJoinProvisioning provisioningValue)
Optional.
|
public DomainJoinCredentials getCredentials()
public void setCredentials(DomainJoinCredentials credentialsValue)
credentialsValue - The Credentials value.public String getDomainToJoin()
public void setDomainToJoin(String domainToJoinValue)
domainToJoinValue - The DomainToJoin value.public String getLdapMachineObjectOU()
public void setLdapMachineObjectOU(String ldapMachineObjectOUValue)
ldapMachineObjectOUValue - The LdapMachineObjectOU value.public DomainJoinProvisioning getProvisioning()
public void setProvisioning(DomainJoinProvisioning provisioningValue)
provisioningValue - The Provisioning value./**
* Copyright Microsoft Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/