Package version:

Interface SKUCapability

The capability information in the specified SKU, including file encryption, network ACLs, change notification, etc.

interface SKUCapability {
    name?: string;
    value?: string;
}

Properties

Properties

name?: string

The name of capability, The capability information in the specified SKU, including file encryption, network ACLs, change notification, etc. NOTE: This property will not be serialized. It can only be populated by the server.

value?: string

A string value to indicate states of given capability. Possibly 'true' or 'false'. NOTE: This property will not be serialized. It can only be populated by the server.