Interface NamedValueContract.Update
- All Superinterfaces:
NamedValueContract.UpdateStages.WithDisplayName,NamedValueContract.UpdateStages.WithIfMatch,NamedValueContract.UpdateStages.WithKeyVault,NamedValueContract.UpdateStages.WithSecret,NamedValueContract.UpdateStages.WithTags,NamedValueContract.UpdateStages.WithValue
- Enclosing interface:
NamedValueContract
public static interface NamedValueContract.Update
extends NamedValueContract.UpdateStages.WithTags, NamedValueContract.UpdateStages.WithDisplayName, NamedValueContract.UpdateStages.WithValue, NamedValueContract.UpdateStages.WithKeyVault, NamedValueContract.UpdateStages.WithSecret, NamedValueContract.UpdateStages.WithIfMatch
The template for NamedValueContract update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.apimanagement.models.NamedValueContract.UpdateStages.WithDisplayName
withDisplayNameMethods inherited from interface com.azure.resourcemanager.apimanagement.models.NamedValueContract.UpdateStages.WithIfMatch
withIfMatchMethods inherited from interface com.azure.resourcemanager.apimanagement.models.NamedValueContract.UpdateStages.WithKeyVault
withKeyVaultMethods inherited from interface com.azure.resourcemanager.apimanagement.models.NamedValueContract.UpdateStages.WithSecret
withSecretMethods inherited from interface com.azure.resourcemanager.apimanagement.models.NamedValueContract.UpdateStages.WithTags
withTagsMethods inherited from interface com.azure.resourcemanager.apimanagement.models.NamedValueContract.UpdateStages.WithValue
withValue
-
Method Details
-
apply
NamedValueContract apply()Executes the update request.- Returns:
- the updated resource.
-
apply
Executes the update request.- Parameters:
context- The context to associate with this operation.- Returns:
- the updated resource.
-