Uses of Interface
com.azure.resourcemanager.apimanagement.models.NamedValueContract.DefinitionStages.WithCreate
Packages that use NamedValueContract.DefinitionStages.WithCreate
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of NamedValueContract.DefinitionStages.WithCreate in com.azure.resourcemanager.apimanagement.models
Subinterfaces of NamedValueContract.DefinitionStages.WithCreate in com.azure.resourcemanager.apimanagement.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the NamedValueContract definition.Methods in com.azure.resourcemanager.apimanagement.models that return NamedValueContract.DefinitionStages.WithCreateModifier and TypeMethodDescriptionNamedValueContract.DefinitionStages.WithDisplayName.withDisplayName(String displayName) Specifies the displayName property: Unique name of NamedValue.NamedValueContract.DefinitionStages.WithParentResource.withExistingService(String resourceGroupName, String serviceName) Specifies resourceGroupName, serviceName.NamedValueContract.DefinitionStages.WithIfMatch.withIfMatch(String ifMatch) Specifies the ifMatch property: ETag of the Entity.NamedValueContract.DefinitionStages.WithKeyVault.withKeyVault(KeyVaultContractCreateProperties keyVault) Specifies the keyVault property: KeyVault location details of the namedValue..NamedValueContract.DefinitionStages.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.