Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayTrustedClientCertificate
-
Packages that use ApplicationGatewayTrustedClientCertificate 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 ApplicationGatewayTrustedClientCertificate in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ApplicationGatewayTrustedClientCertificate Modifier and Type Method Description List<ApplicationGatewayTrustedClientCertificate>ApplicationGatewayInner. trustedClientCertificates()Get the trustedClientCertificates property: Trusted client certificates of the application gateway resource.List<ApplicationGatewayTrustedClientCertificate>ApplicationGatewayPropertiesFormat. trustedClientCertificates()Get the trustedClientCertificates property: Trusted client certificates of the application gateway resource.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ApplicationGatewayTrustedClientCertificate Modifier and Type Method Description ApplicationGatewayInnerApplicationGatewayInner. withTrustedClientCertificates(List<ApplicationGatewayTrustedClientCertificate> trustedClientCertificates)Set the trustedClientCertificates property: Trusted client certificates of the application gateway resource.ApplicationGatewayPropertiesFormatApplicationGatewayPropertiesFormat. withTrustedClientCertificates(List<ApplicationGatewayTrustedClientCertificate> trustedClientCertificates)Set the trustedClientCertificates property: Trusted client certificates of the application gateway resource. -
Uses of ApplicationGatewayTrustedClientCertificate in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayTrustedClientCertificate Modifier and Type Method Description ApplicationGatewayTrustedClientCertificateApplicationGatewayTrustedClientCertificate. withData(String data)Set the data property: Certificate public data.ApplicationGatewayTrustedClientCertificateApplicationGatewayTrustedClientCertificate. withId(String id)ApplicationGatewayTrustedClientCertificateApplicationGatewayTrustedClientCertificate. withName(String name)Set the name property: Name of the trusted client certificate that is unique within an Application Gateway.
-