Class SkuCapability
java.lang.Object
com.azure.resourcemanager.storage.models.SkuCapability
The capability information in the specified SKU, including file encryption, network ACLs, change notification, etc.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionname()Get the name property: The name of capability, The capability information in the specified SKU, including file encryption, network ACLs, change notification, etc.voidvalidate()Validates the instance.value()Get the value property: A string value to indicate states of given capability.
-
Constructor Details
-
SkuCapability
public SkuCapability()
-
-
Method Details
-
name
Get the name property: The name of capability, The capability information in the specified SKU, including file encryption, network ACLs, change notification, etc.- Returns:
- the name value.
-
value
Get the value property: A string value to indicate states of given capability. Possibly 'true' or 'false'.- Returns:
- the value value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-