次の方法で共有


SubscriptionFeatureRegistrationsClient Interface

Implements

public interface SubscriptionFeatureRegistrationsClient
extends InnerSupportsDelete<Void>

An instance of this class provides access to all the operations defined in SubscriptionFeatureRegistrationsClient.

Method Summary

Modifier and Type Method and Description
abstract SubscriptionFeatureRegistrationInner createOrUpdate(String providerNamespace, String featureName)

Create or update a feature registration.

abstract Mono<SubscriptionFeatureRegistrationInner> createOrUpdateAsync(String providerNamespace, String featureName)

Create or update a feature registration.

abstract Response<SubscriptionFeatureRegistrationInner> createOrUpdateWithResponse(String providerNamespace, String featureName, SubscriptionFeatureRegistrationInner subscriptionFeatureRegistrationType, Context context)

Create or update a feature registration.

abstract Mono<Response<SubscriptionFeatureRegistrationInner>> createOrUpdateWithResponseAsync(String providerNamespace, String featureName, SubscriptionFeatureRegistrationInner subscriptionFeatureRegistrationType)

Create or update a feature registration.

abstract void delete(String providerNamespace, String featureName)

Deletes a feature registration.

abstract Mono<Void> deleteAsync(String providerNamespace, String featureName)

Deletes a feature registration.

abstract Response<Void> deleteWithResponse(String providerNamespace, String featureName, Context context)

Deletes a feature registration.

abstract Mono<Response<Void>> deleteWithResponseAsync(String providerNamespace, String featureName)

Deletes a feature registration.

abstract SubscriptionFeatureRegistrationInner get(String providerNamespace, String featureName)

Returns a feature registration.

abstract Mono<SubscriptionFeatureRegistrationInner> getAsync(String providerNamespace, String featureName)

Returns a feature registration.

abstract Response<SubscriptionFeatureRegistrationInner> getWithResponse(String providerNamespace, String featureName, Context context)

Returns a feature registration.

abstract Mono<Response<SubscriptionFeatureRegistrationInner>> getWithResponseAsync(String providerNamespace, String featureName)

Returns a feature registration.

abstract PagedIterable<SubscriptionFeatureRegistrationInner> list()

Returns subscription feature registrations for given subscription.

abstract PagedIterable<SubscriptionFeatureRegistrationInner> list(Context context)

Returns subscription feature registrations for given subscription.

abstract PagedFlux<SubscriptionFeatureRegistrationInner> listAsync()

Returns subscription feature registrations for given subscription.

abstract PagedIterable<SubscriptionFeatureRegistrationInner> listBySubscription(String providerNamespace)

Returns subscription feature registrations for given subscription and provider namespace.

abstract PagedIterable<SubscriptionFeatureRegistrationInner> listBySubscription(String providerNamespace, Context context)

Returns subscription feature registrations for given subscription and provider namespace.

abstract PagedFlux<SubscriptionFeatureRegistrationInner> listBySubscriptionAsync(String providerNamespace)

Returns subscription feature registrations for given subscription and provider namespace.

Method Details

createOrUpdate

public abstract SubscriptionFeatureRegistrationInner createOrUpdate(String providerNamespace, String featureName)

Create or update a feature registration.

Parameters:

providerNamespace - The provider namespace.
featureName - The feature name.

Returns:

subscription feature registration details.

createOrUpdateAsync

public abstract Mono createOrUpdateAsync(String providerNamespace, String featureName)

Create or update a feature registration.

Parameters:

providerNamespace - The provider namespace.
featureName - The feature name.

Returns:

subscription feature registration details on successful completion of Mono.

createOrUpdateWithResponse

public abstract Response createOrUpdateWithResponse(String providerNamespace, String featureName, SubscriptionFeatureRegistrationInner subscriptionFeatureRegistrationType, Context context)

Create or update a feature registration.

Parameters:

providerNamespace - The provider namespace.
featureName - The feature name.
subscriptionFeatureRegistrationType - Subscription Feature Registration Type details.
context - The context to associate with this operation.

Returns:

subscription feature registration details along with Response<T>.

createOrUpdateWithResponseAsync

public abstract Mono<>> createOrUpdateWithResponseAsync(String providerNamespace, String featureName, SubscriptionFeatureRegistrationInner subscriptionFeatureRegistrationType)

Create or update a feature registration.

Parameters:

providerNamespace - The provider namespace.
featureName - The feature name.
subscriptionFeatureRegistrationType - Subscription Feature Registration Type details.

Returns:

subscription feature registration details along with Response<T> on successful completion of Mono.

delete

public abstract void delete(String providerNamespace, String featureName)

Deletes a feature registration.

Parameters:

providerNamespace - The provider namespace.
featureName - The feature name.

deleteAsync

public abstract Mono deleteAsync(String providerNamespace, String featureName)

Deletes a feature registration.

Parameters:

providerNamespace - The provider namespace.
featureName - The feature name.

Returns:

A Mono that completes when a successful response is received.

deleteWithResponse

public abstract Response deleteWithResponse(String providerNamespace, String featureName, Context context)

Deletes a feature registration.

Parameters:

providerNamespace - The provider namespace.
featureName - The feature name.
context - The context to associate with this operation.

Returns:

deleteWithResponseAsync

public abstract Mono<>> deleteWithResponseAsync(String providerNamespace, String featureName)

Deletes a feature registration.

Parameters:

providerNamespace - The provider namespace.
featureName - The feature name.

Returns:

the Response<T> on successful completion of Mono.

get

public abstract SubscriptionFeatureRegistrationInner get(String providerNamespace, String featureName)

Returns a feature registration.

Parameters:

providerNamespace - The provider namespace.
featureName - The feature name.

Returns:

subscription feature registration details.

getAsync

public abstract Mono getAsync(String providerNamespace, String featureName)

Returns a feature registration.

Parameters:

providerNamespace - The provider namespace.
featureName - The feature name.

Returns:

subscription feature registration details on successful completion of Mono.

getWithResponse

public abstract Response getWithResponse(String providerNamespace, String featureName, Context context)

Returns a feature registration.

Parameters:

providerNamespace - The provider namespace.
featureName - The feature name.
context - The context to associate with this operation.

Returns:

subscription feature registration details along with Response<T>.

getWithResponseAsync

public abstract Mono<>> getWithResponseAsync(String providerNamespace, String featureName)

Returns a feature registration.

Parameters:

providerNamespace - The provider namespace.
featureName - The feature name.

Returns:

subscription feature registration details along with Response<T> on successful completion of Mono.

list

public abstract PagedIterable list()

Returns subscription feature registrations for given subscription.

Returns:

the list of subscription feature registrations as paginated response with PagedIterable<T>.

list

public abstract PagedIterable list(Context context)

Returns subscription feature registrations for given subscription.

Parameters:

context - The context to associate with this operation.

Returns:

the list of subscription feature registrations as paginated response with PagedIterable<T>.

listAsync

public abstract PagedFlux listAsync()

Returns subscription feature registrations for given subscription.

Returns:

the list of subscription feature registrations as paginated response with PagedFlux<T>.

listBySubscription

public abstract PagedIterable listBySubscription(String providerNamespace)

Returns subscription feature registrations for given subscription and provider namespace.

Parameters:

providerNamespace - The provider namespace.

Returns:

the list of subscription feature registrations as paginated response with PagedIterable<T>.

listBySubscription

public abstract PagedIterable listBySubscription(String providerNamespace, Context context)

Returns subscription feature registrations for given subscription and provider namespace.

Parameters:

providerNamespace - The provider namespace.
context - The context to associate with this operation.

Returns:

the list of subscription feature registrations as paginated response with PagedIterable<T>.

listBySubscriptionAsync

public abstract PagedFlux listBySubscriptionAsync(String providerNamespace)

Returns subscription feature registrations for given subscription and provider namespace.

Parameters:

providerNamespace - The provider namespace.

Returns:

the list of subscription feature registrations as paginated response with PagedFlux<T>.

Applies to