Uses of Class
com.azure.resourcemanager.cosmos.models.IpAddressOrRange
-
Packages that use IpAddressOrRange 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 IpAddressOrRange in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return types with arguments of type IpAddressOrRange Modifier and Type Method Description List<IpAddressOrRange>DatabaseAccountCreateUpdateProperties. ipRules()Get the ipRules property: List of IpRules.List<IpAddressOrRange>DatabaseAccountGetProperties. ipRules()Get the ipRules property: List of IpRules.List<IpAddressOrRange>DatabaseAccountGetResultsInner. ipRules()Get the ipRules property: List of IpRules.List<IpAddressOrRange>DatabaseAccountUpdateProperties. ipRules()Get the ipRules property: List of IpRules.Method parameters in com.azure.resourcemanager.cosmos.fluent.models with type arguments of type IpAddressOrRange Modifier and Type Method Description DatabaseAccountCreateUpdatePropertiesDatabaseAccountCreateUpdateProperties. withIpRules(List<IpAddressOrRange> ipRules)Set the ipRules property: List of IpRules.DatabaseAccountGetPropertiesDatabaseAccountGetProperties. withIpRules(List<IpAddressOrRange> ipRules)Set the ipRules property: List of IpRules.DatabaseAccountGetResultsInnerDatabaseAccountGetResultsInner. withIpRules(List<IpAddressOrRange> ipRules)Set the ipRules property: List of IpRules.DatabaseAccountUpdatePropertiesDatabaseAccountUpdateProperties. 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 IpAddressOrRange Modifier and Type Method Description IpAddressOrRangeIpAddressOrRange. 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 IpAddressOrRange Modifier and Type Method Description List<IpAddressOrRange>CosmosDBAccount. ipRules()List<IpAddressOrRange>DatabaseAccountCreateUpdateParameters. ipRules()Get the ipRules property: List of IpRules.List<IpAddressOrRange>DatabaseAccountUpdateParameters. ipRules()Get the ipRules property: List of IpRules.Method parameters in com.azure.resourcemanager.cosmos.models with type arguments of type IpAddressOrRange Modifier and Type Method Description CosmosDBAccount.DefinitionStages.WithCreateCosmosDBAccount.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.WithOptionalsCosmosDBAccount.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.DatabaseAccountCreateUpdateParametersDatabaseAccountCreateUpdateParameters. withIpRules(List<IpAddressOrRange> ipRules)Set the ipRules property: List of IpRules.DatabaseAccountUpdateParametersDatabaseAccountUpdateParameters. withIpRules(List<IpAddressOrRange> ipRules)Set the ipRules property: List of IpRules.
-