Mono<ResourceHealthMetadataInner> |
ResourceHealthMetadatasClient.getBySiteAsync(String resourceGroupName,
String name) |
Description for Gets the category of ResourceHealthMetadata to use for the given site.
|
Mono<ResourceHealthMetadataInner> |
ResourceHealthMetadatasClient.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> |
ResourceHealthMetadatasClient.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>> |
ResourceHealthMetadatasClient.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> |
ResourceHealthMetadatasClient.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>> |
ResourceHealthMetadatasClient.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> |
ResourceHealthMetadatasClient.list() |
Description for List all ResourceHealthMetadata for all sites in the subscription.
|
com.azure.core.http.rest.PagedIterable<ResourceHealthMetadataInner> |
ResourceHealthMetadatasClient.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> |
ResourceHealthMetadatasClient.listAsync() |
Description for List all ResourceHealthMetadata for all sites in the subscription.
|
com.azure.core.http.rest.PagedIterable<ResourceHealthMetadataInner> |
ResourceHealthMetadatasClient.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> |
ResourceHealthMetadatasClient.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> |
ResourceHealthMetadatasClient.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> |
ResourceHealthMetadatasClient.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> |
ResourceHealthMetadatasClient.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> |
ResourceHealthMetadatasClient.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> |
ResourceHealthMetadatasClient.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> |
ResourceHealthMetadatasClient.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> |
ResourceHealthMetadatasClient.listBySiteSlotAsync(String resourceGroupName,
String name,
String slot) |
Description for Gets the category of ResourceHealthMetadata to use for the given site as a collection.
|