Uses of Class
com.azure.resourcemanager.network.models.AadAuthenticationParameters
-
Packages that use AadAuthenticationParameters Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 AadAuthenticationParameters Modifier and Type Method Description AadAuthenticationParametersVpnServerConfigurationInner. aadAuthenticationParameters()Get the aadAuthenticationParameters property: The set of aad vpn authentication parameters.AadAuthenticationParametersVpnServerConfigurationProperties. aadAuthenticationParameters()Get the aadAuthenticationParameters property: The set of aad vpn authentication parameters.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type AadAuthenticationParameters Modifier and Type Method Description VpnServerConfigurationInnerVpnServerConfigurationInner. withAadAuthenticationParameters(AadAuthenticationParameters aadAuthenticationParameters)Set the aadAuthenticationParameters property: The set of aad vpn authentication parameters.VpnServerConfigurationPropertiesVpnServerConfigurationProperties. withAadAuthenticationParameters(AadAuthenticationParameters aadAuthenticationParameters)Set the aadAuthenticationParameters property: The set of aad vpn authentication parameters. -
Uses of AadAuthenticationParameters in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return AadAuthenticationParameters Modifier and Type Method Description AadAuthenticationParametersAadAuthenticationParameters. withAadAudience(String aadAudience)Set the aadAudience property: AAD Vpn authentication parameter AAD audience.AadAuthenticationParametersAadAuthenticationParameters. withAadIssuer(String aadIssuer)Set the aadIssuer property: AAD Vpn authentication parameter AAD issuer.AadAuthenticationParametersAadAuthenticationParameters. withAadTenant(String aadTenant)Set the aadTenant property: AAD Vpn authentication parameter AAD tenant.
-