Class SignaturesOverridesProperties
java.lang.Object
com.azure.resourcemanager.network.models.SignaturesOverridesProperties
Will contain the properties of the resource (the actual signature overrides).
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of SignaturesOverridesProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the signatures property: Dictionary of <string>.voidvalidate()Validates the instance.withSignatures(Map<String, String> signatures) Set the signatures property: Dictionary of <string>.
-
Constructor Details
-
SignaturesOverridesProperties
public SignaturesOverridesProperties()Creates an instance of SignaturesOverridesProperties class.
-
-
Method Details
-
signatures
Get the signatures property: Dictionary of <string>.- Returns:
- the signatures value.
-
withSignatures
Set the signatures property: Dictionary of <string>.- Parameters:
signatures- the signatures value to set.- Returns:
- the SignaturesOverridesProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-