97 строки
9.2 KiB
YAML
97 строки
9.2 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.privatedns.PrivateDnsZoneManager"
|
|
fullName: "com.azure.resourcemanager.privatedns.PrivateDnsZoneManager"
|
|
name: "PrivateDnsZoneManager"
|
|
nameWithType: "PrivateDnsZoneManager"
|
|
summary: "Entry point to Azure private DNS zone management."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.Manager?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.Manager?alt=com.azure.resourcemanager.resources.fluentcore.arm.Manager&text=Manager\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.Manager.environment()?alt=com.azure.resourcemanager.resources.fluentcore.arm.Manager.environment&text=environment\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.Manager.httpPipeline()?alt=com.azure.resourcemanager.resources.fluentcore.arm.Manager.httpPipeline&text=httpPipeline\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.Manager.resourceManager()?alt=com.azure.resourcemanager.resources.fluentcore.arm.Manager.resourceManager&text=resourceManager\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.Manager.serviceClient()?alt=com.azure.resourcemanager.resources.fluentcore.arm.Manager.serviceClient&text=serviceClient\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.Manager.subscriptionId()?alt=com.azure.resourcemanager.resources.fluentcore.arm.Manager.subscriptionId&text=subscriptionId\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.Manager.withResourceManager(com.azure.resourcemanager.resources.ResourceManager)?alt=com.azure.resourcemanager.resources.fluentcore.arm.Manager.withResourceManager&text=withResourceManager\" data-throw-if-not-resolved=\"False\" />"
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **PrivateDnsZoneManager**</br> extends <xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.Manager?alt=com.azure.resourcemanager.resources.fluentcore.arm.Manager&text=Manager\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.privatedns.fluent.PrivateDnsManagementClient?alt=com.azure.resourcemanager.privatedns.fluent.PrivateDnsManagementClient&text=PrivateDnsManagementClient\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.privatedns.PrivateDnsZoneManager.authenticate(com.azure.core.credential.TokenCredential,com.azure.core.management.profile.AzureProfile)"
|
|
fullName: "com.azure.resourcemanager.privatedns.PrivateDnsZoneManager.authenticate(TokenCredential credential, AzureProfile profile)"
|
|
name: "authenticate(TokenCredential credential, AzureProfile profile)"
|
|
nameWithType: "PrivateDnsZoneManager.authenticate(TokenCredential credential, AzureProfile profile)"
|
|
summary: "Creates an instance of Private<wbr>Dns<wbr>Zone<wbr>Manager that exposes private DNS zone management API entry points."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "the credential to use"
|
|
name: "credential"
|
|
type: "<xref href=\"com.azure.core.credential.TokenCredential?alt=com.azure.core.credential.TokenCredential&text=TokenCredential\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the profile to use"
|
|
name: "profile"
|
|
type: "<xref href=\"com.azure.core.management.profile.AzureProfile?alt=com.azure.core.management.profile.AzureProfile&text=AzureProfile\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static PrivateDnsZoneManager authenticate(TokenCredential credential, AzureProfile profile)"
|
|
desc: "Creates an instance of PrivateDnsZoneManager that exposes private DNS zone management API entry points."
|
|
returns:
|
|
description: "the PrivateDnsZoneManager"
|
|
type: "<xref href=\"com.azure.resourcemanager.privatedns.PrivateDnsZoneManager?alt=com.azure.resourcemanager.privatedns.PrivateDnsZoneManager&text=PrivateDnsZoneManager\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.privatedns.PrivateDnsZoneManager.authenticate(com.azure.core.http.HttpPipeline,com.azure.core.management.profile.AzureProfile)"
|
|
fullName: "com.azure.resourcemanager.privatedns.PrivateDnsZoneManager.authenticate(HttpPipeline httpPipeline, AzureProfile profile)"
|
|
name: "authenticate(HttpPipeline httpPipeline, AzureProfile profile)"
|
|
nameWithType: "PrivateDnsZoneManager.authenticate(HttpPipeline httpPipeline, AzureProfile profile)"
|
|
summary: "Creates an instance of Private<wbr>Dns<wbr>Zone<wbr>Manager that exposes private DNS zone management API entry points."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "the <xref uid=\"com.azure.core.http.HttpPipeline\" data-throw-if-not-resolved=\"false\" data-raw-source=\"HttpPipeline\"></xref> configured with Azure authentication credential."
|
|
name: "httpPipeline"
|
|
type: "<xref href=\"com.azure.core.http.HttpPipeline?alt=com.azure.core.http.HttpPipeline&text=HttpPipeline\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the profile to use"
|
|
name: "profile"
|
|
type: "<xref href=\"com.azure.core.management.profile.AzureProfile?alt=com.azure.core.management.profile.AzureProfile&text=AzureProfile\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static PrivateDnsZoneManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)"
|
|
desc: "Creates an instance of PrivateDnsZoneManager that exposes private DNS zone management API entry points."
|
|
returns:
|
|
description: "the PrivateDnsZoneManager"
|
|
type: "<xref href=\"com.azure.resourcemanager.privatedns.PrivateDnsZoneManager?alt=com.azure.resourcemanager.privatedns.PrivateDnsZoneManager&text=PrivateDnsZoneManager\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.privatedns.PrivateDnsZoneManager.configure()"
|
|
fullName: "com.azure.resourcemanager.privatedns.PrivateDnsZoneManager.configure()"
|
|
name: "configure()"
|
|
nameWithType: "PrivateDnsZoneManager.configure()"
|
|
summary: "Get a Configurable instance that can be used to create <xref uid=\"com.azure.resourcemanager.privatedns.PrivateDnsZoneManager\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PrivateDnsZoneManager\"></xref> with optional configuration."
|
|
modifiers:
|
|
- "static"
|
|
syntax: "public static PrivateDnsZoneManager.Configurable configure()"
|
|
desc: "Get a Configurable instance that can be used to create <xref uid=\"com.azure.resourcemanager.privatedns.PrivateDnsZoneManager\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PrivateDnsZoneManager\"></xref> with optional configuration."
|
|
returns:
|
|
description: "the instance allowing configurations"
|
|
type: "<xref href=\"com.azure.resourcemanager.privatedns.PrivateDnsZoneManager.Configurable?alt=com.azure.resourcemanager.privatedns.PrivateDnsZoneManager.Configurable&text=Configurable\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.privatedns.PrivateDnsZoneManager.privateZones()"
|
|
fullName: "com.azure.resourcemanager.privatedns.PrivateDnsZoneManager.privateZones()"
|
|
name: "privateZones()"
|
|
nameWithType: "PrivateDnsZoneManager.privateZones()"
|
|
syntax: "public PrivateDnsZones privateZones()"
|
|
returns:
|
|
description: "the entry point to private DNS zone management."
|
|
type: "<xref href=\"com.azure.resourcemanager.privatedns.models.PrivateDnsZones?alt=com.azure.resourcemanager.privatedns.models.PrivateDnsZones&text=PrivateDnsZones\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Entry point to Azure private DNS zone management."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.privatedns"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-privatedns:2.44.0
|