Uses of Class
com.azure.resourcemanager.network.models.AadAuthenticationParameters
Packages that use AadAuthenticationParameters
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of AadAuthenticationParameters in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return AadAuthenticationParametersModifier and TypeMethodDescriptionVpnServerConfigurationInner.aadAuthenticationParameters()Get the aadAuthenticationParameters property: The set of aad vpn authentication parameters.VpnServerConfigurationProperties.aadAuthenticationParameters()Get the aadAuthenticationParameters property: The set of aad vpn authentication parameters.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type AadAuthenticationParametersModifier and TypeMethodDescriptionVpnServerConfigurationInner.withAadAuthenticationParameters(AadAuthenticationParameters aadAuthenticationParameters) Set the aadAuthenticationParameters property: The set of aad vpn authentication parameters.VpnServerConfigurationProperties.withAadAuthenticationParameters(AadAuthenticationParameters aadAuthenticationParameters) Set the aadAuthenticationParameters property: The set of aad vpn authentication parameters. -
Uses of AadAuthenticationParameters in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type AadAuthenticationParametersModifier and TypeClassDescriptionfinal classAAD Vpn authentication type related parameters.Methods in com.azure.resourcemanager.network.models that return AadAuthenticationParametersModifier and TypeMethodDescriptionstatic AadAuthenticationParametersAadAuthenticationParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AadAuthenticationParameters from the JsonReader.AadAuthenticationParameters.withAadAudience(String aadAudience) Set the aadAudience property: AAD Vpn authentication parameter AAD audience.AadAuthenticationParameters.withAadIssuer(String aadIssuer) Set the aadIssuer property: AAD Vpn authentication parameter AAD issuer.AadAuthenticationParameters.withAadTenant(String aadTenant) Set the aadTenant property: AAD Vpn authentication parameter AAD tenant.