| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent |
Package containing the service clients for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ApiKVReferenceInner |
WebAppsClient.getAppSettingKeyVaultReference(String resourceGroupName,
String name,
String appSettingKey)
Description for Gets the config reference and status of an app.
|
ApiKVReferenceInner |
WebAppsClient.getAppSettingKeyVaultReferenceSlot(String resourceGroupName,
String name,
String appSettingKey,
String slot)
Description for Gets the config reference and status of an app.
|
ApiKVReferenceInner |
WebAppsClient.getSiteConnectionStringKeyVaultReference(String resourceGroupName,
String name,
String connectionStringKey)
Description for Gets the config reference and status of an app.
|
ApiKVReferenceInner |
WebAppsClient.getSiteConnectionStringKeyVaultReferenceSlot(String resourceGroupName,
String name,
String connectionStringKey,
String slot)
Description for Gets the config reference and status of an app.
|
| Modifier and Type | Method and Description |
|---|---|
ApiKVReferenceInner |
ApiKVReferenceInner.withActiveVersion(String activeVersion)
Set the activeVersion property: The activeVersion property.
|
ApiKVReferenceInner |
ApiKVReferenceInner.withDetails(String details)
Set the details property: The details property.
|
ApiKVReferenceInner |
ApiKVReferenceInner.withIdentityType(ManagedServiceIdentity identityType)
Set the identityType property: Managed service identity.
|
ApiKVReferenceInner |
ApiKVReferenceInner.withKind(String kind)
Set the kind property: Kind of resource.
|
ApiKVReferenceInner |
ApiKVReferenceInner.withReference(String reference)
Set the reference property: The reference property.
|
ApiKVReferenceInner |
ApiKVReferenceInner.withSecretName(String secretName)
Set the secretName property: The secretName property.
|
ApiKVReferenceInner |
ApiKVReferenceInner.withSecretVersion(String secretVersion)
Set the secretVersion property: The secretVersion property.
|
ApiKVReferenceInner |
ApiKVReferenceInner.withSource(ConfigReferenceSource source)
Set the source property: The source property.
|
ApiKVReferenceInner |
ApiKVReferenceInner.withStatus(ResolveStatus status)
Set the status property: The status property.
|
ApiKVReferenceInner |
ApiKVReferenceInner.withVaultName(String vaultName)
Set the vaultName property: The vaultName property.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.