Uses of Class
com.azure.resourcemanager.network.models.ConnectionAuthenticationType
Packages that use ConnectionAuthenticationType
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ConnectionAuthenticationType in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ConnectionAuthenticationTypeModifier and TypeMethodDescriptionVirtualNetworkGatewayConnectionInner.authenticationType()Get the authenticationType property: Gateway connection authentication type.VirtualNetworkGatewayConnectionPropertiesFormatInner.authenticationType()Get the authenticationType property: Gateway connection authentication type.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ConnectionAuthenticationTypeModifier and TypeMethodDescriptionVirtualNetworkGatewayConnectionInner.withAuthenticationType(ConnectionAuthenticationType authenticationType) Set the authenticationType property: Gateway connection authentication type.VirtualNetworkGatewayConnectionPropertiesFormatInner.withAuthenticationType(ConnectionAuthenticationType authenticationType) Set the authenticationType property: Gateway connection authentication type. -
Uses of ConnectionAuthenticationType in com.azure.resourcemanager.network.models
Subclasses with type arguments of type ConnectionAuthenticationType in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionfinal classGateway connection authentication type.Fields in com.azure.resourcemanager.network.models declared as ConnectionAuthenticationTypeModifier and TypeFieldDescriptionstatic final ConnectionAuthenticationTypeConnectionAuthenticationType.CERTIFICATEStatic value Certificate for ConnectionAuthenticationType.static final ConnectionAuthenticationTypeConnectionAuthenticationType.PSKStatic value PSK for ConnectionAuthenticationType.Methods in com.azure.resourcemanager.network.models that return ConnectionAuthenticationTypeModifier and TypeMethodDescriptionstatic ConnectionAuthenticationTypeConnectionAuthenticationType.fromString(String name) Creates or finds a ConnectionAuthenticationType from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ConnectionAuthenticationTypeModifier and TypeMethodDescriptionConnectionAuthenticationType.values()Gets known ConnectionAuthenticationType values.