azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

142 строки
9.5 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.containerinstance.IpAddress"
fullName: "com.microsoft.azure.management.containerinstance.IpAddress"
name: "IpAddress"
nameWithType: "IpAddress"
summary: "IP address for the container 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 **IpAddress**"
constructors:
- uid: "com.microsoft.azure.management.containerinstance.IpAddress.IpAddress()"
fullName: "com.microsoft.azure.management.containerinstance.IpAddress.IpAddress()"
name: "IpAddress()"
nameWithType: "IpAddress.IpAddress()"
syntax: "public IpAddress()"
methods:
- uid: "com.microsoft.azure.management.containerinstance.IpAddress.dnsNameLabel()"
fullName: "com.microsoft.azure.management.containerinstance.IpAddress.dnsNameLabel()"
name: "dnsNameLabel()"
nameWithType: "IpAddress.dnsNameLabel()"
summary: "Get the Dns name label for the IP."
syntax: "public String dnsNameLabel()"
desc: "Get the Dns name label for the IP."
returns:
description: "the dnsNameLabel value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.IpAddress.fqdn()"
fullName: "com.microsoft.azure.management.containerinstance.IpAddress.fqdn()"
name: "fqdn()"
nameWithType: "IpAddress.fqdn()"
summary: "Get the FQDN for the IP."
syntax: "public String fqdn()"
desc: "Get the FQDN for the IP."
returns:
description: "the fqdn value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.IpAddress.ip()"
fullName: "com.microsoft.azure.management.containerinstance.IpAddress.ip()"
name: "ip()"
nameWithType: "IpAddress.ip()"
summary: "Get the IP exposed to the public internet."
syntax: "public String ip()"
desc: "Get the IP exposed to the public internet."
returns:
description: "the ip value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.IpAddress.ports()"
fullName: "com.microsoft.azure.management.containerinstance.IpAddress.ports()"
name: "ports()"
nameWithType: "IpAddress.ports()"
summary: "Get the list of ports exposed on the container group."
syntax: "public List<Port> ports()"
desc: "Get the list of ports exposed on the container group."
returns:
description: "the ports value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerinstance.Port?alt=com.microsoft.azure.management.containerinstance.Port&text=Port\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.containerinstance.IpAddress.type()"
fullName: "com.microsoft.azure.management.containerinstance.IpAddress.type()"
name: "type()"
nameWithType: "IpAddress.type()"
summary: "Get specifies if the IP is exposed to the public internet or private VNET."
syntax: "public ContainerGroupIpAddressType type()"
desc: "Get specifies if the IP is exposed to the public internet or private VNET. Possible values include: 'Public', 'Private'."
returns:
description: "the type value"
type: "<xref href=\"com.microsoft.azure.management.containerinstance.ContainerGroupIpAddressType?alt=com.microsoft.azure.management.containerinstance.ContainerGroupIpAddressType&text=ContainerGroupIpAddressType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.IpAddress.withDnsNameLabel(java.lang.String)"
fullName: "com.microsoft.azure.management.containerinstance.IpAddress.withDnsNameLabel(String dnsNameLabel)"
name: "withDnsNameLabel(String dnsNameLabel)"
nameWithType: "IpAddress.withDnsNameLabel(String dnsNameLabel)"
summary: "Set the Dns name label for the IP."
parameters:
- description: "the dnsNameLabel value to set"
name: "dnsNameLabel"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public IpAddress withDnsNameLabel(String dnsNameLabel)"
desc: "Set the Dns name label for the IP."
returns:
description: "the IpAddress object itself."
type: "<xref href=\"com.microsoft.azure.management.containerinstance.IpAddress?alt=com.microsoft.azure.management.containerinstance.IpAddress&text=IpAddress\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.IpAddress.withIp(java.lang.String)"
fullName: "com.microsoft.azure.management.containerinstance.IpAddress.withIp(String ip)"
name: "withIp(String ip)"
nameWithType: "IpAddress.withIp(String ip)"
summary: "Set the IP exposed to the public internet."
parameters:
- description: "the ip value to set"
name: "ip"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public IpAddress withIp(String ip)"
desc: "Set the IP exposed to the public internet."
returns:
description: "the IpAddress object itself."
type: "<xref href=\"com.microsoft.azure.management.containerinstance.IpAddress?alt=com.microsoft.azure.management.containerinstance.IpAddress&text=IpAddress\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.IpAddress.withPorts(java.util.List<com.microsoft.azure.management.containerinstance.Port>)"
fullName: "com.microsoft.azure.management.containerinstance.IpAddress.withPorts(List<Port> ports)"
name: "withPorts(List<Port> ports)"
nameWithType: "IpAddress.withPorts(List<Port> ports)"
summary: "Set the list of ports exposed on the container group."
parameters:
- description: "the ports value to set"
name: "ports"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerinstance.Port?alt=com.microsoft.azure.management.containerinstance.Port&text=Port\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public IpAddress withPorts(List<Port> ports)"
desc: "Set the list of ports exposed on the container group."
returns:
description: "the IpAddress object itself."
type: "<xref href=\"com.microsoft.azure.management.containerinstance.IpAddress?alt=com.microsoft.azure.management.containerinstance.IpAddress&text=IpAddress\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.IpAddress.withType(com.microsoft.azure.management.containerinstance.ContainerGroupIpAddressType)"
fullName: "com.microsoft.azure.management.containerinstance.IpAddress.withType(ContainerGroupIpAddressType type)"
name: "withType(ContainerGroupIpAddressType type)"
nameWithType: "IpAddress.withType(ContainerGroupIpAddressType type)"
summary: "Set specifies if the IP is exposed to the public internet or private VNET."
parameters:
- description: "the type value to set"
name: "type"
type: "<xref href=\"com.microsoft.azure.management.containerinstance.ContainerGroupIpAddressType?alt=com.microsoft.azure.management.containerinstance.ContainerGroupIpAddressType&text=ContainerGroupIpAddressType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public IpAddress withType(ContainerGroupIpAddressType type)"
desc: "Set specifies if the IP is exposed to the public internet or private VNET. Possible values include: 'Public', 'Private'."
returns:
description: "the IpAddress object itself."
type: "<xref href=\"com.microsoft.azure.management.containerinstance.IpAddress?alt=com.microsoft.azure.management.containerinstance.IpAddress&text=IpAddress\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "IP address for the container group."
metadata: {}
package: "com.microsoft.azure.management.containerinstance"
artifact: com.microsoft.azure:azure-mgmt-containerinstance:1.41.4