Uses of Class
com.microsoft.azure.management.appservice.ApiKVReference
Packages that use ApiKVReference
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of ApiKVReference in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return ApiKVReferenceModifier and TypeMethodDescriptionApiKVReference.withDetails
(String details) Set the details value.ApiKVReference.withIdentityType
(ManagedServiceIdentityType identityType) Set possible values include: 'None', 'SystemAssigned', 'UserAssigned'.ApiKVReference.withLocation
(ConfigReferenceLocation location) Set possible values include: 'ApplicationSetting'.ApiKVReference.withReference
(String reference) Set the reference value.ApiKVReference.withSecretName
(String secretName) Set the secretName value.ApiKVReference.withSecretVersion
(String secretVersion) Set the secretVersion value.ApiKVReference.withSource
(ConfigReferenceSource source) Set possible values include: 'KeyVault'.ApiKVReference.withStatus
(ResolveStatus status) Set possible values include: 'Initialized', 'Resolved', 'InvalidSyntax', 'MSINotEnabled', 'VaultNotFound', 'SecretNotFound', 'SecretVersionNotFound', 'AccessToKeyVaultDenied', 'OtherReasons'.ApiKVReference.withVaultName
(String vaultName) Set the vaultName value.