Uses of Class
com.azure.resourcemanager.appservice.models.IpSecurityRestriction
-
Packages that use IpSecurityRestriction Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of IpSecurityRestriction in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type IpSecurityRestriction Modifier and Type Method Description List<IpSecurityRestriction>SiteConfigInner. ipSecurityRestrictions()Get the ipSecurityRestrictions property: IP security restrictions for main.List<IpSecurityRestriction>SiteConfigResourceInner. ipSecurityRestrictions()Get the ipSecurityRestrictions property: IP security restrictions for main.List<IpSecurityRestriction>SiteConfigInner. scmIpSecurityRestrictions()Get the scmIpSecurityRestrictions property: IP security restrictions for scm.List<IpSecurityRestriction>SiteConfigResourceInner. scmIpSecurityRestrictions()Get the scmIpSecurityRestrictions property: IP security restrictions for scm.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type IpSecurityRestriction Modifier and Type Method Description SiteConfigInnerSiteConfigInner. withIpSecurityRestrictions(List<IpSecurityRestriction> ipSecurityRestrictions)Set the ipSecurityRestrictions property: IP security restrictions for main.SiteConfigResourceInnerSiteConfigResourceInner. withIpSecurityRestrictions(List<IpSecurityRestriction> ipSecurityRestrictions)Set the ipSecurityRestrictions property: IP security restrictions for main.SiteConfigInnerSiteConfigInner. withScmIpSecurityRestrictions(List<IpSecurityRestriction> scmIpSecurityRestrictions)Set the scmIpSecurityRestrictions property: IP security restrictions for scm.SiteConfigResourceInnerSiteConfigResourceInner. withScmIpSecurityRestrictions(List<IpSecurityRestriction> scmIpSecurityRestrictions)Set the scmIpSecurityRestrictions property: IP security restrictions for scm. -
Uses of IpSecurityRestriction in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return IpSecurityRestriction Modifier and Type Method Description IpSecurityRestrictionIpSecurityRestriction. withAction(String action)Set the action property: Allow or Deny access for this IP range.IpSecurityRestrictionIpSecurityRestriction. withDescription(String description)Set the description property: IP restriction rule description.IpSecurityRestrictionIpSecurityRestriction. withHeaders(Map<String,List<String>> headers)Set the headers property: IP restriction rule headers.IpSecurityRestrictionIpSecurityRestriction. withIpAddress(String ipAddress)Set the ipAddress property: IP address the security restriction is valid for.IpSecurityRestrictionIpSecurityRestriction. withName(String name)Set the name property: IP restriction rule name.IpSecurityRestrictionIpSecurityRestriction. withPriority(Integer priority)Set the priority property: Priority of IP restriction rule.IpSecurityRestrictionIpSecurityRestriction. withSubnetMask(String subnetMask)Set the subnetMask property: Subnet mask for the range of IP addresses the restriction is valid for.IpSecurityRestrictionIpSecurityRestriction. withSubnetTrafficTag(Integer subnetTrafficTag)Set the subnetTrafficTag property: (internal) Subnet traffic tag.IpSecurityRestrictionIpSecurityRestriction. withTag(IpFilterTag tag)Set the tag property: Defines what this IP filter will be used for.IpSecurityRestrictionIpSecurityRestriction. withVnetSubnetResourceId(String vnetSubnetResourceId)Set the vnetSubnetResourceId property: Virtual network resource id.IpSecurityRestrictionIpSecurityRestriction. withVnetTrafficTag(Integer vnetTrafficTag)Set the vnetTrafficTag property: (internal) Vnet traffic tag.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type IpSecurityRestriction Modifier and Type Method Description List<IpSecurityRestriction>WebAppBase. ipSecurityRules()Methods in com.azure.resourcemanager.appservice.models with parameters of type IpSecurityRestriction Modifier and Type Method Description WebAppBase.DefinitionStages.WithCreate<FluentT>WebAppBase.DefinitionStages.WithNetworkAccess. withAccessRule(IpSecurityRestriction ipSecurityRule)Specifies the ip security rule.WebAppBase.Update<FluentT>WebAppBase.UpdateStages.WithNetworkAccess. withAccessRule(IpSecurityRestriction ipSecurityRule)Specifies that the ip security rule.WebAppBase.Update<FluentT>WebAppBase.UpdateStages.WithNetworkAccess. withoutAccessRule(IpSecurityRestriction ipSecurityRule)Specifies that the access rule should be removed.
-