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 resources Description for Gets the private link resources.StaticSitesClient.getPrivateLinkResources
(String resourceGroupName, String name) Gets the private link resources Description for Gets the private link resources.WebAppsClient.getPrivateLinkResources
(String resourceGroupName, String name) Gets the private link resources Description for Gets the private link resources.WebAppsClient.getPrivateLinkResourcesSlot
(String resourceGroupName, String name, String slot) Gets the private link resources Description for Gets the private link resources.Methods 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 resources Description for Gets the private link resources.StaticSitesClient.getPrivateLinkResourcesAsync
(String resourceGroupName, String name) Gets the private link resources Description for Gets the private link resources.WebAppsClient.getPrivateLinkResourcesAsync
(String resourceGroupName, String name) Gets the private link resources Description for Gets the private link resources.WebAppsClient.getPrivateLinkResourcesSlotAsync
(String resourceGroupName, String name, String slot) Gets the private link resources Description for Gets the private link resources.com.azure.core.http.rest.Response
<PrivateLinkResourcesWrapperInner> WebAppsClient.getPrivateLinkResourcesSlotWithResponse
(String resourceGroupName, String name, String slot, com.azure.core.util.Context context) Gets the private link resources Description for Gets the private link resources.Mono
<com.azure.core.http.rest.Response<PrivateLinkResourcesWrapperInner>> WebAppsClient.getPrivateLinkResourcesSlotWithResponseAsync
(String resourceGroupName, String name, String slot) Gets the private link resources Description for Gets the private link resources.com.azure.core.http.rest.Response
<PrivateLinkResourcesWrapperInner> AppServiceEnvironmentsClient.getPrivateLinkResourcesWithResponse
(String resourceGroupName, String name, com.azure.core.util.Context context) Gets the private link resources Description for Gets the private link resources.com.azure.core.http.rest.Response
<PrivateLinkResourcesWrapperInner> StaticSitesClient.getPrivateLinkResourcesWithResponse
(String resourceGroupName, String name, com.azure.core.util.Context context) Gets the private link resources Description for Gets the private link resources.com.azure.core.http.rest.Response
<PrivateLinkResourcesWrapperInner> WebAppsClient.getPrivateLinkResourcesWithResponse
(String resourceGroupName, String name, com.azure.core.util.Context context) Gets the private link resources Description for Gets the private link resources.Mono
<com.azure.core.http.rest.Response<PrivateLinkResourcesWrapperInner>> AppServiceEnvironmentsClient.getPrivateLinkResourcesWithResponseAsync
(String resourceGroupName, String name) Gets the private link resources Description for Gets the private link resources.Mono
<com.azure.core.http.rest.Response<PrivateLinkResourcesWrapperInner>> StaticSitesClient.getPrivateLinkResourcesWithResponseAsync
(String resourceGroupName, String name) Gets the private link resources Description for Gets the private link resources.Mono
<com.azure.core.http.rest.Response<PrivateLinkResourcesWrapperInner>> WebAppsClient.getPrivateLinkResourcesWithResponseAsync
(String resourceGroupName, String name) Gets the private link resources Description for 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.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateLinkResourcesWrapperInner from the JsonReader.PrivateLinkResourcesWrapperInner.withValue
(List<PrivateLinkResource> value) Set the value property: The value property.