public final class ConnectionStringDictionaryInner extends ProxyOnlyResource
| Constructor and Description |
|---|
ConnectionStringDictionaryInner() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ConnStringValueTypePair> |
properties()
Get the properties property: Connection strings.
|
void |
validate()
Validates the instance.
|
ConnectionStringDictionaryInner |
withKind(String kind)
Set the kind property: Kind of resource.
|
ConnectionStringDictionaryInner |
withProperties(Map<String,ConnStringValueTypePair> properties)
Set the properties property: Connection strings.
|
kindpublic Map<String,ConnStringValueTypePair> properties()
public ConnectionStringDictionaryInner withProperties(Map<String,ConnStringValueTypePair> properties)
properties - the properties value to set.public ConnectionStringDictionaryInner 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.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.