Interface NamedValueSecretContract
public interface NamedValueSecretContract
An immutable client-side representation of NamedValueSecretContract.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.apimanagement.fluent.models.NamedValueSecretContractInner object.value()Gets the value property: This is secret value of the NamedValue entity.
-
Method Details
-
value
String value()Gets the value property: This is secret value of the NamedValue entity.- Returns:
- the value value.
-
innerModel
NamedValueSecretContractInner innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.NamedValueSecretContractInner object.- Returns:
- the inner object.
-