Uses of Enum
com.azure.resourcemanager.cosmos.models.NetworkAclBypass
Packages that use NetworkAclBypass
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of NetworkAclBypass in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return NetworkAclBypassModifier and TypeMethodDescriptionDatabaseAccountCreateUpdateProperties.networkAclBypass()Get the networkAclBypass property: Indicates what services are allowed to bypass firewall checks.DatabaseAccountGetProperties.networkAclBypass()Get the networkAclBypass property: Indicates what services are allowed to bypass firewall checks.DatabaseAccountGetResultsInner.networkAclBypass()Get the networkAclBypass property: Indicates what services are allowed to bypass firewall checks.DatabaseAccountUpdateProperties.networkAclBypass()Get the networkAclBypass property: Indicates what services are allowed to bypass firewall checks.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type NetworkAclBypassModifier and TypeMethodDescriptionDatabaseAccountCreateUpdateProperties.withNetworkAclBypass(NetworkAclBypass networkAclBypass) Set the networkAclBypass property: Indicates what services are allowed to bypass firewall checks.DatabaseAccountGetProperties.withNetworkAclBypass(NetworkAclBypass networkAclBypass) Set the networkAclBypass property: Indicates what services are allowed to bypass firewall checks.DatabaseAccountGetResultsInner.withNetworkAclBypass(NetworkAclBypass networkAclBypass) Set the networkAclBypass property: Indicates what services are allowed to bypass firewall checks.DatabaseAccountUpdateProperties.withNetworkAclBypass(NetworkAclBypass networkAclBypass) Set the networkAclBypass property: Indicates what services are allowed to bypass firewall checks. -
Uses of NetworkAclBypass in com.azure.resourcemanager.cosmos.models
Subclasses with type arguments of type NetworkAclBypass in com.azure.resourcemanager.cosmos.modelsModifier and TypeClassDescriptionenumIndicates what services are allowed to bypass firewall checks.Methods in com.azure.resourcemanager.cosmos.models that return NetworkAclBypassModifier and TypeMethodDescriptionstatic NetworkAclBypassNetworkAclBypass.fromString(String value) Parses a serialized value to a NetworkAclBypass instance.DatabaseAccountCreateUpdateParameters.networkAclBypass()Get the networkAclBypass property: Indicates what services are allowed to bypass firewall checks.DatabaseAccountUpdateParameters.networkAclBypass()Get the networkAclBypass property: Indicates what services are allowed to bypass firewall checks.static NetworkAclBypassReturns the enum constant of this type with the specified name.static NetworkAclBypass[]NetworkAclBypass.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.cosmos.models with parameters of type NetworkAclBypassModifier and TypeMethodDescriptionDatabaseAccountCreateUpdateParameters.withNetworkAclBypass(NetworkAclBypass networkAclBypass) Set the networkAclBypass property: Indicates what services are allowed to bypass firewall checks.DatabaseAccountUpdateParameters.withNetworkAclBypass(NetworkAclBypass networkAclBypass) Set the networkAclBypass property: Indicates what services are allowed to bypass firewall checks.