Uses of Class
com.azure.resourcemanager.cosmos.models.PublicNetworkAccess
Packages that use PublicNetworkAccess
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of PublicNetworkAccess in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return PublicNetworkAccessModifier and TypeMethodDescriptionDatabaseAccountCreateUpdateProperties.publicNetworkAccess()Get the publicNetworkAccess property: Whether requests from Public Network are allowed.DatabaseAccountGetProperties.publicNetworkAccess()Get the publicNetworkAccess property: Whether requests from Public Network are allowed.DatabaseAccountGetResultsInner.publicNetworkAccess()Get the publicNetworkAccess property: Whether requests from Public Network are allowed.DatabaseAccountUpdateProperties.publicNetworkAccess()Get the publicNetworkAccess property: Whether requests from Public Network are allowed.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type PublicNetworkAccessModifier and TypeMethodDescriptionDatabaseAccountCreateUpdateProperties.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Whether requests from Public Network are allowed.DatabaseAccountGetProperties.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Whether requests from Public Network are allowed.DatabaseAccountGetResultsInner.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Whether requests from Public Network are allowed.DatabaseAccountUpdateProperties.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Whether requests from Public Network are allowed. -
Uses of PublicNetworkAccess in com.azure.resourcemanager.cosmos.models
Subclasses with type arguments of type PublicNetworkAccess in com.azure.resourcemanager.cosmos.modelsModifier and TypeClassDescriptionfinal classWhether requests from Public Network are allowed.Fields in com.azure.resourcemanager.cosmos.models declared as PublicNetworkAccessModifier and TypeFieldDescriptionstatic final PublicNetworkAccessPublicNetworkAccess.DISABLEDStatic value Disabled for PublicNetworkAccess.static final PublicNetworkAccessPublicNetworkAccess.ENABLEDStatic value Enabled for PublicNetworkAccess.static final PublicNetworkAccessPublicNetworkAccess.SECURED_BY_PERIMETERStatic value SecuredByPerimeter for PublicNetworkAccess.Methods in com.azure.resourcemanager.cosmos.models that return PublicNetworkAccessModifier and TypeMethodDescriptionstatic PublicNetworkAccessPublicNetworkAccess.fromString(String name) Creates or finds a PublicNetworkAccess from its string representation.CosmosDBAccount.publicNetworkAccess()Whether the CosmosDB account can be accessed from public network.DatabaseAccountCreateUpdateParameters.publicNetworkAccess()Get the publicNetworkAccess property: Whether requests from Public Network are allowed.DatabaseAccountUpdateParameters.publicNetworkAccess()Get the publicNetworkAccess property: Whether requests from Public Network are allowed.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type PublicNetworkAccessModifier and TypeMethodDescriptionstatic Collection<PublicNetworkAccess> PublicNetworkAccess.values()Gets known PublicNetworkAccess values.Methods in com.azure.resourcemanager.cosmos.models with parameters of type PublicNetworkAccessModifier and TypeMethodDescriptionDatabaseAccountCreateUpdateParameters.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Whether requests from Public Network are allowed.DatabaseAccountUpdateParameters.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Whether requests from Public Network are allowed.