Uses of Class
com.azure.resourcemanager.cosmos.models.IpAddressOrRange
Packages that use IpAddressOrRange
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of IpAddressOrRange in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return types with arguments of type IpAddressOrRangeModifier and TypeMethodDescriptionDatabaseAccountCreateUpdateProperties.ipRules()Get the ipRules property: List of IpRules.DatabaseAccountGetProperties.ipRules()Get the ipRules property: List of IpRules.DatabaseAccountGetResultsInner.ipRules()Get the ipRules property: List of IpRules.DatabaseAccountUpdateProperties.ipRules()Get the ipRules property: List of IpRules.Method parameters in com.azure.resourcemanager.cosmos.fluent.models with type arguments of type IpAddressOrRangeModifier and TypeMethodDescriptionDatabaseAccountCreateUpdateProperties.withIpRules(List<IpAddressOrRange> ipRules) Set the ipRules property: List of IpRules.DatabaseAccountGetProperties.withIpRules(List<IpAddressOrRange> ipRules) Set the ipRules property: List of IpRules.DatabaseAccountGetResultsInner.withIpRules(List<IpAddressOrRange> ipRules) Set the ipRules property: List of IpRules.DatabaseAccountUpdateProperties.withIpRules(List<IpAddressOrRange> ipRules) Set the ipRules property: List of IpRules. -
Uses of IpAddressOrRange in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return IpAddressOrRangeModifier and TypeMethodDescriptionIpAddressOrRange.withIpAddressOrRange(String ipAddressOrRange) Set the ipAddressOrRange property: A single IPv4 address or a single IPv4 address range in CIDR format.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type IpAddressOrRangeModifier and TypeMethodDescriptionCosmosDBAccount.ipRules()DatabaseAccountCreateUpdateParameters.ipRules()Get the ipRules property: List of IpRules.DatabaseAccountUpdateParameters.ipRules()Get the ipRules property: List of IpRules.Method parameters in com.azure.resourcemanager.cosmos.models with type arguments of type IpAddressOrRangeModifier and TypeMethodDescriptionCosmosDBAccount.DefinitionStages.WithIpRules.withIpRules(List<IpAddressOrRange> ipRules) CosmosDB Firewall Support: This value specifies the set of IP addresses or IP address ranges in CIDR form to be included as the allowed list of client IPs for a given database account.CosmosDBAccount.UpdateStages.WithIpRules.withIpRules(List<IpAddressOrRange> ipRules) CosmosDB Firewall Support: This value specifies the set of IP addresses or IP address ranges in CIDR form to be included as the allowed list of client IPs for a given database account.DatabaseAccountCreateUpdateParameters.withIpRules(List<IpAddressOrRange> ipRules) Set the ipRules property: List of IpRules.DatabaseAccountUpdateParameters.withIpRules(List<IpAddressOrRange> ipRules) Set the ipRules property: List of IpRules.