Uses of Interface
com.azure.resourcemanager.network.models.ApplicationGatewayAuthenticationCertificate.DefinitionStages.WithAttach
-
Packages that use ApplicationGatewayAuthenticationCertificate.DefinitionStages.WithAttach Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ApplicationGatewayAuthenticationCertificate.DefinitionStages.WithAttach in com.azure.resourcemanager.network.models
Subinterfaces of ApplicationGatewayAuthenticationCertificate.DefinitionStages.WithAttach in com.azure.resourcemanager.network.models Modifier and Type Interface Description static interfaceApplicationGatewayAuthenticationCertificate.Definition<ReturnT>The entirety of an application gateway authentication certificate definition.Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayAuthenticationCertificate.DefinitionStages.WithAttach Modifier and Type Method Description ApplicationGatewayAuthenticationCertificate.DefinitionStages.WithAttach<ReturnT>ApplicationGatewayAuthenticationCertificate.DefinitionStages.WithData. fromBase64(String base64data)Specifies an X.509 certificate to upload.ApplicationGatewayAuthenticationCertificate.DefinitionStages.WithAttach<ReturnT>ApplicationGatewayAuthenticationCertificate.DefinitionStages.WithData. fromBytes(byte[] derData)Specifies an X.509 certificate to upload.ApplicationGatewayAuthenticationCertificate.DefinitionStages.WithAttach<ReturnT>ApplicationGatewayAuthenticationCertificate.DefinitionStages.WithData. fromFile(File certificateFile)Specifies an X.509 certificate to upload.
-