Uses of Interface
com.azure.resourcemanager.apimanagement.models.NamedValueSecretContract
Packages that use NamedValueSecretContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of NamedValueSecretContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return NamedValueSecretContractModifier and TypeMethodDescriptionNamedValueContract.listValue()Gets the secret of the named value specified by its identifier.Gets the secret of the named value specified by its identifier.WorkspaceNamedValues.listValue(String resourceGroupName, String serviceName, String workspaceId, String namedValueId) Gets the secret of the named value specified by its identifier.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type NamedValueSecretContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<NamedValueSecretContract> NamedValueContract.listValueWithResponse(com.azure.core.util.Context context) Gets the secret of the named value specified by its identifier.com.azure.core.http.rest.Response<NamedValueSecretContract> NamedValues.listValueWithResponse(String resourceGroupName, String serviceName, String namedValueId, com.azure.core.util.Context context) Gets the secret of the named value specified by its identifier.com.azure.core.http.rest.Response<NamedValueSecretContract> WorkspaceNamedValues.listValueWithResponse(String resourceGroupName, String serviceName, String workspaceId, String namedValueId, com.azure.core.util.Context context) Gets the secret of the named value specified by its identifier.