Uses of Class
com.azure.resourcemanager.cosmos.models.PublicNetworkAccess
-
Packages that use PublicNetworkAccess Package Description com.azure.resourcemanager.cosmos.fluent.models Package containing the inner data models for CosmosDBManagementClient.com.azure.resourcemanager.cosmos.models 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 PublicNetworkAccess Modifier and Type Method Description PublicNetworkAccessDatabaseAccountCreateUpdateProperties. publicNetworkAccess()Get the publicNetworkAccess property: Whether requests from Public Network are allowed.PublicNetworkAccessDatabaseAccountGetProperties. publicNetworkAccess()Get the publicNetworkAccess property: Whether requests from Public Network are allowed.PublicNetworkAccessDatabaseAccountGetResultsInner. publicNetworkAccess()Get the publicNetworkAccess property: Whether requests from Public Network are allowed.PublicNetworkAccessDatabaseAccountUpdateProperties. publicNetworkAccess()Get the publicNetworkAccess property: Whether requests from Public Network are allowed.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type PublicNetworkAccess Modifier and Type Method Description DatabaseAccountCreateUpdatePropertiesDatabaseAccountCreateUpdateProperties. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: Whether requests from Public Network are allowed.DatabaseAccountGetPropertiesDatabaseAccountGetProperties. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: Whether requests from Public Network are allowed.DatabaseAccountGetResultsInnerDatabaseAccountGetResultsInner. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: Whether requests from Public Network are allowed.DatabaseAccountUpdatePropertiesDatabaseAccountUpdateProperties. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: Whether requests from Public Network are allowed. -
Uses of PublicNetworkAccess in com.azure.resourcemanager.cosmos.models
Fields in com.azure.resourcemanager.cosmos.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.cosmos.models that return PublicNetworkAccess Modifier and Type Method Description static PublicNetworkAccessPublicNetworkAccess. fromString(String name)Creates or finds a PublicNetworkAccess from its string representation.PublicNetworkAccessDatabaseAccountCreateUpdateParameters. publicNetworkAccess()Get the publicNetworkAccess property: Whether requests from Public Network are allowed.PublicNetworkAccessDatabaseAccountUpdateParameters. 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 PublicNetworkAccess Modifier and Type Method Description static Collection<PublicNetworkAccess>PublicNetworkAccess. values()Methods in com.azure.resourcemanager.cosmos.models with parameters of type PublicNetworkAccess Modifier and Type Method Description DatabaseAccountCreateUpdateParametersDatabaseAccountCreateUpdateParameters. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: Whether requests from Public Network are allowed.DatabaseAccountUpdateParametersDatabaseAccountUpdateParameters. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: Whether requests from Public Network are allowed.
-