public class AuthPlatform extends ProxyOnlyResource
| Constructor and Description |
|---|
AuthPlatform() |
| Modifier and Type | Method and Description |
|---|---|
String |
configFilePath()
Get the configFilePath property: The configFilePath property.
|
Boolean |
enabled()
Get the enabled property: The enabled property.
|
String |
runtimeVersion()
Get the runtimeVersion property: The runtimeVersion property.
|
void |
validate()
Validates the instance.
|
AuthPlatform |
withConfigFilePath(String configFilePath)
Set the configFilePath property: The configFilePath property.
|
AuthPlatform |
withEnabled(Boolean enabled)
Set the enabled property: The enabled property.
|
AuthPlatform |
withKind(String kind)
Set the kind property: Kind of resource.
|
AuthPlatform |
withRuntimeVersion(String runtimeVersion)
Set the runtimeVersion property: The runtimeVersion property.
|
kindpublic Boolean enabled()
public AuthPlatform withEnabled(Boolean enabled)
enabled - the enabled value to set.public String runtimeVersion()
public AuthPlatform withRuntimeVersion(String runtimeVersion)
runtimeVersion - the runtimeVersion value to set.public String configFilePath()
public AuthPlatform withConfigFilePath(String configFilePath)
configFilePath - the configFilePath value to set.public AuthPlatform 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.