Class AadAuthenticationParameters
java.lang.Object
com.azure.resourcemanager.network.models.AadAuthenticationParameters
AAD Vpn authentication type related parameters.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of AadAuthenticationParameters class. -
Method Summary
Modifier and TypeMethodDescriptionGet the aadAudience property: AAD Vpn authentication parameter AAD audience.Get the aadIssuer property: AAD Vpn authentication parameter AAD issuer.Get the aadTenant property: AAD Vpn authentication parameter AAD tenant.voidvalidate()Validates the instance.withAadAudience(String aadAudience) Set the aadAudience property: AAD Vpn authentication parameter AAD audience.withAadIssuer(String aadIssuer) Set the aadIssuer property: AAD Vpn authentication parameter AAD issuer.withAadTenant(String aadTenant) Set the aadTenant property: AAD Vpn authentication parameter AAD tenant.
-
Constructor Details
-
AadAuthenticationParameters
public AadAuthenticationParameters()Creates an instance of AadAuthenticationParameters class.
-
-
Method Details
-
aadTenant
Get the aadTenant property: AAD Vpn authentication parameter AAD tenant.- Returns:
- the aadTenant value.
-
withAadTenant
Set the aadTenant property: AAD Vpn authentication parameter AAD tenant.- Parameters:
aadTenant- the aadTenant value to set.- Returns:
- the AadAuthenticationParameters object itself.
-
aadAudience
Get the aadAudience property: AAD Vpn authentication parameter AAD audience.- Returns:
- the aadAudience value.
-
withAadAudience
Set the aadAudience property: AAD Vpn authentication parameter AAD audience.- Parameters:
aadAudience- the aadAudience value to set.- Returns:
- the AadAuthenticationParameters object itself.
-
aadIssuer
Get the aadIssuer property: AAD Vpn authentication parameter AAD issuer.- Returns:
- the aadIssuer value.
-
withAadIssuer
Set the aadIssuer property: AAD Vpn authentication parameter AAD issuer.- Parameters:
aadIssuer- the aadIssuer value to set.- Returns:
- the AadAuthenticationParameters object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-