public interface ResourceHealthMetadatasClient extends InnerSupportsListing<ResourceHealthMetadataInner>
| Modifier and Type | Method and Description |
|---|---|
ResourceHealthMetadataInner |
getBySite(String resourceGroupName,
String name)
Description for Gets the category of ResourceHealthMetadata to use for the given site.
|
Mono<ResourceHealthMetadataInner> |
getBySiteAsync(String resourceGroupName,
String name)
Description for Gets the category of ResourceHealthMetadata to use for the given site.
|
ResourceHealthMetadataInner |
getBySiteSlot(String resourceGroupName,
String name,
String slot)
Description for Gets the category of ResourceHealthMetadata to use for the given site.
|
Mono<ResourceHealthMetadataInner> |
getBySiteSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Gets the category of ResourceHealthMetadata to use for the given site.
|
com.azure.core.http.rest.Response<ResourceHealthMetadataInner> |
getBySiteSlotWithResponse(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Gets the category of ResourceHealthMetadata to use for the given site.
|
Mono<com.azure.core.http.rest.Response<ResourceHealthMetadataInner>> |
getBySiteSlotWithResponseAsync(String resourceGroupName,
String name,
String slot)
Description for Gets the category of ResourceHealthMetadata to use for the given site.
|
com.azure.core.http.rest.Response<ResourceHealthMetadataInner> |
getBySiteWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Gets the category of ResourceHealthMetadata to use for the given site.
|
Mono<com.azure.core.http.rest.Response<ResourceHealthMetadataInner>> |
getBySiteWithResponseAsync(String resourceGroupName,
String name)
Description for Gets the category of ResourceHealthMetadata to use for the given site.
|
com.azure.core.http.rest.PagedIterable<ResourceHealthMetadataInner> |
list()
Description for List all ResourceHealthMetadata for all sites in the subscription.
|
com.azure.core.http.rest.PagedIterable<ResourceHealthMetadataInner> |
list(com.azure.core.util.Context context)
Description for List all ResourceHealthMetadata for all sites in the subscription.
|
com.azure.core.http.rest.PagedFlux<ResourceHealthMetadataInner> |
listAsync()
Description for List all ResourceHealthMetadata for all sites in the subscription.
|
com.azure.core.http.rest.PagedIterable<ResourceHealthMetadataInner> |
listByResourceGroup(String resourceGroupName)
Description for List all ResourceHealthMetadata for all sites in the resource group in the subscription.
|
com.azure.core.http.rest.PagedIterable<ResourceHealthMetadataInner> |
listByResourceGroup(String resourceGroupName,
com.azure.core.util.Context context)
Description for List all ResourceHealthMetadata for all sites in the resource group in the subscription.
|
com.azure.core.http.rest.PagedFlux<ResourceHealthMetadataInner> |
listByResourceGroupAsync(String resourceGroupName)
Description for List all ResourceHealthMetadata for all sites in the resource group in the subscription.
|
com.azure.core.http.rest.PagedIterable<ResourceHealthMetadataInner> |
listBySite(String resourceGroupName,
String name)
Description for Gets the category of ResourceHealthMetadata to use for the given site as a collection.
|
com.azure.core.http.rest.PagedIterable<ResourceHealthMetadataInner> |
listBySite(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Gets the category of ResourceHealthMetadata to use for the given site as a collection.
|
com.azure.core.http.rest.PagedFlux<ResourceHealthMetadataInner> |
listBySiteAsync(String resourceGroupName,
String name)
Description for Gets the category of ResourceHealthMetadata to use for the given site as a collection.
|
com.azure.core.http.rest.PagedIterable<ResourceHealthMetadataInner> |
listBySiteSlot(String resourceGroupName,
String name,
String slot)
Description for Gets the category of ResourceHealthMetadata to use for the given site as a collection.
|
com.azure.core.http.rest.PagedIterable<ResourceHealthMetadataInner> |
listBySiteSlot(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Gets the category of ResourceHealthMetadata to use for the given site as a collection.
|
com.azure.core.http.rest.PagedFlux<ResourceHealthMetadataInner> |
listBySiteSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Gets the category of ResourceHealthMetadata to use for the given site as a collection.
|
com.azure.core.http.rest.PagedFlux<ResourceHealthMetadataInner> listAsync()
listAsync in interface InnerSupportsListing<ResourceHealthMetadataInner>DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ResourceHealthMetadataInner> list()
list in interface InnerSupportsListing<ResourceHealthMetadataInner>DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ResourceHealthMetadataInner> list(com.azure.core.util.Context context)
context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<ResourceHealthMetadataInner> listByResourceGroupAsync(String resourceGroupName)
listByResourceGroupAsync in interface InnerSupportsListing<ResourceHealthMetadataInner>resourceGroupName - Name of the resource group to which the resource belongs.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ResourceHealthMetadataInner> listByResourceGroup(String resourceGroupName)
listByResourceGroup in interface InnerSupportsListing<ResourceHealthMetadataInner>resourceGroupName - Name of the resource group to which the resource belongs.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ResourceHealthMetadataInner> listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<ResourceHealthMetadataInner> listBySiteAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ResourceHealthMetadataInner> listBySite(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ResourceHealthMetadataInner> listBySite(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<ResourceHealthMetadataInner>> getBySiteWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ResourceHealthMetadataInner> getBySiteAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ResourceHealthMetadataInner getBySite(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<ResourceHealthMetadataInner> getBySiteWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<ResourceHealthMetadataInner> listBySiteSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ResourceHealthMetadataInner> listBySiteSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ResourceHealthMetadataInner> listBySiteSlot(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<ResourceHealthMetadataInner>> getBySiteSlotWithResponseAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ResourceHealthMetadataInner> getBySiteSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ResourceHealthMetadataInner getBySiteSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<ResourceHealthMetadataInner> getBySiteSlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2021 Microsoft Corporation. All rights reserved.