Package | Description |
---|---|
com.microsoft.azure.management.cdn |
This package contains the classes for CdnManagementClient.
|
Modifier and Type | Method and Description |
---|---|
CidrIpAddress |
CidrIpAddress.withBaseIpAddress(String baseIpAddress)
Set the baseIpAddress value.
|
CidrIpAddress |
CidrIpAddress.withPrefixLength(Integer prefixLength)
Set the prefixLength value.
|
Modifier and Type | Method and Description |
---|---|
List<CidrIpAddress> |
IpAddressGroup.ipv4Addresses()
Get the ipv4Addresses value.
|
List<CidrIpAddress> |
IpAddressGroup.ipv6Addresses()
Get the ipv6Addresses value.
|
Modifier and Type | Method and Description |
---|---|
IpAddressGroup |
IpAddressGroup.withIpv4Addresses(List<CidrIpAddress> ipv4Addresses)
Set the ipv4Addresses value.
|
IpAddressGroup |
IpAddressGroup.withIpv6Addresses(List<CidrIpAddress> ipv6Addresses)
Set the ipv6Addresses value.
|
Copyright © 2019. All rights reserved.