Class SignaturesOverridesProperties
- java.lang.Object
-
- com.azure.resourcemanager.network.models.SignaturesOverridesProperties
-
public final class SignaturesOverridesProperties extends Object
Will contain the properties of the resource (the actual signature overrides).
-
-
Constructor Summary
Constructors Constructor Description SignaturesOverridesProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>signatures()Get the signatures property: Dictionary of <string>.voidvalidate()Validates the instance.SignaturesOverridesPropertieswithSignatures(Map<String,String> signatures)Set the signatures property: Dictionary of <string>.
-
-
-
Method Detail
-
signatures
public Map<String,String> signatures()
Get the signatures property: Dictionary of <string>.- Returns:
- the signatures value.
-
withSignatures
public SignaturesOverridesProperties withSignatures(Map<String,String> signatures)
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.
-
-