Uses of Class
com.azure.resourcemanager.appservice.fluent.models.AppServiceCertificateInner
Packages that use AppServiceCertificateInner
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of AppServiceCertificateInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return AppServiceCertificateInnerModifier and TypeMethodDescriptionstatic AppServiceCertificateInner
AppServiceCertificateInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AppServiceCertificateInner from the JsonReader.AppServiceCertificateInner.withKeyVaultId
(String keyVaultId) Set the keyVaultId property: Key Vault resource Id.AppServiceCertificateInner.withKeyVaultSecretName
(String keyVaultSecretName) Set the keyVaultSecretName property: Key Vault secret name.Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type AppServiceCertificateInnerModifier and TypeMethodDescriptionAppServiceCertificateOrderInner.certificates()
Get the certificates property: State of the Key Vault secret.AppServiceCertificateOrderPatchResourceProperties.certificates()
Get the certificates property: State of the Key Vault secret.AppServiceCertificateOrderProperties.certificates()
Get the certificates property: State of the Key Vault secret.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type AppServiceCertificateInnerModifier and TypeMethodDescriptionAppServiceCertificateOrderInner.withCertificates
(Map<String, AppServiceCertificateInner> certificates) Set the certificates property: State of the Key Vault secret.AppServiceCertificateOrderPatchResourceProperties.withCertificates
(Map<String, AppServiceCertificateInner> certificates) Set the certificates property: State of the Key Vault secret.AppServiceCertificateOrderProperties.withCertificates
(Map<String, AppServiceCertificateInner> certificates) Set the certificates property: State of the Key Vault secret. -
Uses of AppServiceCertificateInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type AppServiceCertificateInnerModifier and TypeMethodDescriptionAppServiceCertificateOrderPatchResource.certificates()
Get the certificates property: State of the Key Vault secret.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type AppServiceCertificateInnerModifier and TypeMethodDescriptionAppServiceCertificateOrderPatchResource.withCertificates
(Map<String, AppServiceCertificateInner> certificates) Set the certificates property: State of the Key Vault secret.