Uses of Class
com.azure.resourcemanager.cosmos.models.NetworkAclBypass
-
Packages that use NetworkAclBypass 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 NetworkAclBypass in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return NetworkAclBypass Modifier and Type Method Description NetworkAclBypassDatabaseAccountCreateUpdateProperties. networkAclBypass()Get the networkAclBypass property: Indicates what services are allowed to bypass firewall checks.NetworkAclBypassDatabaseAccountGetProperties. networkAclBypass()Get the networkAclBypass property: Indicates what services are allowed to bypass firewall checks.NetworkAclBypassDatabaseAccountGetResultsInner. networkAclBypass()Get the networkAclBypass property: Indicates what services are allowed to bypass firewall checks.NetworkAclBypassDatabaseAccountUpdateProperties. 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 NetworkAclBypass Modifier and Type Method Description DatabaseAccountCreateUpdatePropertiesDatabaseAccountCreateUpdateProperties. withNetworkAclBypass(NetworkAclBypass networkAclBypass)Set the networkAclBypass property: Indicates what services are allowed to bypass firewall checks.DatabaseAccountGetPropertiesDatabaseAccountGetProperties. withNetworkAclBypass(NetworkAclBypass networkAclBypass)Set the networkAclBypass property: Indicates what services are allowed to bypass firewall checks.DatabaseAccountGetResultsInnerDatabaseAccountGetResultsInner. withNetworkAclBypass(NetworkAclBypass networkAclBypass)Set the networkAclBypass property: Indicates what services are allowed to bypass firewall checks.DatabaseAccountUpdatePropertiesDatabaseAccountUpdateProperties. 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
Methods in com.azure.resourcemanager.cosmos.models that return NetworkAclBypass Modifier and Type Method Description static NetworkAclBypassNetworkAclBypass. fromString(String value)Parses a serialized value to a NetworkAclBypass instance.NetworkAclBypassDatabaseAccountCreateUpdateParameters. networkAclBypass()Get the networkAclBypass property: Indicates what services are allowed to bypass firewall checks.NetworkAclBypassDatabaseAccountUpdateParameters. networkAclBypass()Get the networkAclBypass property: Indicates what services are allowed to bypass firewall checks.static NetworkAclBypassNetworkAclBypass. valueOf(String name)Returns 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 NetworkAclBypass Modifier and Type Method Description DatabaseAccountCreateUpdateParametersDatabaseAccountCreateUpdateParameters. withNetworkAclBypass(NetworkAclBypass networkAclBypass)Set the networkAclBypass property: Indicates what services are allowed to bypass firewall checks.DatabaseAccountUpdateParametersDatabaseAccountUpdateParameters. withNetworkAclBypass(NetworkAclBypass networkAclBypass)Set the networkAclBypass property: Indicates what services are allowed to bypass firewall checks.
-