Class SharedAccessSignatureAuthorizationRuleInner


  • public final class SharedAccessSignatureAuthorizationRuleInner
    extends Object
    Description of the shared access key.
    • Constructor Detail

      • SharedAccessSignatureAuthorizationRuleInner

        public SharedAccessSignatureAuthorizationRuleInner()
    • Method Detail

      • keyName

        public String keyName()
        Get the keyName property: Name of the key.
        Returns:
        the keyName value.
      • withKeyName

        public SharedAccessSignatureAuthorizationRuleInner withKeyName​(String keyName)
        Set the keyName property: Name of the key.
        Parameters:
        keyName - the keyName value to set.
        Returns:
        the SharedAccessSignatureAuthorizationRuleInner object itself.
      • primaryKey

        public String primaryKey()
        Get the primaryKey property: Primary SAS key value.
        Returns:
        the primaryKey value.
      • withPrimaryKey

        public SharedAccessSignatureAuthorizationRuleInner withPrimaryKey​(String primaryKey)
        Set the primaryKey property: Primary SAS key value.
        Parameters:
        primaryKey - the primaryKey value to set.
        Returns:
        the SharedAccessSignatureAuthorizationRuleInner object itself.
      • secondaryKey

        public String secondaryKey()
        Get the secondaryKey property: Secondary SAS key value.
        Returns:
        the secondaryKey value.
      • withSecondaryKey

        public SharedAccessSignatureAuthorizationRuleInner withSecondaryKey​(String secondaryKey)
        Set the secondaryKey property: Secondary SAS key value.
        Parameters:
        secondaryKey - the secondaryKey value to set.
        Returns:
        the SharedAccessSignatureAuthorizationRuleInner object itself.
      • rights

        public AccessRightsDescription rights()
        Get the rights property: Rights that this key has.
        Returns:
        the rights value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.