Uses of Class
com.azure.resourcemanager.cdn.fluent.models.EdgeNodeInner
Packages that use EdgeNodeInner
Package
Description
Package containing the service clients for CdnManagementClient.
Package containing the inner data models for CdnManagementClient.
Package containing the data models for CdnManagementClient.
-
Uses of EdgeNodeInner in com.azure.resourcemanager.cdn.fluent
Methods in com.azure.resourcemanager.cdn.fluent that return types with arguments of type EdgeNodeInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<EdgeNodeInner> EdgeNodesClient.list()Edgenodes are the global Point of Presence (POP) locations used to deliver CDN content to end users.com.azure.core.http.rest.PagedIterable<EdgeNodeInner> EdgeNodesClient.list(com.azure.core.util.Context context) Edgenodes are the global Point of Presence (POP) locations used to deliver CDN content to end users.com.azure.core.http.rest.PagedFlux<EdgeNodeInner> EdgeNodesClient.listAsync()Edgenodes are the global Point of Presence (POP) locations used to deliver CDN content to end users. -
Uses of EdgeNodeInner in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return EdgeNodeInnerModifier and TypeMethodDescriptionstatic EdgeNodeInnerEdgeNodeInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EdgeNodeInner from the JsonReader.EdgeNodeInner.withIpAddressGroups(List<IpAddressGroup> ipAddressGroups) Set the ipAddressGroups property: List of ip address groups. -
Uses of EdgeNodeInner in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type EdgeNodeInnerModifier and TypeMethodDescriptionEdgenodeResult.value()Get the value property: Edge node of CDN service.Constructors in com.azure.resourcemanager.cdn.models with parameters of type EdgeNodeInnerModifierConstructorDescriptionEdgeNode(EdgeNodeInner inner) Construct edge node object from server response object.