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.
|