Class UserAssignedIdentityProperties

java.lang.Object
com.azure.resourcemanager.eventhubs.models.UserAssignedIdentityProperties

public final class UserAssignedIdentityProperties extends Object
The UserAssignedIdentityProperties model.
  • Constructor Details

    • UserAssignedIdentityProperties

      public UserAssignedIdentityProperties()
  • Method Details

    • userAssignedIdentity

      public String userAssignedIdentity()
      Get the userAssignedIdentity property: ARM ID of user Identity selected for encryption.
      Returns:
      the userAssignedIdentity value.
    • withUserAssignedIdentity

      public UserAssignedIdentityProperties withUserAssignedIdentity(String userAssignedIdentity)
      Set the userAssignedIdentity property: ARM ID of user Identity selected for encryption.
      Parameters:
      userAssignedIdentity - the userAssignedIdentity value to set.
      Returns:
      the UserAssignedIdentityProperties object itself.
    • validate

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