Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ private ServiceResponse<PageImpl1<ActionGroupResourceInner>> listByResourceGroup
}

/**
* Enable a receiver in an action group. This changes the receiver's status from Disabled to Enabled.
* Enable a receiver in an action group. This changes the receiver's status from Disabled to Enabled. This operation is only supported for Email or SMS receivers.
*
* @param resourceGroupName The name of the resource group.
* @param actionGroupName The name of the action group.
Expand All @@ -619,7 +619,7 @@ public void enableReceiver(String resourceGroupName, String actionGroupName, Str
}

/**
* Enable a receiver in an action group. This changes the receiver's status from Disabled to Enabled.
* Enable a receiver in an action group. This changes the receiver's status from Disabled to Enabled. This operation is only supported for Email or SMS receivers.
*
* @param resourceGroupName The name of the resource group.
* @param actionGroupName The name of the action group.
Expand All @@ -633,7 +633,7 @@ public ServiceFuture<Void> enableReceiverAsync(String resourceGroupName, String
}

/**
* Enable a receiver in an action group. This changes the receiver's status from Disabled to Enabled.
* Enable a receiver in an action group. This changes the receiver's status from Disabled to Enabled. This operation is only supported for Email or SMS receivers.
*
* @param resourceGroupName The name of the resource group.
* @param actionGroupName The name of the action group.
Expand All @@ -651,7 +651,7 @@ public Void call(ServiceResponse<Void> response) {
}

/**
* Enable a receiver in an action group. This changes the receiver's status from Disabled to Enabled.
* Enable a receiver in an action group. This changes the receiver's status from Disabled to Enabled. This operation is only supported for Email or SMS receivers.
*
* @param resourceGroupName The name of the resource group.
* @param actionGroupName The name of the action group.
Expand Down