| 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 |
|---|---|
HostKeysInner |
WebAppsClient.listHostKeys(String resourceGroupName,
String name)
Description for Get host secrets for a function app.
|
HostKeysInner |
WebAppsClient.listHostKeysSlot(String resourceGroupName,
String name,
String slot)
Description for Get host secrets for a function app.
|
| Modifier and Type | Method and Description |
|---|---|
HostKeysInner |
HostKeysInner.withFunctionKeys(Map<String,String> functionKeys)
Set the functionKeys property: Host level function keys.
|
HostKeysInner |
HostKeysInner.withMasterKey(String masterKey)
Set the masterKey property: Secret key.
|
HostKeysInner |
HostKeysInner.withSystemKeys(Map<String,String> systemKeys)
Set the systemKeys property: System keys.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.