| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ClientCertMode |
SiteInner.clientCertMode()
Get the clientCertMode property: This composes with ClientCertEnabled setting.
|
ClientCertMode |
SitePatchResourceInner.clientCertMode()
Get the clientCertMode property: This composes with ClientCertEnabled setting.
|
ClientCertMode |
SitePropertiesInner.clientCertMode()
Get the clientCertMode property: This composes with ClientCertEnabled setting.
|
ClientCertMode |
SitePatchResourcePropertiesInner.clientCertMode()
Get the clientCertMode property: This composes with ClientCertEnabled setting.
|
| Modifier and Type | Method and Description |
|---|---|
SiteInner |
SiteInner.withClientCertMode(ClientCertMode clientCertMode)
Set the clientCertMode property: This composes with ClientCertEnabled setting.
|
SitePatchResourceInner |
SitePatchResourceInner.withClientCertMode(ClientCertMode clientCertMode)
Set the clientCertMode property: This composes with ClientCertEnabled setting.
|
SitePropertiesInner |
SitePropertiesInner.withClientCertMode(ClientCertMode clientCertMode)
Set the clientCertMode property: This composes with ClientCertEnabled setting.
|
SitePatchResourcePropertiesInner |
SitePatchResourcePropertiesInner.withClientCertMode(ClientCertMode clientCertMode)
Set the clientCertMode property: This composes with ClientCertEnabled setting.
|
| Modifier and Type | Method and Description |
|---|---|
static ClientCertMode |
ClientCertMode.fromString(String value)
Parses a serialized value to a ClientCertMode instance.
|
static ClientCertMode |
ClientCertMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientCertMode[] |
ClientCertMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.