Class ArmRoleReceiver

java.lang.Object
com.azure.resourcemanager.monitor.models.ArmRoleReceiver
All Implemented Interfaces:
com.azure.json.JsonSerializable<ArmRoleReceiver>

public final class ArmRoleReceiver extends Object implements com.azure.json.JsonSerializable<ArmRoleReceiver>
An arm role receiver.
  • Constructor Details

    • ArmRoleReceiver

      public ArmRoleReceiver()
      Creates an instance of ArmRoleReceiver class.
  • Method Details

    • name

      public String name()
      Get the name property: The name of the arm role receiver. Names must be unique across all receivers within an action group.
      Returns:
      the name value.
    • withName

      public ArmRoleReceiver withName(String name)
      Set the name property: The name of the arm role receiver. Names must be unique across all receivers within an action group.
      Parameters:
      name - the name value to set.
      Returns:
      the ArmRoleReceiver object itself.
    • roleId

      public String roleId()
      Get the roleId property: The arm role id.
      Returns:
      the roleId value.
    • withRoleId

      public ArmRoleReceiver withRoleId(String roleId)
      Set the roleId property: The arm role id.
      Parameters:
      roleId - the roleId value to set.
      Returns:
      the ArmRoleReceiver object itself.
    • useCommonAlertSchema

      public Boolean useCommonAlertSchema()
      Get the useCommonAlertSchema property: Indicates whether to use common alert schema.
      Returns:
      the useCommonAlertSchema value.
    • withUseCommonAlertSchema

      public ArmRoleReceiver withUseCommonAlertSchema(Boolean useCommonAlertSchema)
      Set the useCommonAlertSchema property: Indicates whether to use common alert schema.
      Parameters:
      useCommonAlertSchema - the useCommonAlertSchema value to set.
      Returns:
      the ArmRoleReceiver object itself.
    • validate

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

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<ArmRoleReceiver>
      Throws:
      IOException
    • fromJson

      public static ArmRoleReceiver fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of ArmRoleReceiver from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of ArmRoleReceiver if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
      Throws:
      IllegalStateException - If the deserialized JSON object was missing any required properties.
      IOException - If an error occurs while reading the ArmRoleReceiver.