Class ConnectionStringDictionaryInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.appservice.models.ProxyOnlyResource
com.azure.resourcemanager.appservice.fluent.models.ConnectionStringDictionaryInner
- All Implemented Interfaces:
com.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>
String dictionary resource.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ConnectionStringDictionaryInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the properties property: Connection strings.voidvalidate()Validates the instance.Set the kind property: Kind of resource.withProperties(Map<String, ConnStringValueTypePair> properties) Set the properties property: Connection strings.Methods inherited from class com.azure.resourcemanager.appservice.models.ProxyOnlyResource
kindMethods inherited from class com.azure.core.management.ProxyResource
fromJson, id, name, toJson, type
-
Constructor Details
-
ConnectionStringDictionaryInner
public ConnectionStringDictionaryInner()Creates an instance of ConnectionStringDictionaryInner class.
-
-
Method Details
-
properties
Get the properties property: Connection strings.- Returns:
- the properties value.
-
withProperties
public ConnectionStringDictionaryInner withProperties(Map<String, ConnStringValueTypePair> properties) Set the properties property: Connection strings.- Parameters:
properties- the properties value to set.- Returns:
- the ConnectionStringDictionaryInner object itself.
-
withKind
Set the kind property: Kind of resource.- Overrides:
withKindin classProxyOnlyResource- Parameters:
kind- the kind value to set.- Returns:
- the ProxyOnlyResource object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classProxyOnlyResource- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-