public class AppRegistration extends ProxyOnlyResource
| Constructor and Description |
|---|
AppRegistration() |
| Modifier and Type | Method and Description |
|---|---|
String |
appId()
Get the appId property: The appId property.
|
String |
appSecretSettingName()
Get the appSecretSettingName property: The appSecretSettingName property.
|
void |
validate()
Validates the instance.
|
AppRegistration |
withAppId(String appId)
Set the appId property: The appId property.
|
AppRegistration |
withAppSecretSettingName(String appSecretSettingName)
Set the appSecretSettingName property: The appSecretSettingName property.
|
AppRegistration |
withKind(String kind)
Set the kind property: Kind of resource.
|
kindpublic String appId()
public AppRegistration withAppId(String appId)
appId - the appId value to set.public String appSecretSettingName()
public AppRegistration withAppSecretSettingName(String appSecretSettingName)
appSecretSettingName - the appSecretSettingName value to set.public AppRegistration withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.