public class AzureActiveDirectoryLogin extends ProxyOnlyResource
| Constructor and Description |
|---|
AzureActiveDirectoryLogin() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
disableWwwAuthenticate()
Get the disableWwwAuthenticate property: The disableWWWAuthenticate property.
|
List<String> |
loginParameters()
Get the loginParameters property: The loginParameters property.
|
void |
validate()
Validates the instance.
|
AzureActiveDirectoryLogin |
withDisableWwwAuthenticate(Boolean disableWwwAuthenticate)
Set the disableWwwAuthenticate property: The disableWWWAuthenticate property.
|
AzureActiveDirectoryLogin |
withKind(String kind)
Set the kind property: Kind of resource.
|
AzureActiveDirectoryLogin |
withLoginParameters(List<String> loginParameters)
Set the loginParameters property: The loginParameters property.
|
kindpublic Boolean disableWwwAuthenticate()
public AzureActiveDirectoryLogin withDisableWwwAuthenticate(Boolean disableWwwAuthenticate)
disableWwwAuthenticate - the disableWwwAuthenticate value to set.public List<String> loginParameters()
public AzureActiveDirectoryLogin withLoginParameters(List<String> loginParameters)
loginParameters - the loginParameters value to set.public AzureActiveDirectoryLogin 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.