Uses of Class
com.azure.resourcemanager.appservice.fluent.models.ResourceHealthMetadataInner
Packages that use ResourceHealthMetadataInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of ResourceHealthMetadataInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return ResourceHealthMetadataInnerModifier and TypeMethodDescriptionGets the category of ResourceHealthMetadata to use for the given siteResourceHealthMetadatasClient.getBySiteSlot(String resourceGroupName, String name, String slot) Gets the category of ResourceHealthMetadata to use for the given siteMethods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type ResourceHealthMetadataInnerModifier and TypeMethodDescriptionResourceHealthMetadatasClient.getBySiteAsync(String resourceGroupName, String name) Gets the category of ResourceHealthMetadata to use for the given siteResourceHealthMetadatasClient.getBySiteSlotAsync(String resourceGroupName, String name, String slot) Gets the category of ResourceHealthMetadata to use for the given sitecom.azure.core.http.rest.Response<ResourceHealthMetadataInner>ResourceHealthMetadatasClient.getBySiteSlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context) Gets the category of ResourceHealthMetadata to use for the given siteMono<com.azure.core.http.rest.Response<ResourceHealthMetadataInner>>ResourceHealthMetadatasClient.getBySiteSlotWithResponseAsync(String resourceGroupName, String name, String slot) Gets the category of ResourceHealthMetadata to use for the given sitecom.azure.core.http.rest.Response<ResourceHealthMetadataInner>ResourceHealthMetadatasClient.getBySiteWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context) Gets the category of ResourceHealthMetadata to use for the given siteMono<com.azure.core.http.rest.Response<ResourceHealthMetadataInner>>ResourceHealthMetadatasClient.getBySiteWithResponseAsync(String resourceGroupName, String name) Gets the category of ResourceHealthMetadata to use for the given sitecom.azure.core.http.rest.PagedIterable<ResourceHealthMetadataInner>ResourceHealthMetadatasClient.list()List all ResourceHealthMetadata for all sites in the subscription.com.azure.core.http.rest.PagedIterable<ResourceHealthMetadataInner>ResourceHealthMetadatasClient.list(com.azure.core.util.Context context) List all ResourceHealthMetadata for all sites in the subscription.com.azure.core.http.rest.PagedFlux<ResourceHealthMetadataInner>ResourceHealthMetadatasClient.listAsync()List all ResourceHealthMetadata for all sites in the subscription.com.azure.core.http.rest.PagedIterable<ResourceHealthMetadataInner>ResourceHealthMetadatasClient.listByResourceGroup(String resourceGroupName) 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) List all ResourceHealthMetadata for all sites in the resource group in the subscription.com.azure.core.http.rest.PagedFlux<ResourceHealthMetadataInner>ResourceHealthMetadatasClient.listByResourceGroupAsync(String resourceGroupName) 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) Gets the category of ResourceHealthMetadata to use for the given site as a collectioncom.azure.core.http.rest.PagedIterable<ResourceHealthMetadataInner>ResourceHealthMetadatasClient.listBySite(String resourceGroupName, String name, com.azure.core.util.Context context) Gets the category of ResourceHealthMetadata to use for the given site as a collectioncom.azure.core.http.rest.PagedFlux<ResourceHealthMetadataInner>ResourceHealthMetadatasClient.listBySiteAsync(String resourceGroupName, String name) Gets the category of ResourceHealthMetadata to use for the given site as a collectioncom.azure.core.http.rest.PagedIterable<ResourceHealthMetadataInner>ResourceHealthMetadatasClient.listBySiteSlot(String resourceGroupName, String name, String slot) Gets the category of ResourceHealthMetadata to use for the given site as a collectioncom.azure.core.http.rest.PagedIterable<ResourceHealthMetadataInner>ResourceHealthMetadatasClient.listBySiteSlot(String resourceGroupName, String name, String slot, com.azure.core.util.Context context) Gets the category of ResourceHealthMetadata to use for the given site as a collectioncom.azure.core.http.rest.PagedFlux<ResourceHealthMetadataInner>ResourceHealthMetadatasClient.listBySiteSlotAsync(String resourceGroupName, String name, String slot) Gets the category of ResourceHealthMetadata to use for the given site as a collection -
Uses of ResourceHealthMetadataInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return ResourceHealthMetadataInnerModifier and TypeMethodDescriptionResourceHealthMetadataInner.withCategory(String category) Set the category property: The category that the resource matches in the RHC Policy File.Set the kind property: Kind of resource.ResourceHealthMetadataInner.withSignalAvailability(Boolean signalAvailability) Set the signalAvailability property: Is there a health signal for the resource. -
Uses of ResourceHealthMetadataInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type ResourceHealthMetadataInnerModifier and TypeMethodDescriptionResourceHealthMetadataCollection.value()Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type ResourceHealthMetadataInnerModifier and TypeMethodDescriptionResourceHealthMetadataCollection.withValue(List<ResourceHealthMetadataInner> value) Set the value property: Collection of resources.