Uses of Class
com.azure.resourcemanager.appplatform.models.GatewayCertificateVerification
Packages that use GatewayCertificateVerification
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of GatewayCertificateVerification in com.azure.resourcemanager.appplatform.models
Fields in com.azure.resourcemanager.appplatform.models declared as GatewayCertificateVerificationModifier and TypeFieldDescriptionstatic final GatewayCertificateVerificationGatewayCertificateVerification.DISABLEDStatic value Disabled for GatewayCertificateVerification.static final GatewayCertificateVerificationGatewayCertificateVerification.ENABLEDStatic value Enabled for GatewayCertificateVerification.Methods in com.azure.resourcemanager.appplatform.models that return GatewayCertificateVerificationModifier and TypeMethodDescriptionGatewayPropertiesClientAuth.certificateVerification()Get the certificateVerification property: Whether to enable certificate verification or not.GatewayCertificateVerification.fromString(String name) Creates or finds a GatewayCertificateVerification from its string representation.Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type GatewayCertificateVerificationModifier and TypeMethodDescriptionGatewayCertificateVerification.values()Gets known GatewayCertificateVerification values.Methods in com.azure.resourcemanager.appplatform.models with parameters of type GatewayCertificateVerificationModifier and TypeMethodDescriptionGatewayPropertiesClientAuth.withCertificateVerification(GatewayCertificateVerification certificateVerification) Set the certificateVerification property: Whether to enable certificate verification or not.