Uses of Interface
com.azure.resourcemanager.apimanagement.models.NamedValueContract.Update
Packages that use NamedValueContract.Update
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of NamedValueContract.Update in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return NamedValueContract.UpdateModifier and TypeMethodDescriptionNamedValueContract.update()Begins update for the NamedValueContract resource.NamedValueContract.UpdateStages.WithDisplayName.withDisplayName(String displayName) Specifies the displayName property: Unique name of NamedValue.NamedValueContract.UpdateStages.WithIfMatch.withIfMatch(String ifMatch) Specifies the ifMatch property: ETag of the Entity.NamedValueContract.UpdateStages.WithKeyVault.withKeyVault(KeyVaultContractCreateProperties keyVault) Specifies the keyVault property: KeyVault location details of the namedValue..NamedValueContract.UpdateStages.WithSecret.withSecret(Boolean secret) Specifies the secret property: Determines whether the value is a secret and should be encrypted or not.Specifies the tags property: Optional tags that when provided can be used to filter the NamedValue list..Specifies the value property: Value of the NamedValue.