| Package | Description |
|---|---|
| com.azure.resourcemanager.resources.fluent |
Package containing the service clients for ResourceManagementClient.
|
| com.azure.resourcemanager.resources.fluent.models |
Package containing the inner data models for ResourceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
FeatureResultInner |
FeaturesClient.get(String resourceProviderNamespace,
String featureName)
Gets the preview feature with the specified name.
|
FeatureResultInner |
FeaturesClient.register(String resourceProviderNamespace,
String featureName)
Registers the preview feature for the subscription.
|
FeatureResultInner |
FeaturesClient.unregister(String resourceProviderNamespace,
String featureName)
Unregisters the preview feature for the subscription.
|
| Modifier and Type | Method and Description |
|---|---|
FeatureResultInner |
FeatureResultInner.withId(String id)
Set the id property: The resource ID of the feature.
|
FeatureResultInner |
FeatureResultInner.withName(String name)
Set the name property: The name of the feature.
|
FeatureResultInner |
FeatureResultInner.withProperties(FeatureProperties properties)
Set the properties property: Properties of the previewed feature.
|
FeatureResultInner |
FeatureResultInner.withType(String type)
Set the type property: The resource type of the feature.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.