Uses of Class
com.azure.resourcemanager.cdn.fluent.models.ResourcesResponseInner
-
Packages that use ResourcesResponseInner Package Description com.azure.resourcemanager.cdn.fluent Package containing the service clients for CdnManagementClient.com.azure.resourcemanager.cdn.fluent.models 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 ResourcesResponseInner Modifier and Type Method Description ResourcesResponseInnerLogAnalyticsClient. 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 ResourcesResponseInner Modifier and Type Method Description Mono<ResourcesResponseInner>LogAnalyticsClient. 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 ResourcesResponseInner Modifier and Type Method Description ResourcesResponseInnerResourcesResponseInner. withCustomDomains(List<ResourcesResponseCustomDomainsItem> customDomains)Set the customDomains property: The customDomains property.ResourcesResponseInnerResourcesResponseInner. withEndpoints(List<ResourcesResponseEndpointsItem> endpoints)Set the endpoints property: The endpoints property.
-