Uses of Class
com.azure.resourcemanager.appservice.fluent.models.PrivateLinkResourcesWrapperInner
Packages that use PrivateLinkResourcesWrapperInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
-
Uses of PrivateLinkResourcesWrapperInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return PrivateLinkResourcesWrapperInnerModifier and TypeMethodDescriptionAppServiceEnvironmentsClient.getPrivateLinkResources(String resourceGroupName, String name) Gets the private link resourcesStaticSitesClient.getPrivateLinkResources(String resourceGroupName, String name) Gets the private link resourcesWebAppsClient.getPrivateLinkResources(String resourceGroupName, String name) Gets the private link resourcesWebAppsClient.getPrivateLinkResourcesSlot(String resourceGroupName, String name, String slot) Gets the private link resourcesMethods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type PrivateLinkResourcesWrapperInnerModifier and TypeMethodDescriptionAppServiceEnvironmentsClient.getPrivateLinkResourcesAsync(String resourceGroupName, String name) Gets the private link resourcesStaticSitesClient.getPrivateLinkResourcesAsync(String resourceGroupName, String name) Gets the private link resourcesWebAppsClient.getPrivateLinkResourcesAsync(String resourceGroupName, String name) Gets the private link resourcesWebAppsClient.getPrivateLinkResourcesSlotAsync(String resourceGroupName, String name, String slot) Gets the private link resourcescom.azure.core.http.rest.Response<PrivateLinkResourcesWrapperInner>WebAppsClient.getPrivateLinkResourcesSlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context) Gets the private link resourcesMono<com.azure.core.http.rest.Response<PrivateLinkResourcesWrapperInner>>WebAppsClient.getPrivateLinkResourcesSlotWithResponseAsync(String resourceGroupName, String name, String slot) Gets the private link resourcescom.azure.core.http.rest.Response<PrivateLinkResourcesWrapperInner>AppServiceEnvironmentsClient.getPrivateLinkResourcesWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context) Gets the private link resourcescom.azure.core.http.rest.Response<PrivateLinkResourcesWrapperInner>StaticSitesClient.getPrivateLinkResourcesWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context) Gets the private link resourcescom.azure.core.http.rest.Response<PrivateLinkResourcesWrapperInner>WebAppsClient.getPrivateLinkResourcesWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context) Gets the private link resourcesMono<com.azure.core.http.rest.Response<PrivateLinkResourcesWrapperInner>>AppServiceEnvironmentsClient.getPrivateLinkResourcesWithResponseAsync(String resourceGroupName, String name) Gets the private link resourcesMono<com.azure.core.http.rest.Response<PrivateLinkResourcesWrapperInner>>StaticSitesClient.getPrivateLinkResourcesWithResponseAsync(String resourceGroupName, String name) Gets the private link resourcesMono<com.azure.core.http.rest.Response<PrivateLinkResourcesWrapperInner>>WebAppsClient.getPrivateLinkResourcesWithResponseAsync(String resourceGroupName, String name) Gets the private link resources -
Uses of PrivateLinkResourcesWrapperInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return PrivateLinkResourcesWrapperInnerModifier and TypeMethodDescriptionPrivateLinkResourcesWrapperInner.withValue(List<PrivateLinkResource> value) Set the value property: The value property.