다음을 통해 공유


INamedValueOperations Interface

Definition

NamedValueOperations operations.

public interface INamedValueOperations
type INamedValueOperations = interface
Public Interface INamedValueOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, NamedValueCreateContract, String, Dictionary<String,List<String>>, CancellationToken)

Creates or updates named value.

BeginRefreshSecretWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Refresh the secret of the named value specified by its identifier.

BeginUpdateWithHttpMessagesAsync(String, String, String, NamedValueUpdateParameters, String, Dictionary<String,List<String>>, CancellationToken)

Updates the specific named value.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, NamedValueCreateContract, String, Dictionary<String,List<String>>, CancellationToken)

Creates or updates named value.

DeleteWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes specific named value from the API Management service instance.

GetEntityTagWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the entity state (Etag) version of the named value specified by its identifier.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the details of the named value specified by its identifier.

ListByServiceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists a collection of named values defined within a service instance. https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-properties

ListByServiceWithHttpMessagesAsync(String, String, ODataQuery<NamedValueContract>, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Lists a collection of named values defined within a service instance. https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-properties

ListValueWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the secret of the named value specified by its identifier.

RefreshSecretWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Refresh the secret of the named value specified by its identifier.

UpdateWithHttpMessagesAsync(String, String, String, NamedValueUpdateParameters, String, Dictionary<String,List<String>>, CancellationToken)

Updates the specific named value.

Extension Methods

BeginCreateOrUpdate(INamedValueOperations, String, String, String, NamedValueCreateContract, String)

Creates or updates named value.

BeginCreateOrUpdateAsync(INamedValueOperations, String, String, String, NamedValueCreateContract, String, CancellationToken)

Creates or updates named value.

BeginRefreshSecret(INamedValueOperations, String, String, String)

Refresh the secret of the named value specified by its identifier.

BeginRefreshSecretAsync(INamedValueOperations, String, String, String, CancellationToken)

Refresh the secret of the named value specified by its identifier.

BeginUpdate(INamedValueOperations, String, String, String, NamedValueUpdateParameters, String)

Updates the specific named value.

BeginUpdateAsync(INamedValueOperations, String, String, String, NamedValueUpdateParameters, String, CancellationToken)

Updates the specific named value.

CreateOrUpdate(INamedValueOperations, String, String, String, NamedValueCreateContract, String)

Creates or updates named value.

CreateOrUpdateAsync(INamedValueOperations, String, String, String, NamedValueCreateContract, String, CancellationToken)

Creates or updates named value.

Delete(INamedValueOperations, String, String, String, String)

Deletes specific named value from the API Management service instance.

DeleteAsync(INamedValueOperations, String, String, String, String, CancellationToken)

Deletes specific named value from the API Management service instance.

Get(INamedValueOperations, String, String, String)

Gets the details of the named value specified by its identifier.

GetAsync(INamedValueOperations, String, String, String, CancellationToken)

Gets the details of the named value specified by its identifier.

GetEntityTag(INamedValueOperations, String, String, String)

Gets the entity state (Etag) version of the named value specified by its identifier.

GetEntityTagAsync(INamedValueOperations, String, String, String, CancellationToken)

Gets the entity state (Etag) version of the named value specified by its identifier.

ListByService(INamedValueOperations, String, String, ODataQuery<NamedValueContract>, Nullable<Boolean>)

Lists a collection of named values defined within a service instance. https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-properties

ListByServiceAsync(INamedValueOperations, String, String, ODataQuery<NamedValueContract>, Nullable<Boolean>, CancellationToken)

Lists a collection of named values defined within a service instance. https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-properties

ListByServiceNext(INamedValueOperations, String)

Lists a collection of named values defined within a service instance. https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-properties

ListByServiceNextAsync(INamedValueOperations, String, CancellationToken)

Lists a collection of named values defined within a service instance. https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-properties

ListValue(INamedValueOperations, String, String, String)

Gets the secret of the named value specified by its identifier.

ListValueAsync(INamedValueOperations, String, String, String, CancellationToken)

Gets the secret of the named value specified by its identifier.

RefreshSecret(INamedValueOperations, String, String, String)

Refresh the secret of the named value specified by its identifier.

RefreshSecretAsync(INamedValueOperations, String, String, String, CancellationToken)

Refresh the secret of the named value specified by its identifier.

Update(INamedValueOperations, String, String, String, NamedValueUpdateParameters, String)

Updates the specific named value.

UpdateAsync(INamedValueOperations, String, String, String, NamedValueUpdateParameters, String, CancellationToken)

Updates the specific named value.

Applies to