Class SkuCapability
- java.lang.Object
-
- com.azure.resourcemanager.storage.models.SkuCapability
-
public final class SkuCapability extends Object
The capability information in the specified SKU, including file encryption, network ACLs, change notification, etc.
-
-
Constructor Summary
Constructors Constructor Description SkuCapability()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringname()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.Stringvalue()Get the value property: A string value to indicate states of given capability.
-
-
-
Method Detail
-
name
public String 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
public String 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.
-
-