次の方法で共有


Namespace.DefinitionStages.WithInboundIpRules Interface

public static interface Namespace.DefinitionStages.WithInboundIpRules

The stage of the Namespace definition allowing to specify inboundIpRules.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withInboundIpRules(List<InboundIpRule> inboundIpRules)

Specifies the inboundIpRules property: This can be used to restrict traffic from specific IPs instead of all IPs.

Method Details

withInboundIpRules

public abstract Namespace.DefinitionStages.WithCreate withInboundIpRules(List<InboundIpRule> inboundIpRules)

Specifies the inboundIpRules property: This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled..

Parameters:

inboundIpRules - This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled.

Returns:

the next definition stage.

Applies to