Uses of Class
com.azure.resourcemanager.appservice.fluent.models.ApiKVReferenceProperties
Packages that use ApiKVReferenceProperties
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of ApiKVReferenceProperties in com.azure.resourcemanager.appservice.fluent.models
Classes in com.azure.resourcemanager.appservice.fluent.models that implement interfaces with type arguments of type ApiKVReferencePropertiesModifier and TypeClassDescriptionfinal classApiKVReference resource specific properties.Methods in com.azure.resourcemanager.appservice.fluent.models that return ApiKVReferencePropertiesModifier and TypeMethodDescriptionstatic ApiKVReferencePropertiesApiKVReferenceProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApiKVReferenceProperties from the JsonReader.ApiKVReferenceProperties.withActiveVersion(String activeVersion) Set the activeVersion property: The activeVersion property.ApiKVReferenceProperties.withDetails(String details) Set the details property: The details property.ApiKVReferenceProperties.withIdentityType(ManagedServiceIdentity identityType) Set the identityType property: Managed service identity.ApiKVReferenceProperties.withReference(String reference) Set the reference property: The reference property.ApiKVReferenceProperties.withSecretName(String secretName) Set the secretName property: The secretName property.ApiKVReferenceProperties.withSecretVersion(String secretVersion) Set the secretVersion property: The secretVersion property.ApiKVReferenceProperties.withSource(ConfigReferenceSource source) Set the source property: The source property.ApiKVReferenceProperties.withStatus(ResolveStatus status) Set the status property: The status property.ApiKVReferenceProperties.withVaultName(String vaultName) Set the vaultName property: The vaultName property.