azure-docs-sdk-java/archive/docs-ref-autogen/com.microsoft.azure.managem...

105 строки
8.5 KiB
YAML

### YamlMime:JavaType
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation.create(Creatable<ResourceT>...)
- com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation.create(List<Creatable<ResourceT>>)
- com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation.createAsync(Creatable<ResourceT>...)
- com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation.createAsync(List<Creatable<ResourceT>>)
- com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation.createAsync(ServiceCallback<CreatedResources<ResourceT>>,Creatable<ResourceT>...)
- com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation.createAsync(final ServiceCallback<CreatedResources<ResourceT>>,List<Creatable<ResourceT>>)
- com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating.define(String)
- com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById.deleteById(String)
- com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById.deleteByIdAsync(String,ServiceCallback<Void>)
- com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById.deleteByIdAsync(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsBatchDeletion.deleteByIds(Collection<String>)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsBatchDeletion.deleteByIds(String...)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsBatchDeletion.deleteByIdsAsync(Collection<String>)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsBatchDeletion.deleteByIdsAsync(String...)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroup(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String,String,ServiceCallback<Void>)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup.deleteByResourceGroupAsync(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById.getById(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById.getByIdAsync(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById.getByIdAsync(String,ServiceCallback<T>)
- com.microsoft.azure.management.resources.fluentcore.model.HasInner.inner()
- com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing.list()
- com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing.listAsync()
- com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup.listByResourceGroup(String)
- com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup.listByResourceGroupAsync(String)
- com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager.manager()
methods:
- fullName: com.microsoft.azure.management.monitor.ActionGroups.enableReceiver(String resourceGroupName, String actionGroupName, String receiverName)
name: enableReceiver(String resourceGroupName, String actionGroupName, String receiverName)
nameWithType: ActionGroups.enableReceiver(String resourceGroupName, String actionGroupName, String receiverName)
parameters:
- description: <p>The name of the resource group. </p>
name: resourceGroupName
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
- description: <p>The name of the action group. </p>
name: actionGroupName
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
- description: <p>The name of the receiver to resubscribe. </p>
name: receiverName
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>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.</p>
<p></p>
syntax: public void enableReceiver(String resourceGroupName, String actionGroupName, String receiverName)
uid: com.microsoft.azure.management.monitor.ActionGroups.enableReceiver(String,String,String)
- fullName: com.microsoft.azure.management.monitor.ActionGroups.enableReceiverAsync(String resourceGroupName, String actionGroupName, String receiverName)
name: enableReceiverAsync(String resourceGroupName, String actionGroupName, String receiverName)
nameWithType: ActionGroups.enableReceiverAsync(String resourceGroupName, String actionGroupName, String receiverName)
parameters:
- description: <p>The name of the resource group. </p>
name: resourceGroupName
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
- description: <p>The name of the action group. </p>
name: actionGroupName
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
- description: <p>The name of the receiver to resubscribe. </p>
name: receiverName
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>a representation of the deferred computation of this call. </p>
type: <xref href="Completable?alt=Completable&text=Completable" data-throw-if-not-resolved="False"/>
summary: >-
<p>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.</p>
<p></p>
syntax: public Completable enableReceiverAsync(String resourceGroupName, String actionGroupName, String receiverName)
uid: com.microsoft.azure.management.monitor.ActionGroups.enableReceiverAsync(String,String,String)
- fullName: com.microsoft.azure.management.monitor.ActionGroups.enableReceiverAsync(String resourceGroupName, String actionGroupName, String receiverName, ServiceCallback<Void> callback)
name: enableReceiverAsync(String resourceGroupName, String actionGroupName, String receiverName, ServiceCallback<Void> callback)
nameWithType: ActionGroups.enableReceiverAsync(String resourceGroupName, String actionGroupName, String receiverName, ServiceCallback<Void> callback)
parameters:
- description: <p>The name of the resource group. </p>
name: resourceGroupName
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
- description: <p>The name of the action group. </p>
name: actionGroupName
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
- description: <p>The name of the receiver to resubscribe. </p>
name: receiverName
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
- description: <p>the async ServiceCallback to handle successful and failed responses. </p>
name: callback
type: <xref href="ServiceCallback%3CVoid%3E?alt=ServiceCallback%3CVoid%3E&text=ServiceCallback%3CVoid%3E" data-throw-if-not-resolved="False"/>
returns:
description: <p>the <xref uid="" data-throw-if-not-resolved="false" data-raw-source="ServiceFuture"></xref> object </p>
type: <xref href="ServiceFuture%3CVoid%3E?alt=ServiceFuture%3CVoid%3E&text=ServiceFuture%3CVoid%3E" data-throw-if-not-resolved="False"/>
summary: >-
<p>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.</p>
<p></p>
syntax: public ServiceFuture<Void> enableReceiverAsync(String resourceGroupName, String actionGroupName, String receiverName, ServiceCallback<Void> callback)
uid: com.microsoft.azure.management.monitor.ActionGroups.enableReceiverAsync(String,String,String,ServiceCallback<Void>)
nameWithType: ActionGroups
syntax: public interface ActionGroups extends SupportsCreating<ActionGroup.DefinitionStages.Blank>,SupportsListing<ActionGroup>,SupportsListingByResourceGroup<ActionGroup>,SupportsGettingById<ActionGroup>,SupportsBatchCreation<ActionGroup>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsBatchDeletion,HasManager<MonitorManager>,HasInner<ActionGroupsInner>
type: interface
uid: com.microsoft.azure.management.monitor.ActionGroups
fullName: com.microsoft.azure.management.monitor.ActionGroups
name: ActionGroups
package: com.microsoft.azure.management.monitor
summary: <p>Entry point for Action Group management API. </p>
metadata: {}