Class SharedAccessSignatureAuthorizationRuleInner

java.lang.Object
com.azure.resourcemanager.iothub.fluent.models.SharedAccessSignatureAuthorizationRuleInner

public final class SharedAccessSignatureAuthorizationRuleInner extends Object
The properties of an IoT hub shared access policy.
  • Constructor Details

    • SharedAccessSignatureAuthorizationRuleInner

      public SharedAccessSignatureAuthorizationRuleInner()
  • Method Details

    • keyName

      public String keyName()
      Get the keyName property: The name of the shared access policy.
      Returns:
      the keyName value.
    • withKeyName

      Set the keyName property: The name of the shared access policy.
      Parameters:
      keyName - the keyName value to set.
      Returns:
      the SharedAccessSignatureAuthorizationRuleInner object itself.
    • primaryKey

      public String primaryKey()
      Get the primaryKey property: The primary key.
      Returns:
      the primaryKey value.
    • withPrimaryKey

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

      public String secondaryKey()
      Get the secondaryKey property: The secondary key.
      Returns:
      the secondaryKey value.
    • withSecondaryKey

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

      public AccessRights rights()
      Get the rights property: The permissions assigned to the shared access policy.
      Returns:
      the rights value.
    • withRights

      Set the rights property: The permissions assigned to the shared access policy.
      Parameters:
      rights - the rights value to set.
      Returns:
      the SharedAccessSignatureAuthorizationRuleInner object itself.
    • validate

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