Share via


Microsoft.StorSimple managers

Bicep resource definition

The managers resource type can be deployed with operations that target:

For a list of changed properties in each API version, see change log.

Resource format

To create a Microsoft.StorSimple/managers resource, add the following Bicep to your template.

resource symbolicname 'Microsoft.StorSimple/managers@2017-06-01' = {
  etag: 'string'
  location: 'string'
  name: 'string'
  properties: {
    cisIntrinsicSettings: {
      type: 'string'
    }
    provisioningState: 'string'
    sku: {
      name: 'Standard'
    }
  }
  tags: {
    {customized property}: 'string'
  }
}

Property Values

Microsoft.StorSimple/managers

Name Description Value
etag The etag of the manager. string
location The geo location of the resource. string (required)
name The resource name string

Constraints:
Min length = 2
Max length = 50 (required)
properties The properties of the StorSimple Manager. ManagerProperties
tags Resource tags Dictionary of tag names and values. See Tags in templates

ManagerIntrinsicSettings

Name Description Value
type The type of StorSimple Manager. 'GardaV1'
'HelsinkiV1' (required)

ManagerProperties

Name Description Value
cisIntrinsicSettings Represents the type of StorSimple Manager. ManagerIntrinsicSettings
provisioningState Specifies the state of the resource as it is getting provisioned. Value of "Succeeded" means the Manager was successfully created. string
sku Specifies the Sku. ManagerSku

ManagerSku

Name Description Value
name Refers to the sku name which should be "Standard" 'Standard' (required)

ResourceTags

Name Description Value

ARM template resource definition

The managers resource type can be deployed with operations that target:

For a list of changed properties in each API version, see change log.

Resource format

To create a Microsoft.StorSimple/managers resource, add the following JSON to your template.

{
  "type": "Microsoft.StorSimple/managers",
  "apiVersion": "2017-06-01",
  "name": "string",
  "etag": "string",
  "location": "string",
  "properties": {
    "cisIntrinsicSettings": {
      "type": "string"
    },
    "provisioningState": "string",
    "sku": {
      "name": "Standard"
    }
  },
  "tags": {
    "{customized property}": "string"
  }
}

Property Values

Microsoft.StorSimple/managers

Name Description Value
apiVersion The api version '2017-06-01'
etag The etag of the manager. string
location The geo location of the resource. string (required)
name The resource name string

Constraints:
Min length = 2
Max length = 50 (required)
properties The properties of the StorSimple Manager. ManagerProperties
tags Resource tags Dictionary of tag names and values. See Tags in templates
type The resource type 'Microsoft.StorSimple/managers'

ManagerIntrinsicSettings

Name Description Value
type The type of StorSimple Manager. 'GardaV1'
'HelsinkiV1' (required)

ManagerProperties

Name Description Value
cisIntrinsicSettings Represents the type of StorSimple Manager. ManagerIntrinsicSettings
provisioningState Specifies the state of the resource as it is getting provisioned. Value of "Succeeded" means the Manager was successfully created. string
sku Specifies the Sku. ManagerSku

ManagerSku

Name Description Value
name Refers to the sku name which should be "Standard" 'Standard' (required)

ResourceTags

Name Description Value

Usage Examples

Terraform (AzAPI provider) resource definition

The managers resource type can be deployed with operations that target:

  • Resource groups

For a list of changed properties in each API version, see change log.

Resource format

To create a Microsoft.StorSimple/managers resource, add the following Terraform to your template.

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.StorSimple/managers@2017-06-01"
  name = "string"
  parent_id = "string"
  location = "string"
  tags = {
    {customized property} = "string"
  }
  body = {
    etag = "string"
    properties = {
      cisIntrinsicSettings = {
        type = "string"
      }
      provisioningState = "string"
      sku = {
        name = "Standard"
      }
    }
  }
}

Property Values

Microsoft.StorSimple/managers

Name Description Value
etag The etag of the manager. string
location The geo location of the resource. string (required)
name The resource name string

Constraints:
Min length = 2
Max length = 50 (required)
properties The properties of the StorSimple Manager. ManagerProperties
tags Resource tags Dictionary of tag names and values.
type The resource type "Microsoft.StorSimple/managers@2017-06-01"

ManagerIntrinsicSettings

Name Description Value
type The type of StorSimple Manager. 'GardaV1'
'HelsinkiV1' (required)

ManagerProperties

Name Description Value
cisIntrinsicSettings Represents the type of StorSimple Manager. ManagerIntrinsicSettings
provisioningState Specifies the state of the resource as it is getting provisioned. Value of "Succeeded" means the Manager was successfully created. string
sku Specifies the Sku. ManagerSku

ManagerSku

Name Description Value
name Refers to the sku name which should be "Standard" 'Standard' (required)

ResourceTags

Name Description Value