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

108 строки
7.5 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.containerinstance.DnsConfiguration"
fullName: "com.microsoft.azure.management.containerinstance.DnsConfiguration"
name: "DnsConfiguration"
nameWithType: "DnsConfiguration"
summary: "DNS configuration 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 **DnsConfiguration**"
constructors:
- uid: "com.microsoft.azure.management.containerinstance.DnsConfiguration.DnsConfiguration()"
fullName: "com.microsoft.azure.management.containerinstance.DnsConfiguration.DnsConfiguration()"
name: "DnsConfiguration()"
nameWithType: "DnsConfiguration.DnsConfiguration()"
syntax: "public DnsConfiguration()"
methods:
- uid: "com.microsoft.azure.management.containerinstance.DnsConfiguration.nameServers()"
fullName: "com.microsoft.azure.management.containerinstance.DnsConfiguration.nameServers()"
name: "nameServers()"
nameWithType: "DnsConfiguration.nameServers()"
summary: "Get the DNS servers for the container group."
syntax: "public List<String> nameServers()"
desc: "Get the DNS servers for the container group."
returns:
description: "the nameServers value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.containerinstance.DnsConfiguration.options()"
fullName: "com.microsoft.azure.management.containerinstance.DnsConfiguration.options()"
name: "options()"
nameWithType: "DnsConfiguration.options()"
summary: "Get the DNS options for the container group."
syntax: "public String options()"
desc: "Get the DNS options for the container group."
returns:
description: "the options 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.DnsConfiguration.searchDomains()"
fullName: "com.microsoft.azure.management.containerinstance.DnsConfiguration.searchDomains()"
name: "searchDomains()"
nameWithType: "DnsConfiguration.searchDomains()"
summary: "Get the DNS search domains for hostname lookup in the container group."
syntax: "public String searchDomains()"
desc: "Get the DNS search domains for hostname lookup in the container group."
returns:
description: "the searchDomains 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.DnsConfiguration.withNameServers(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.containerinstance.DnsConfiguration.withNameServers(List<String> nameServers)"
name: "withNameServers(List<String> nameServers)"
nameWithType: "DnsConfiguration.withNameServers(List<String> nameServers)"
summary: "Set the DNS servers for the container group."
parameters:
- description: "the nameServers value to set"
name: "nameServers"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public DnsConfiguration withNameServers(List<String> nameServers)"
desc: "Set the DNS servers for the container group."
returns:
description: "the DnsConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.containerinstance.DnsConfiguration?alt=com.microsoft.azure.management.containerinstance.DnsConfiguration&text=DnsConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.DnsConfiguration.withOptions(java.lang.String)"
fullName: "com.microsoft.azure.management.containerinstance.DnsConfiguration.withOptions(String options)"
name: "withOptions(String options)"
nameWithType: "DnsConfiguration.withOptions(String options)"
summary: "Set the DNS options for the container group."
parameters:
- description: "the options value to set"
name: "options"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DnsConfiguration withOptions(String options)"
desc: "Set the DNS options for the container group."
returns:
description: "the DnsConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.containerinstance.DnsConfiguration?alt=com.microsoft.azure.management.containerinstance.DnsConfiguration&text=DnsConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.DnsConfiguration.withSearchDomains(java.lang.String)"
fullName: "com.microsoft.azure.management.containerinstance.DnsConfiguration.withSearchDomains(String searchDomains)"
name: "withSearchDomains(String searchDomains)"
nameWithType: "DnsConfiguration.withSearchDomains(String searchDomains)"
summary: "Set the DNS search domains for hostname lookup in the container group."
parameters:
- description: "the searchDomains value to set"
name: "searchDomains"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DnsConfiguration withSearchDomains(String searchDomains)"
desc: "Set the DNS search domains for hostname lookup in the container group."
returns:
description: "the DnsConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.containerinstance.DnsConfiguration?alt=com.microsoft.azure.management.containerinstance.DnsConfiguration&text=DnsConfiguration\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "DNS configuration for the container group."
metadata: {}
package: "com.microsoft.azure.management.containerinstance"
artifact: com.microsoft.azure:azure-mgmt-containerinstance:1.41.4