Mono<FeatureResultInner> |
FeaturesClient.getAsync(String resourceProviderNamespace,
String featureName) |
Gets the preview feature with the specified name.
|
com.azure.core.http.rest.Response<FeatureResultInner> |
FeaturesClient.getWithResponse(String resourceProviderNamespace,
String featureName,
com.azure.core.util.Context context) |
Gets the preview feature with the specified name.
|
Mono<com.azure.core.http.rest.Response<FeatureResultInner>> |
FeaturesClient.getWithResponseAsync(String resourceProviderNamespace,
String featureName) |
Gets the preview feature with the specified name.
|
com.azure.core.http.rest.PagedIterable<FeatureResultInner> |
FeaturesClient.list(String resourceProviderNamespace) |
Gets all the preview features in a provider namespace that are available through AFEC for the subscription.
|
com.azure.core.http.rest.PagedIterable<FeatureResultInner> |
FeaturesClient.list(String resourceProviderNamespace,
com.azure.core.util.Context context) |
Gets all the preview features in a provider namespace that are available through AFEC for the subscription.
|
com.azure.core.http.rest.PagedIterable<FeatureResultInner> |
FeaturesClient.listAll() |
Gets all the preview features that are available through AFEC for the subscription.
|
com.azure.core.http.rest.PagedIterable<FeatureResultInner> |
FeaturesClient.listAll(com.azure.core.util.Context context) |
Gets all the preview features that are available through AFEC for the subscription.
|
com.azure.core.http.rest.PagedFlux<FeatureResultInner> |
FeaturesClient.listAllAsync() |
Gets all the preview features that are available through AFEC for the subscription.
|
com.azure.core.http.rest.PagedFlux<FeatureResultInner> |
FeaturesClient.listAsync(String resourceProviderNamespace) |
Gets all the preview features in a provider namespace that are available through AFEC for the subscription.
|
Mono<FeatureResultInner> |
FeaturesClient.registerAsync(String resourceProviderNamespace,
String featureName) |
Registers the preview feature for the subscription.
|
com.azure.core.http.rest.Response<FeatureResultInner> |
FeaturesClient.registerWithResponse(String resourceProviderNamespace,
String featureName,
com.azure.core.util.Context context) |
Registers the preview feature for the subscription.
|
Mono<com.azure.core.http.rest.Response<FeatureResultInner>> |
FeaturesClient.registerWithResponseAsync(String resourceProviderNamespace,
String featureName) |
Registers the preview feature for the subscription.
|
Mono<FeatureResultInner> |
FeaturesClient.unregisterAsync(String resourceProviderNamespace,
String featureName) |
Unregisters the preview feature for the subscription.
|
com.azure.core.http.rest.Response<FeatureResultInner> |
FeaturesClient.unregisterWithResponse(String resourceProviderNamespace,
String featureName,
com.azure.core.util.Context context) |
Unregisters the preview feature for the subscription.
|
Mono<com.azure.core.http.rest.Response<FeatureResultInner>> |
FeaturesClient.unregisterWithResponseAsync(String resourceProviderNamespace,
String featureName) |
Unregisters the preview feature for the subscription.
|