public class IdentifierInner extends ProxyOnlyResource
| Constructor and Description |
|---|
IdentifierInner() |
| Modifier and Type | Method and Description |
|---|---|
void |
validate()
Validates the instance.
|
String |
value()
Get the value property: String representation of the identity.
|
IdentifierInner |
withKind(String kind)
Set the kind property: Kind of resource.
|
IdentifierInner |
withValue(String value)
Set the value property: String representation of the identity.
|
kindpublic String value()
public IdentifierInner withValue(String value)
value - the value value to set.public IdentifierInner 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.