public static interface WebAppBase.DefinitionStages.WithNetworkAccess<FluentT>
| Modifier and Type | Method and Description |
|---|---|
WebAppBase.DefinitionStages.WithCreate<FluentT> |
withAccessFromIpAddress(String ipAddress,
int priority)
Specifies that access to the web app from the specific ip address should be allowed.
|
WebAppBase.DefinitionStages.WithCreate<FluentT> |
withAccessFromIpAddressRange(String ipAddressCidr,
int priority)
Specifies that access to the web app from the specific ip range should be allowed.
|
WebAppBase.DefinitionStages.WithCreate<FluentT> |
withAccessFromNetworkSubnet(String subnetId,
int priority)
Specifies that access to the web app from the specific virtual network subnet should be allowed.
|
WebAppBase.DefinitionStages.WithCreate<FluentT> |
withAccessRule(IpSecurityRestriction ipSecurityRule)
Specifies the ip security rule.
|
WebAppBase.DefinitionStages.WithCreate<FluentT> withAccessFromNetworkSubnet(String subnetId, int priority)
subnetId - the virtual network subnet idpriority - the priority of the ruleWebAppBase.DefinitionStages.WithCreate<FluentT> withAccessFromIpAddress(String ipAddress, int priority)
ipAddress - the ip addresspriority - the priority of the ruleWebAppBase.DefinitionStages.WithCreate<FluentT> withAccessFromIpAddressRange(String ipAddressCidr, int priority)
ipAddressCidr - the ip address range expressed in cidr formatpriority - the priority of the ruleWebAppBase.DefinitionStages.WithCreate<FluentT> withAccessRule(IpSecurityRestriction ipSecurityRule)
ipSecurityRule - the ip security ruleVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.