Uses of Interface
com.azure.resourcemanager.apimanagement.models.NamedValueContract
Packages that use NamedValueContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of NamedValueContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return NamedValueContractModifier and TypeMethodDescriptionNamedValueContract.Update.apply()Executes the update request.NamedValueContract.Update.apply(com.azure.core.util.Context context) Executes the update request.NamedValueContract.DefinitionStages.WithCreate.create()Executes the create request.NamedValueContract.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.WorkspaceNamedValues.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String namedValueId, NamedValueCreateContract parameters) Creates or updates named value.WorkspaceNamedValues.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String namedValueId, NamedValueCreateContract parameters, String ifMatch, com.azure.core.util.Context context) Creates or updates named value.Gets the details of the named value specified by its identifier.WorkspaceNamedValues.get(String resourceGroupName, String serviceName, String workspaceId, String namedValueId) Gets the details of the named value specified by its identifier.Gets the details of the named value specified by its identifier.NamedValueContract.refresh()Refreshes the resource to sync with Azure.NamedValueContract.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.NamedValueContract.refreshSecret()Refresh the secret of the named value specified by its identifier.NamedValueContract.refreshSecret(com.azure.core.util.Context context) Refresh the secret of the named value specified by its identifier.NamedValues.refreshSecret(String resourceGroupName, String serviceName, String namedValueId) Refresh the secret of the named value specified by its identifier.NamedValues.refreshSecret(String resourceGroupName, String serviceName, String namedValueId, com.azure.core.util.Context context) Refresh the secret of the named value specified by its identifier.WorkspaceNamedValues.refreshSecret(String resourceGroupName, String serviceName, String workspaceId, String namedValueId) Refresh the secret of the named value specified by its identifier.WorkspaceNamedValues.refreshSecret(String resourceGroupName, String serviceName, String workspaceId, String namedValueId, com.azure.core.util.Context context) Refresh the secret of the named value specified by its identifier.WorkspaceNamedValues.update(String resourceGroupName, String serviceName, String workspaceId, String namedValueId, String ifMatch, NamedValueUpdateParameters parameters) Updates the specific named value.WorkspaceNamedValues.update(String resourceGroupName, String serviceName, String workspaceId, String namedValueId, String ifMatch, NamedValueUpdateParameters parameters, com.azure.core.util.Context context) Updates the specific named value.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type NamedValueContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<NamedValueContract> NamedValues.getByIdWithResponse(String id, com.azure.core.util.Context context) Gets the details of the named value specified by its identifier.com.azure.core.http.rest.Response<NamedValueContract> NamedValues.getWithResponse(String resourceGroupName, String serviceName, String namedValueId, com.azure.core.util.Context context) Gets the details of the named value specified by its identifier.com.azure.core.http.rest.Response<NamedValueContract> WorkspaceNamedValues.getWithResponse(String resourceGroupName, String serviceName, String workspaceId, String namedValueId, com.azure.core.util.Context context) Gets the details of the named value specified by its identifier.com.azure.core.http.rest.PagedIterable<NamedValueContract> NamedValues.listByService(String resourceGroupName, String serviceName) Lists a collection of named values defined within a service instance.com.azure.core.http.rest.PagedIterable<NamedValueContract> NamedValues.listByService(String resourceGroupName, String serviceName, String filter, Integer top, Integer skip, Boolean isKeyVaultRefreshFailed, com.azure.core.util.Context context) Lists a collection of named values defined within a service instance.com.azure.core.http.rest.PagedIterable<NamedValueContract> WorkspaceNamedValues.listByService(String resourceGroupName, String serviceName, String workspaceId) Lists a collection of named values defined within a workspace in a service instance.com.azure.core.http.rest.PagedIterable<NamedValueContract> WorkspaceNamedValues.listByService(String resourceGroupName, String serviceName, String workspaceId, String filter, Integer top, Integer skip, KeyVaultRefreshState isKeyVaultRefreshFailed, com.azure.core.util.Context context) Lists a collection of named values defined within a workspace in a service instance.