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
    Creates an instance of SkuCapability class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the name property: The name of capability, The capability information in the specified SKU, including file encryption, network ACLs, change notification, etc.
    void
    Validates the instance.
    Get the value property: A string value to indicate states of given capability.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SkuCapability

      public SkuCapability()
      Creates an instance of SkuCapability class.
  • Method Details

    • 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.