public final class ServicePrincipalCreateParameters extends ServicePrincipalBase
| Constructor and Description |
|---|
ServicePrincipalCreateParameters() |
| Modifier and Type | Method and Description |
|---|---|
String |
appId()
Get the appId property: The application ID.
|
void |
validate()
Validates the instance.
|
ServicePrincipalCreateParameters |
withAppId(String appId)
Set the appId property: The application ID.
|
accountEnabled, appRoleAssignmentRequired, keyCredentials, passwordCredentials, servicePrincipalType, tags, withAccountEnabled, withAppRoleAssignmentRequired, withKeyCredentials, withPasswordCredentials, withServicePrincipalType, withTagspublic String appId()
public ServicePrincipalCreateParameters withAppId(String appId)
appId - the appId value to set.public void validate()
validate in class ServicePrincipalBaseIllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.