Share via


Microsoft.FluidRelay fluidRelayServers 2021-06-15-preview

Bicep resource definition

The fluidRelayServers 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.FluidRelay/fluidRelayServers resource, add the following Bicep to your template.

resource symbolicname 'Microsoft.FluidRelay/fluidRelayServers@2021-06-15-preview' = {
  identity: {
    type: 'string'
  }
  location: 'string'
  name: 'string'
  properties: {
    provisioningState: 'string'
  }
  tags: {
    {customized property}: 'string'
  }
}

Property Values

Microsoft.FluidRelay/fluidRelayServers

Name Description Value
identity The type of identity used for the resource. Identity
location The geo-location where the resource lives string (required)
name The resource name string (required)
properties The resource-specific properties for this resource. FluidRelayServerProperties
tags Resource tags Dictionary of tag names and values. See Tags in templates

FluidRelayServerProperties

Name Description Value
provisioningState Provision states for FluidRelay RP 'Canceled'
'Failed'
'Succeeded'

Identity

Name Description Value
type The identity type. 'None'
'SystemAssigned'

TrackedResourceTags

Name Description Value

ARM template resource definition

The fluidRelayServers 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.FluidRelay/fluidRelayServers resource, add the following JSON to your template.

{
  "type": "Microsoft.FluidRelay/fluidRelayServers",
  "apiVersion": "2021-06-15-preview",
  "name": "string",
  "identity": {
    "type": "string"
  },
  "location": "string",
  "properties": {
    "provisioningState": "string"
  },
  "tags": {
    "{customized property}": "string"
  }
}

Property Values

Microsoft.FluidRelay/fluidRelayServers

Name Description Value
apiVersion The api version '2021-06-15-preview'
identity The type of identity used for the resource. Identity
location The geo-location where the resource lives string (required)
name The resource name string (required)
properties The resource-specific properties for this resource. FluidRelayServerProperties
tags Resource tags Dictionary of tag names and values. See Tags in templates
type The resource type 'Microsoft.FluidRelay/fluidRelayServers'

FluidRelayServerProperties

Name Description Value
provisioningState Provision states for FluidRelay RP 'Canceled'
'Failed'
'Succeeded'

Identity

Name Description Value
type The identity type. 'None'
'SystemAssigned'

TrackedResourceTags

Name Description Value

Usage Examples

Terraform (AzAPI provider) resource definition

The fluidRelayServers 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.FluidRelay/fluidRelayServers resource, add the following Terraform to your template.

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.FluidRelay/fluidRelayServers@2021-06-15-preview"
  name = "string"
  parent_id = "string"
  identity {
    type = "string"
    identity_ids = [
      "string"
    ]
  }
  location = "string"
  tags = {
    {customized property} = "string"
  }
  body = {
    properties = {
      provisioningState = "string"
    }
  }
}

Property Values

Microsoft.FluidRelay/fluidRelayServers

Name Description Value
identity The type of identity used for the resource. Identity
location The geo-location where the resource lives string (required)
name The resource name string (required)
properties The resource-specific properties for this resource. FluidRelayServerProperties
tags Resource tags Dictionary of tag names and values.
type The resource type "Microsoft.FluidRelay/fluidRelayServers@2021-06-15-preview"

FluidRelayServerProperties

Name Description Value
provisioningState Provision states for FluidRelay RP 'Canceled'
'Failed'
'Succeeded'

Identity

Name Description Value
type The identity type. 'None'
'SystemAssigned'

TrackedResourceTags

Name Description Value