manifests
Creates, updates, deletes, gets or lists a manifests
resource.
Overview
Name | manifests |
Type | Resource |
Id | azure_stack.subscriptions_admin.manifests |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The unique identifier of the registration. |
alwaysRoutable | boolean | A value indicating whether the manifest is always routable by all subscriptions. |
displayName | string | The display name. |
enabled | boolean | A value indicating whether this resource provider is enabled. |
extensionCollection | object | The manifest extension collection definition. |
linkedNotificationRules | object | List of the linked notification rules. |
metadata | object | The metadata. |
namespace | string | The namespace. |
providerAuthorization | object | The resource provider authorization information. |
providerLocation | string | The location of the provider. |
providerType | string | The resource provider type. |
provisioningState | string | The provisioning state. |
resourceGroupName | string | The name of the resource group. |
resourceHydrationAccounts | object | List of the resource hydration accounts. |
resourceLocation | string | The location of the resource. |
resourceTags | object | The resource tags. |
resourceTypes | object | List of the resource types. |
routingResourceManagerType | string | Resource manager type. |
subscriptionId | string | The subscription ID under which RP is registered. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | manifestName, subscriptionId | Get the specified manifest. |
list | SELECT | subscriptionId | Get a list of all manifests. |
SELECT
examples
Get a list of all manifests.
SELECT
name,
alwaysRoutable,
displayName,
enabled,
extensionCollection,
linkedNotificationRules,
metadata,
namespace,
providerAuthorization,
providerLocation,
providerType,
provisioningState,
resourceGroupName,
resourceHydrationAccounts,
resourceLocation,
resourceTags,
resourceTypes,
routingResourceManagerType,
subscriptionId
FROM azure_stack.subscriptions_admin.manifests
WHERE subscriptionId = '{{ subscriptionId }}';