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

108 строки
7.5 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.AadAuthenticationParameters"
fullName: "com.microsoft.azure.management.network.AadAuthenticationParameters"
name: "AadAuthenticationParameters"
nameWithType: "AadAuthenticationParameters"
summary: "AAD Vpn authentication type related parameters."
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 **AadAuthenticationParameters**"
constructors:
- uid: "com.microsoft.azure.management.network.AadAuthenticationParameters.AadAuthenticationParameters()"
fullName: "com.microsoft.azure.management.network.AadAuthenticationParameters.AadAuthenticationParameters()"
name: "AadAuthenticationParameters()"
nameWithType: "AadAuthenticationParameters.AadAuthenticationParameters()"
syntax: "public AadAuthenticationParameters()"
methods:
- uid: "com.microsoft.azure.management.network.AadAuthenticationParameters.aadAudience()"
fullName: "com.microsoft.azure.management.network.AadAuthenticationParameters.aadAudience()"
name: "aadAudience()"
nameWithType: "AadAuthenticationParameters.aadAudience()"
summary: "Get aAD Vpn authentication parameter AAD audience."
syntax: "public String aadAudience()"
desc: "Get aAD Vpn authentication parameter AAD audience."
returns:
description: "the aadAudience value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.AadAuthenticationParameters.aadIssuer()"
fullName: "com.microsoft.azure.management.network.AadAuthenticationParameters.aadIssuer()"
name: "aadIssuer()"
nameWithType: "AadAuthenticationParameters.aadIssuer()"
summary: "Get aAD Vpn authentication parameter AAD issuer."
syntax: "public String aadIssuer()"
desc: "Get aAD Vpn authentication parameter AAD issuer."
returns:
description: "the aadIssuer value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.AadAuthenticationParameters.aadTenant()"
fullName: "com.microsoft.azure.management.network.AadAuthenticationParameters.aadTenant()"
name: "aadTenant()"
nameWithType: "AadAuthenticationParameters.aadTenant()"
summary: "Get aAD Vpn authentication parameter AAD tenant."
syntax: "public String aadTenant()"
desc: "Get aAD Vpn authentication parameter AAD tenant."
returns:
description: "the aadTenant value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.AadAuthenticationParameters.withAadAudience(java.lang.String)"
fullName: "com.microsoft.azure.management.network.AadAuthenticationParameters.withAadAudience(String aadAudience)"
name: "withAadAudience(String aadAudience)"
nameWithType: "AadAuthenticationParameters.withAadAudience(String aadAudience)"
summary: "Set aAD Vpn authentication parameter AAD audience."
parameters:
- description: "the aadAudience value to set"
name: "aadAudience"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AadAuthenticationParameters withAadAudience(String aadAudience)"
desc: "Set aAD Vpn authentication parameter AAD audience."
returns:
description: "the AadAuthenticationParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.network.AadAuthenticationParameters?alt=com.microsoft.azure.management.network.AadAuthenticationParameters&text=AadAuthenticationParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.AadAuthenticationParameters.withAadIssuer(java.lang.String)"
fullName: "com.microsoft.azure.management.network.AadAuthenticationParameters.withAadIssuer(String aadIssuer)"
name: "withAadIssuer(String aadIssuer)"
nameWithType: "AadAuthenticationParameters.withAadIssuer(String aadIssuer)"
summary: "Set aAD Vpn authentication parameter AAD issuer."
parameters:
- description: "the aadIssuer value to set"
name: "aadIssuer"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AadAuthenticationParameters withAadIssuer(String aadIssuer)"
desc: "Set aAD Vpn authentication parameter AAD issuer."
returns:
description: "the AadAuthenticationParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.network.AadAuthenticationParameters?alt=com.microsoft.azure.management.network.AadAuthenticationParameters&text=AadAuthenticationParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.AadAuthenticationParameters.withAadTenant(java.lang.String)"
fullName: "com.microsoft.azure.management.network.AadAuthenticationParameters.withAadTenant(String aadTenant)"
name: "withAadTenant(String aadTenant)"
nameWithType: "AadAuthenticationParameters.withAadTenant(String aadTenant)"
summary: "Set aAD Vpn authentication parameter AAD tenant."
parameters:
- description: "the aadTenant value to set"
name: "aadTenant"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AadAuthenticationParameters withAadTenant(String aadTenant)"
desc: "Set aAD Vpn authentication parameter AAD tenant."
returns:
description: "the AadAuthenticationParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.network.AadAuthenticationParameters?alt=com.microsoft.azure.management.network.AadAuthenticationParameters&text=AadAuthenticationParameters\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "AAD Vpn authentication type related parameters."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4