SecurityRulePropertiesFormat |
SecurityRulePropertiesFormat.withAccess(SecurityRuleAccess access) |
Set the access property: The network traffic is allowed or denied.
|
SecurityRulePropertiesFormat |
SecurityRulePropertiesFormat.withDescription(String description) |
Set the description property: A description for this rule.
|
SecurityRulePropertiesFormat |
SecurityRulePropertiesFormat.withDestinationAddressPrefix(String destinationAddressPrefix) |
Set the destinationAddressPrefix property: The destination address prefix.
|
SecurityRulePropertiesFormat |
SecurityRulePropertiesFormat.withDestinationAddressPrefixes(List<String> destinationAddressPrefixes) |
Set the destinationAddressPrefixes property: The destination address prefixes.
|
SecurityRulePropertiesFormat |
SecurityRulePropertiesFormat.withDestinationApplicationSecurityGroups(List<ApplicationSecurityGroupInner> destinationApplicationSecurityGroups) |
Set the destinationApplicationSecurityGroups property: The application security group specified as destination.
|
SecurityRulePropertiesFormat |
SecurityRulePropertiesFormat.withDestinationPortRange(String destinationPortRange) |
Set the destinationPortRange property: The destination port or range.
|
SecurityRulePropertiesFormat |
SecurityRulePropertiesFormat.withDestinationPortRanges(List<String> destinationPortRanges) |
Set the destinationPortRanges property: The destination port ranges.
|
SecurityRulePropertiesFormat |
SecurityRulePropertiesFormat.withDirection(SecurityRuleDirection direction) |
Set the direction property: The direction of the rule.
|
SecurityRulePropertiesFormat |
SecurityRulePropertiesFormat.withPriority(Integer priority) |
Set the priority property: The priority of the rule.
|
SecurityRulePropertiesFormat |
SecurityRulePropertiesFormat.withProtocol(SecurityRuleProtocol protocol) |
Set the protocol property: Network protocol this rule applies to.
|
SecurityRulePropertiesFormat |
SecurityRulePropertiesFormat.withSourceAddressPrefix(String sourceAddressPrefix) |
Set the sourceAddressPrefix property: The CIDR or source IP range.
|
SecurityRulePropertiesFormat |
SecurityRulePropertiesFormat.withSourceAddressPrefixes(List<String> sourceAddressPrefixes) |
Set the sourceAddressPrefixes property: The CIDR or source IP ranges.
|
SecurityRulePropertiesFormat |
SecurityRulePropertiesFormat.withSourceApplicationSecurityGroups(List<ApplicationSecurityGroupInner> sourceApplicationSecurityGroups) |
Set the sourceApplicationSecurityGroups property: The application security group specified as source.
|
SecurityRulePropertiesFormat |
SecurityRulePropertiesFormat.withSourcePortRange(String sourcePortRange) |
Set the sourcePortRange property: The source port or range.
|
SecurityRulePropertiesFormat |
SecurityRulePropertiesFormat.withSourcePortRanges(List<String> sourcePortRanges) |
Set the sourcePortRanges property: The source port ranges.
|