Microsoft.Features (stable:2015-12-01)

2025/12/05 • 6 new, 6 deleted methods

ListOperations (new)
Description Lists all of the available Microsoft.Features REST API operations.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Features/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
display:
{
provider: string ,
resource: string ,
operation: string ,
}
,
}
,
]
,
nextLink: string ,
}
Features_ListAll (new)
Description Gets all the preview features that are available through AFEC for the subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Features/features
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
properties:
{
state: string ,
}
,
id: string ,
type: string ,
}
,
]
,
nextLink: string ,
}
Features_List (new)
Description Gets all the preview features in a provider namespace that are available through AFEC for the subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Features/providers/{resourceProviderNamespace}/features
{
resourceProviderNamespace: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
properties:
{
state: string ,
}
,
id: string ,
type: string ,
}
,
]
,
nextLink: string ,
}
Features_Get (new)
Description Gets the preview feature with the specified name.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Features/providers/{resourceProviderNamespace}/features/{featureName}
{
resourceProviderNamespace: string ,
featureName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
name: string ,
properties:
{
state: string ,
}
,
id: string ,
type: string ,
}
Features_Register (new)
Description Registers the preview feature for the subscription.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/providers/Microsoft.Features/providers/{resourceProviderNamespace}/features/{featureName}/register
{
resourceProviderNamespace: string ,
featureName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
name: string ,
properties:
{
state: string ,
}
,
id: string ,
type: string ,
}
Features_Unregister (new)
Description Unregisters the preview feature for the subscription.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/providers/Microsoft.Features/providers/{resourceProviderNamespace}/features/{featureName}/unregister
{
resourceProviderNamespace: string ,
featureName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
name: string ,
properties:
{
state: string ,
}
,
id: string ,
type: string ,
}
ListOperations (removed)
Description Lists all of the available Microsoft.Features REST API operations.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Features/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
display:
{
provider: string ,
resource: string ,
operation: string ,
}
,
}
,
]
,
nextLink: string ,
}
Features_ListAll (removed)
Description Gets all the preview features that are available through AFEC for the subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Features/features
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
properties:
{
state: string ,
}
,
id: string ,
type: string ,
}
,
]
,
nextLink: string ,
}
Features_List (removed)
Description Gets all the preview features in a provider namespace that are available through AFEC for the subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Features/providers/{resourceProviderNamespace}/features
{
resourceProviderNamespace: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
properties:
{
state: string ,
}
,
id: string ,
type: string ,
}
,
]
,
nextLink: string ,
}
Features_Get (removed)
Description Gets the preview feature with the specified name.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Features/providers/{resourceProviderNamespace}/features/{featureName}
{
resourceProviderNamespace: string ,
featureName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
name: string ,
properties:
{
state: string ,
}
,
id: string ,
type: string ,
}
Features_Register (removed)
Description Registers the preview feature for the subscription.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/providers/Microsoft.Features/providers/{resourceProviderNamespace}/features/{featureName}/register
{
resourceProviderNamespace: string ,
featureName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
name: string ,
properties:
{
state: string ,
}
,
id: string ,
type: string ,
}
Features_Unregister (removed)
Description Unregisters the preview feature for the subscription.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/providers/Microsoft.Features/providers/{resourceProviderNamespace}/features/{featureName}/unregister
{
resourceProviderNamespace: string ,
featureName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
name: string ,
properties:
{
state: string ,
}
,
id: string ,
type: string ,
}