Uses of Class
com.azure.resourcemanager.cdn.fluent.models.ResourcesResponseInner
Packages that use ResourcesResponseInner
Package
Description
Package containing the service clients for CdnManagementClient.
Package containing the inner data models for CdnManagementClient.
-
Uses of ResourcesResponseInner in com.azure.resourcemanager.cdn.fluent
Methods in com.azure.resourcemanager.cdn.fluent that return ResourcesResponseInnerModifier and TypeMethodDescriptionLogAnalyticsClient.getLogAnalyticsResources(String resourceGroupName, String profileName) Get all endpoints and custom domains available for AFD log report.Methods in com.azure.resourcemanager.cdn.fluent that return types with arguments of type ResourcesResponseInnerModifier and TypeMethodDescriptionLogAnalyticsClient.getLogAnalyticsResourcesAsync(String resourceGroupName, String profileName) Get all endpoints and custom domains available for AFD log report.com.azure.core.http.rest.Response<ResourcesResponseInner>LogAnalyticsClient.getLogAnalyticsResourcesWithResponse(String resourceGroupName, String profileName, com.azure.core.util.Context context) Get all endpoints and custom domains available for AFD log report.Mono<com.azure.core.http.rest.Response<ResourcesResponseInner>>LogAnalyticsClient.getLogAnalyticsResourcesWithResponseAsync(String resourceGroupName, String profileName) Get all endpoints and custom domains available for AFD log report. -
Uses of ResourcesResponseInner in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return ResourcesResponseInnerModifier and TypeMethodDescriptionResourcesResponseInner.withCustomDomains(List<ResourcesResponseCustomDomainsItem> customDomains) Set the customDomains property: The customDomains property.ResourcesResponseInner.withEndpoints(List<ResourcesResponseEndpointsItem> endpoints) Set the endpoints property: The endpoints property.