Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayTrustedRootCertificate
-
Packages that use ApplicationGatewayTrustedRootCertificate 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 ApplicationGatewayTrustedRootCertificate in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ApplicationGatewayTrustedRootCertificate Modifier and Type Method Description List<ApplicationGatewayTrustedRootCertificate>ApplicationGatewayInner. trustedRootCertificates()Get the trustedRootCertificates property: Trusted Root certificates of the application gateway resource.List<ApplicationGatewayTrustedRootCertificate>ApplicationGatewayPropertiesFormat. trustedRootCertificates()Get the trustedRootCertificates property: Trusted Root certificates of the application gateway resource.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ApplicationGatewayTrustedRootCertificate Modifier and Type Method Description ApplicationGatewayInnerApplicationGatewayInner. withTrustedRootCertificates(List<ApplicationGatewayTrustedRootCertificate> trustedRootCertificates)Set the trustedRootCertificates property: Trusted Root certificates of the application gateway resource.ApplicationGatewayPropertiesFormatApplicationGatewayPropertiesFormat. withTrustedRootCertificates(List<ApplicationGatewayTrustedRootCertificate> trustedRootCertificates)Set the trustedRootCertificates property: Trusted Root certificates of the application gateway resource. -
Uses of ApplicationGatewayTrustedRootCertificate in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayTrustedRootCertificate Modifier and Type Method Description ApplicationGatewayTrustedRootCertificateApplicationGatewayTrustedRootCertificate. withData(String data)Set the data property: Certificate public data.ApplicationGatewayTrustedRootCertificateApplicationGatewayTrustedRootCertificate. withId(String id)ApplicationGatewayTrustedRootCertificateApplicationGatewayTrustedRootCertificate. withKeyVaultSecretId(String keyVaultSecretId)Set the keyVaultSecretId property: Secret Id of (base-64 encoded unencrypted pfx) 'Secret' or 'Certificate' object stored in KeyVault.ApplicationGatewayTrustedRootCertificateApplicationGatewayTrustedRootCertificate. withName(String name)Set the name property: Name of the trusted root certificate that is unique within an Application Gateway.
-