Uses of Class
com.azure.resourcemanager.eventgrid.models.PublicNetworkAccess
-
Packages that use PublicNetworkAccess Package Description com.azure.resourcemanager.eventgrid.fluent.models Package containing the inner data models for EventGridManagementClient.com.azure.resourcemanager.eventgrid.models Package containing the data models for EventGridManagementClient. -
-
Uses of PublicNetworkAccess in com.azure.resourcemanager.eventgrid.fluent.models
Methods in com.azure.resourcemanager.eventgrid.fluent.models that return PublicNetworkAccess Modifier and Type Method Description PublicNetworkAccessDomainInner. publicNetworkAccess()Get the publicNetworkAccess property: This determines if traffic is allowed over public network.PublicNetworkAccessDomainProperties. publicNetworkAccess()Get the publicNetworkAccess property: This determines if traffic is allowed over public network.PublicNetworkAccessDomainUpdateParameterProperties. publicNetworkAccess()Get the publicNetworkAccess property: This determines if traffic is allowed over public network.PublicNetworkAccessTopicInner. publicNetworkAccess()Get the publicNetworkAccess property: This determines if traffic is allowed over public network.PublicNetworkAccessTopicProperties. publicNetworkAccess()Get the publicNetworkAccess property: This determines if traffic is allowed over public network.PublicNetworkAccessTopicUpdateParameterProperties. publicNetworkAccess()Get the publicNetworkAccess property: This determines if traffic is allowed over public network.Methods in com.azure.resourcemanager.eventgrid.fluent.models with parameters of type PublicNetworkAccess Modifier and Type Method Description DomainInnerDomainInner. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: This determines if traffic is allowed over public network.DomainPropertiesDomainProperties. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: This determines if traffic is allowed over public network.DomainUpdateParameterPropertiesDomainUpdateParameterProperties. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: This determines if traffic is allowed over public network.TopicInnerTopicInner. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: This determines if traffic is allowed over public network.TopicPropertiesTopicProperties. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: This determines if traffic is allowed over public network.TopicUpdateParameterPropertiesTopicUpdateParameterProperties. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: This determines if traffic is allowed over public network. -
Uses of PublicNetworkAccess in com.azure.resourcemanager.eventgrid.models
Fields in com.azure.resourcemanager.eventgrid.models declared as PublicNetworkAccess Modifier and Type Field Description static PublicNetworkAccessPublicNetworkAccess. DISABLEDStatic value Disabled for PublicNetworkAccess.static PublicNetworkAccessPublicNetworkAccess. ENABLEDStatic value Enabled for PublicNetworkAccess.Methods in com.azure.resourcemanager.eventgrid.models that return PublicNetworkAccess Modifier and Type Method Description static PublicNetworkAccessPublicNetworkAccess. fromString(String name)Creates or finds a PublicNetworkAccess from its string representation.PublicNetworkAccessDomain. publicNetworkAccess()Gets the publicNetworkAccess property: This determines if traffic is allowed over public network.PublicNetworkAccessDomainUpdateParameters. publicNetworkAccess()Get the publicNetworkAccess property: This determines if traffic is allowed over public network.PublicNetworkAccessTopic. publicNetworkAccess()Gets the publicNetworkAccess property: This determines if traffic is allowed over public network.PublicNetworkAccessTopicUpdateParameters. publicNetworkAccess()Get the publicNetworkAccess property: This determines if traffic is allowed over public network.Methods in com.azure.resourcemanager.eventgrid.models that return types with arguments of type PublicNetworkAccess Modifier and Type Method Description static Collection<PublicNetworkAccess>PublicNetworkAccess. values()Methods in com.azure.resourcemanager.eventgrid.models with parameters of type PublicNetworkAccess Modifier and Type Method Description Domain.DefinitionStages.WithCreateDomain.DefinitionStages.WithPublicNetworkAccess. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Specifies the publicNetworkAccess property: This determines if traffic is allowed over public network.Domain.UpdateDomain.UpdateStages.WithPublicNetworkAccess. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Specifies the publicNetworkAccess property: This determines if traffic is allowed over public network.DomainUpdateParametersDomainUpdateParameters. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: This determines if traffic is allowed over public network.Topic.DefinitionStages.WithCreateTopic.DefinitionStages.WithPublicNetworkAccess. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Specifies the publicNetworkAccess property: This determines if traffic is allowed over public network.Topic.UpdateTopic.UpdateStages.WithPublicNetworkAccess. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Specifies the publicNetworkAccess property: This determines if traffic is allowed over public network.TopicUpdateParametersTopicUpdateParameters. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: This determines if traffic is allowed over public network.
-