Class PartnerNamespaceSharedAccessKeysInner

java.lang.Object
com.azure.resourcemanager.eventgrid.fluent.models.PartnerNamespaceSharedAccessKeysInner

public final class PartnerNamespaceSharedAccessKeysInner extends Object
Shared access keys of the partner namespace.
  • Constructor Details

    • PartnerNamespaceSharedAccessKeysInner

      public PartnerNamespaceSharedAccessKeysInner()
  • Method Details

    • key1

      public String key1()
      Get the key1 property: Shared access key1 for the partner namespace.
      Returns:
      the key1 value.
    • withKey1

      Set the key1 property: Shared access key1 for the partner namespace.
      Parameters:
      key1 - the key1 value to set.
      Returns:
      the PartnerNamespaceSharedAccessKeysInner object itself.
    • key2

      public String key2()
      Get the key2 property: Shared access key2 for the partner namespace.
      Returns:
      the key2 value.
    • withKey2

      Set the key2 property: Shared access key2 for the partner namespace.
      Parameters:
      key2 - the key2 value to set.
      Returns:
      the PartnerNamespaceSharedAccessKeysInner object itself.
    • validate

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