FeaturesClient Interface
public interface FeaturesClient
An instance of this class provides access to all the operations defined in FeaturesClient.
Method Summary
Method Details
get
public abstract FeatureResultInner get(String resourceProviderNamespace, String featureName)
Gets the preview feature with the specified name.
Parameters:
Returns:
getAsync
public abstract Mono
Gets the preview feature with the specified name.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets the preview feature with the specified name.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets the preview feature with the specified name.
Parameters:
Returns:
list
public abstract PagedIterable
Gets all the preview features in a provider namespace that are available through AFEC for the subscription.
Parameters:
Returns:
list
public abstract PagedIterable
Gets all the preview features in a provider namespace that are available through AFEC for the subscription.
Parameters:
Returns:
listAll
public abstract PagedIterable
Gets all the preview features that are available through AFEC for the subscription.
Returns:
listAll
public abstract PagedIterable
Gets all the preview features that are available through AFEC for the subscription.
Parameters:
Returns:
listAllAsync
public abstract PagedFlux
Gets all the preview features that are available through AFEC for the subscription.
Returns:
listAsync
public abstract PagedFlux
Gets all the preview features in a provider namespace that are available through AFEC for the subscription.
Parameters:
Returns:
register
public abstract FeatureResultInner register(String resourceProviderNamespace, String featureName)
Registers the preview feature for the subscription.
Parameters:
Returns:
registerAsync
public abstract Mono
Registers the preview feature for the subscription.
Parameters:
Returns:
registerWithResponse
public abstract Response
Registers the preview feature for the subscription.
Parameters:
Returns:
registerWithResponseAsync
public abstract Mono
Registers the preview feature for the subscription.
Parameters:
Returns:
unregister
public abstract FeatureResultInner unregister(String resourceProviderNamespace, String featureName)
Unregisters the preview feature for the subscription.
Parameters:
Returns:
unregisterAsync
public abstract Mono
Unregisters the preview feature for the subscription.
Parameters:
Returns:
unregisterWithResponse
public abstract Response
Unregisters the preview feature for the subscription.
Parameters:
Returns:
unregisterWithResponseAsync
public abstract Mono
Unregisters the preview feature for the subscription.
Parameters:
Returns:
Applies to
Azure SDK for Java