Uses of Enum
com.azure.resourcemanager.appservice.models.ClientCertMode
Packages that use ClientCertMode
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of ClientCertMode in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return ClientCertModeModifier and TypeMethodDescriptionSiteInner.clientCertMode()
Get the clientCertMode property: This composes with ClientCertEnabled settingSitePatchResourceInner.clientCertMode()
Get the clientCertMode property: This composes with ClientCertEnabled settingSitePatchResourcePropertiesInner.clientCertMode()
Get the clientCertMode property: This composes with ClientCertEnabled settingSitePropertiesInner.clientCertMode()
Get the clientCertMode property: This composes with ClientCertEnabled settingMethods in com.azure.resourcemanager.appservice.fluent.models with parameters of type ClientCertModeModifier and TypeMethodDescriptionSiteInner.withClientCertMode
(ClientCertMode clientCertMode) Set the clientCertMode property: This composes with ClientCertEnabled settingSitePatchResourceInner.withClientCertMode
(ClientCertMode clientCertMode) Set the clientCertMode property: This composes with ClientCertEnabled settingSitePatchResourcePropertiesInner.withClientCertMode
(ClientCertMode clientCertMode) Set the clientCertMode property: This composes with ClientCertEnabled settingSitePropertiesInner.withClientCertMode
(ClientCertMode clientCertMode) Set the clientCertMode property: This composes with ClientCertEnabled setting -
Uses of ClientCertMode in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return ClientCertModeModifier and TypeMethodDescriptionstatic ClientCertMode
ClientCertMode.fromString
(String value) Parses a serialized value to a ClientCertMode instance.static ClientCertMode
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.