public final class StringListInner extends ProxyOnlyResource
| Constructor and Description |
|---|
StringListInner() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
properties()
Get the properties property: List of string resources.
|
void |
validate()
Validates the instance.
|
StringListInner |
withKind(String kind)
Set the kind property: Kind of resource.
|
StringListInner |
withProperties(List<String> properties)
Set the properties property: List of string resources.
|
kindpublic List<String> properties()
public StringListInner withProperties(List<String> properties)
properties - the properties value to set.public StringListInner 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.