Interface SharedAccessSignatureAuthorizationRule


  • public interface SharedAccessSignatureAuthorizationRule
    An immutable client-side representation of SharedAccessSignatureAuthorizationRule.
    • Method Detail

      • keyName

        String keyName()
        Gets the keyName property: Name of the key.
        Returns:
        the keyName value.
      • primaryKey

        String primaryKey()
        Gets the primaryKey property: Primary SAS key value.
        Returns:
        the primaryKey value.
      • secondaryKey

        String secondaryKey()
        Gets the secondaryKey property: Secondary SAS key value.
        Returns:
        the secondaryKey value.
      • rights

        AccessRightsDescription rights()
        Gets the rights property: Rights that this key has.
        Returns:
        the rights value.
      • innerModel

        SharedAccessSignatureAuthorizationRuleInner innerModel()
        Gets the inner com.azure.resourcemanager.deviceprovisioningservices.fluent.models.SharedAccessSignatureAuthorizationRuleInner object.
        Returns:
        the inner object.