### YamlMime:JavaType uid: "com.microsoft.azure.management.monitor.ArmRoleReceiver" fullName: "com.microsoft.azure.management.monitor.ArmRoleReceiver" name: "ArmRoleReceiver" nameWithType: "ArmRoleReceiver" summary: "An arm role receiver." inheritances: - "" inheritedClassMethods: - classRef: "" methodsRef: - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" syntax: "public class **ArmRoleReceiver**" constructors: - uid: "com.microsoft.azure.management.monitor.ArmRoleReceiver.ArmRoleReceiver()" fullName: "com.microsoft.azure.management.monitor.ArmRoleReceiver.ArmRoleReceiver()" name: "ArmRoleReceiver()" nameWithType: "ArmRoleReceiver.ArmRoleReceiver()" syntax: "public ArmRoleReceiver()" methods: - uid: "com.microsoft.azure.management.monitor.ArmRoleReceiver.name()" fullName: "com.microsoft.azure.management.monitor.ArmRoleReceiver.name()" name: "name()" nameWithType: "ArmRoleReceiver.name()" summary: "Get the name of the arm role receiver." syntax: "public String name()" desc: "Get the name of the arm role receiver. Names must be unique across all receivers within an action group." returns: description: "the name value" type: "" - uid: "com.microsoft.azure.management.monitor.ArmRoleReceiver.roleId()" fullName: "com.microsoft.azure.management.monitor.ArmRoleReceiver.roleId()" name: "roleId()" nameWithType: "ArmRoleReceiver.roleId()" summary: "Get the arm role id." syntax: "public String roleId()" desc: "Get the arm role id." returns: description: "the roleId value" type: "" - uid: "com.microsoft.azure.management.monitor.ArmRoleReceiver.useCommonAlertSchema()" fullName: "com.microsoft.azure.management.monitor.ArmRoleReceiver.useCommonAlertSchema()" name: "useCommonAlertSchema()" nameWithType: "ArmRoleReceiver.useCommonAlertSchema()" summary: "Get indicates whether to use common alert schema." syntax: "public boolean useCommonAlertSchema()" desc: "Get indicates whether to use common alert schema." returns: description: "the useCommonAlertSchema value" type: "" - uid: "com.microsoft.azure.management.monitor.ArmRoleReceiver.withName(java.lang.String)" fullName: "com.microsoft.azure.management.monitor.ArmRoleReceiver.withName(String name)" name: "withName(String name)" nameWithType: "ArmRoleReceiver.withName(String name)" summary: "Set the name of the arm role receiver." parameters: - description: "the name value to set" name: "name" type: "" syntax: "public ArmRoleReceiver withName(String name)" desc: "Set the name of the arm role receiver. Names must be unique across all receivers within an action group." returns: description: "the ArmRoleReceiver object itself." type: "" - uid: "com.microsoft.azure.management.monitor.ArmRoleReceiver.withRoleId(java.lang.String)" fullName: "com.microsoft.azure.management.monitor.ArmRoleReceiver.withRoleId(String roleId)" name: "withRoleId(String roleId)" nameWithType: "ArmRoleReceiver.withRoleId(String roleId)" summary: "Set the arm role id." parameters: - description: "the roleId value to set" name: "roleId" type: "" syntax: "public ArmRoleReceiver withRoleId(String roleId)" desc: "Set the arm role id." returns: description: "the ArmRoleReceiver object itself." type: "" - uid: "com.microsoft.azure.management.monitor.ArmRoleReceiver.withUseCommonAlertSchema(boolean)" fullName: "com.microsoft.azure.management.monitor.ArmRoleReceiver.withUseCommonAlertSchema(boolean useCommonAlertSchema)" name: "withUseCommonAlertSchema(boolean useCommonAlertSchema)" nameWithType: "ArmRoleReceiver.withUseCommonAlertSchema(boolean useCommonAlertSchema)" summary: "Set indicates whether to use common alert schema." parameters: - description: "the useCommonAlertSchema value to set" name: "useCommonAlertSchema" type: "" syntax: "public ArmRoleReceiver withUseCommonAlertSchema(boolean useCommonAlertSchema)" desc: "Set indicates whether to use common alert schema." returns: description: "the ArmRoleReceiver object itself." type: "" type: "class" desc: "An arm role receiver." metadata: {} package: "com.microsoft.azure.management.monitor" artifact: com.microsoft.azure:azure-mgmt-monitor:1.41.4