Uses of Class
com.azure.resourcemanager.appplatform.models.KeyVaultCertificateAutoSync
Packages that use KeyVaultCertificateAutoSync
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of KeyVaultCertificateAutoSync in com.azure.resourcemanager.appplatform.models
Fields in com.azure.resourcemanager.appplatform.models declared as KeyVaultCertificateAutoSyncModifier and TypeFieldDescriptionstatic final KeyVaultCertificateAutoSyncKeyVaultCertificateAutoSync.DISABLEDStatic value Disabled for KeyVaultCertificateAutoSync.static final KeyVaultCertificateAutoSyncKeyVaultCertificateAutoSync.ENABLEDStatic value Enabled for KeyVaultCertificateAutoSync.Methods in com.azure.resourcemanager.appplatform.models that return KeyVaultCertificateAutoSyncModifier and TypeMethodDescriptionKeyVaultCertificateProperties.autoSync()Get the autoSync property: Indicates whether to automatically synchronize certificate from key vault or not.static KeyVaultCertificateAutoSyncKeyVaultCertificateAutoSync.fromString(String name) Creates or finds a KeyVaultCertificateAutoSync from its string representation.Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type KeyVaultCertificateAutoSyncModifier and TypeMethodDescriptionKeyVaultCertificateAutoSync.values()Gets known KeyVaultCertificateAutoSync values.Methods in com.azure.resourcemanager.appplatform.models with parameters of type KeyVaultCertificateAutoSyncModifier and TypeMethodDescriptionKeyVaultCertificateProperties.withAutoSync(KeyVaultCertificateAutoSync autoSync) Set the autoSync property: Indicates whether to automatically synchronize certificate from key vault or not.