Uses of Class
com.azure.resourcemanager.resources.fluent.models.FeatureResultInner
Packages that use FeatureResultInner
Package
Description
Package containing the service clients for ResourceManagementClient.
Package containing the inner data models for ResourceManagementClient.
Package containing the data models for ResourceManagementClient.
-
Uses of FeatureResultInner in com.azure.resourcemanager.resources.fluent
Methods in com.azure.resourcemanager.resources.fluent that return FeatureResultInnerModifier and TypeMethodDescriptionGets the preview feature with the specified name.Registers the preview feature for the subscription.FeaturesClient.unregister(String resourceProviderNamespace, String featureName) Unregisters the preview feature for the subscription.Methods in com.azure.resourcemanager.resources.fluent that return types with arguments of type FeatureResultInnerModifier and TypeMethodDescriptionGets 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> Gets all the preview features in a provider namespace that are available through AFEC for the subscription.com.azure.core.http.rest.PagedIterable<FeatureResultInner> 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> Gets all the preview features in a provider namespace that are available through AFEC for the subscription.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.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. -
Uses of FeatureResultInner in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return FeatureResultInnerModifier and TypeMethodDescriptionstatic FeatureResultInnerFeatureResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FeatureResultInner from the JsonReader.Set the id property: The resource ID of the feature.Set the name property: The name of the feature.FeatureResultInner.withProperties(FeatureProperties properties) Set the properties property: Properties of the previewed feature.Set the type property: The resource type of the feature. -
Uses of FeatureResultInner in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return types with arguments of type FeatureResultInnerModifier and TypeMethodDescriptionFeatureOperationsListResult.value()Get the value property: The array of features.Method parameters in com.azure.resourcemanager.resources.models with type arguments of type FeatureResultInnerModifier and TypeMethodDescriptionFeatureOperationsListResult.withValue(List<FeatureResultInner> value) Set the value property: The array of features.