Uses of Class
com.azure.resourcemanager.webpubsub.models.WebPubSubNetworkACLs
Package
Description
Package containing the inner data models for WebPubSubManagementClient.
Package containing the data models for WebPubSubManagementClient.
-
Uses of WebPubSubNetworkACLs in com.azure.resourcemanager.webpubsub.fluent.models
Modifier and TypeMethodDescriptionWebPubSubProperties.networkACLs()
Get the networkACLs property: Network ACLs for the resource.WebPubSubResourceInner.networkACLs()
Get the networkACLs property: Network ACLs for the resource.Modifier and TypeMethodDescriptionWebPubSubProperties.withNetworkACLs
(WebPubSubNetworkACLs networkACLs) Set the networkACLs property: Network ACLs for the resource.WebPubSubResourceInner.withNetworkACLs
(WebPubSubNetworkACLs networkACLs) Set the networkACLs property: Network ACLs for the resource. -
Uses of WebPubSubNetworkACLs in com.azure.resourcemanager.webpubsub.models
Modifier and TypeMethodDescriptionWebPubSubResource.networkACLs()
Gets the networkACLs property: Network ACLs for the resource.WebPubSubNetworkACLs.withDefaultAction
(AclAction defaultAction) Set the defaultAction property: Azure Networking ACL Action.WebPubSubNetworkACLs.withPrivateEndpoints
(List<PrivateEndpointAcl> privateEndpoints) Set the privateEndpoints property: ACLs for requests from private endpoints.WebPubSubNetworkACLs.withPublicNetwork
(NetworkAcl publicNetwork) Set the publicNetwork property: Network ACL.Modifier and TypeMethodDescriptionWebPubSubResource.DefinitionStages.WithNetworkACLs.withNetworkACLs
(WebPubSubNetworkACLs networkACLs) Specifies the networkACLs property: Network ACLs for the resource.WebPubSubResource.UpdateStages.WithNetworkACLs.withNetworkACLs
(WebPubSubNetworkACLs networkACLs) Specifies the networkACLs property: Network ACLs for the resource.