Uses of Class
com.azure.resourcemanager.appservice.fluent.models.AppServiceCertificateInner
-
Packages that use AppServiceCertificateInner Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 AppServiceCertificateInner Modifier and Type Method Description AppServiceCertificateInnerAppServiceCertificateInner. withKeyVaultId(String keyVaultId)Set the keyVaultId property: Key Vault resource Id.AppServiceCertificateInnerAppServiceCertificateInner. 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 AppServiceCertificateInner Modifier and Type Method Description Map<String,AppServiceCertificateInner>AppServiceCertificateOrderInner. certificates()Get the certificates property: State of the Key Vault secret.Map<String,AppServiceCertificateInner>AppServiceCertificateOrderPatchResourceProperties. certificates()Get the certificates property: State of the Key Vault secret.Map<String,AppServiceCertificateInner>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 AppServiceCertificateInner Modifier and Type Method Description AppServiceCertificateOrderInnerAppServiceCertificateOrderInner. withCertificates(Map<String,AppServiceCertificateInner> certificates)Set the certificates property: State of the Key Vault secret.AppServiceCertificateOrderPatchResourcePropertiesAppServiceCertificateOrderPatchResourceProperties. withCertificates(Map<String,AppServiceCertificateInner> certificates)Set the certificates property: State of the Key Vault secret.AppServiceCertificateOrderPropertiesAppServiceCertificateOrderProperties. 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 AppServiceCertificateInner Modifier and Type Method Description Map<String,AppServiceCertificateInner>AppServiceCertificateOrderPatchResource. certificates()Get the certificates property: State of the Key Vault secret.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type AppServiceCertificateInner Modifier and Type Method Description AppServiceCertificateOrderPatchResourceAppServiceCertificateOrderPatchResource. withCertificates(Map<String,AppServiceCertificateInner> certificates)Set the certificates property: State of the Key Vault secret.
-