108 строки
7.7 KiB
YAML
108 строки
7.7 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.cdn.IpAddressGroup"
|
|
fullName: "com.microsoft.azure.management.cdn.IpAddressGroup"
|
|
name: "IpAddressGroup"
|
|
nameWithType: "IpAddressGroup"
|
|
summary: "CDN Ip address group."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public class **IpAddressGroup**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.cdn.IpAddressGroup.IpAddressGroup()"
|
|
fullName: "com.microsoft.azure.management.cdn.IpAddressGroup.IpAddressGroup()"
|
|
name: "IpAddressGroup()"
|
|
nameWithType: "IpAddressGroup.IpAddressGroup()"
|
|
syntax: "public IpAddressGroup()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.cdn.IpAddressGroup.deliveryRegion()"
|
|
fullName: "com.microsoft.azure.management.cdn.IpAddressGroup.deliveryRegion()"
|
|
name: "deliveryRegion()"
|
|
nameWithType: "IpAddressGroup.deliveryRegion()"
|
|
summary: "Get the delivery region of the ip address group."
|
|
syntax: "public String deliveryRegion()"
|
|
desc: "Get the delivery region of the ip address group."
|
|
returns:
|
|
description: "the deliveryRegion value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cdn.IpAddressGroup.ipv4Addresses()"
|
|
fullName: "com.microsoft.azure.management.cdn.IpAddressGroup.ipv4Addresses()"
|
|
name: "ipv4Addresses()"
|
|
nameWithType: "IpAddressGroup.ipv4Addresses()"
|
|
summary: "Get the list of ip v4 addresses."
|
|
syntax: "public List<CidrIpAddress> ipv4Addresses()"
|
|
desc: "Get the list of ip v4 addresses."
|
|
returns:
|
|
description: "the ipv4Addresses value"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.cdn.CidrIpAddress?alt=com.microsoft.azure.management.cdn.CidrIpAddress&text=CidrIpAddress\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.cdn.IpAddressGroup.ipv6Addresses()"
|
|
fullName: "com.microsoft.azure.management.cdn.IpAddressGroup.ipv6Addresses()"
|
|
name: "ipv6Addresses()"
|
|
nameWithType: "IpAddressGroup.ipv6Addresses()"
|
|
summary: "Get the list of ip v6 addresses."
|
|
syntax: "public List<CidrIpAddress> ipv6Addresses()"
|
|
desc: "Get the list of ip v6 addresses."
|
|
returns:
|
|
description: "the ipv6Addresses value"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.cdn.CidrIpAddress?alt=com.microsoft.azure.management.cdn.CidrIpAddress&text=CidrIpAddress\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.cdn.IpAddressGroup.withDeliveryRegion(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.cdn.IpAddressGroup.withDeliveryRegion(String deliveryRegion)"
|
|
name: "withDeliveryRegion(String deliveryRegion)"
|
|
nameWithType: "IpAddressGroup.withDeliveryRegion(String deliveryRegion)"
|
|
summary: "Set the delivery region of the ip address group."
|
|
parameters:
|
|
- description: "the deliveryRegion value to set"
|
|
name: "deliveryRegion"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public IpAddressGroup withDeliveryRegion(String deliveryRegion)"
|
|
desc: "Set the delivery region of the ip address group."
|
|
returns:
|
|
description: "the IpAddressGroup object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.cdn.IpAddressGroup?alt=com.microsoft.azure.management.cdn.IpAddressGroup&text=IpAddressGroup\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cdn.IpAddressGroup.withIpv4Addresses(java.util.List<com.microsoft.azure.management.cdn.CidrIpAddress>)"
|
|
fullName: "com.microsoft.azure.management.cdn.IpAddressGroup.withIpv4Addresses(List<CidrIpAddress> ipv4Addresses)"
|
|
name: "withIpv4Addresses(List<CidrIpAddress> ipv4Addresses)"
|
|
nameWithType: "IpAddressGroup.withIpv4Addresses(List<CidrIpAddress> ipv4Addresses)"
|
|
summary: "Set the list of ip v4 addresses."
|
|
parameters:
|
|
- description: "the ipv4Addresses value to set"
|
|
name: "ipv4Addresses"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.cdn.CidrIpAddress?alt=com.microsoft.azure.management.cdn.CidrIpAddress&text=CidrIpAddress\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public IpAddressGroup withIpv4Addresses(List<CidrIpAddress> ipv4Addresses)"
|
|
desc: "Set the list of ip v4 addresses."
|
|
returns:
|
|
description: "the IpAddressGroup object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.cdn.IpAddressGroup?alt=com.microsoft.azure.management.cdn.IpAddressGroup&text=IpAddressGroup\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cdn.IpAddressGroup.withIpv6Addresses(java.util.List<com.microsoft.azure.management.cdn.CidrIpAddress>)"
|
|
fullName: "com.microsoft.azure.management.cdn.IpAddressGroup.withIpv6Addresses(List<CidrIpAddress> ipv6Addresses)"
|
|
name: "withIpv6Addresses(List<CidrIpAddress> ipv6Addresses)"
|
|
nameWithType: "IpAddressGroup.withIpv6Addresses(List<CidrIpAddress> ipv6Addresses)"
|
|
summary: "Set the list of ip v6 addresses."
|
|
parameters:
|
|
- description: "the ipv6Addresses value to set"
|
|
name: "ipv6Addresses"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.cdn.CidrIpAddress?alt=com.microsoft.azure.management.cdn.CidrIpAddress&text=CidrIpAddress\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public IpAddressGroup withIpv6Addresses(List<CidrIpAddress> ipv6Addresses)"
|
|
desc: "Set the list of ip v6 addresses."
|
|
returns:
|
|
description: "the IpAddressGroup object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.cdn.IpAddressGroup?alt=com.microsoft.azure.management.cdn.IpAddressGroup&text=IpAddressGroup\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "CDN Ip address group."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.cdn"
|
|
artifact: com.microsoft.azure:azure-mgmt-cdn:1.41.4
|