Aracılığıyla paylaş


Microsoft.DataBoxEdge dataBoxEdgeDevices/diagnosticRemoteSupportSettings 2022-04-01-preview

Bicep kaynak tanımı

dataBoxEdgeDevices/diagnosticRemoteSupportSettings kaynak türü, aşağıdakileri hedefleyen işlemlerle dağıtılabilir:

  • kaynak grupları - Bkz. kaynak grubu dağıtım komutları

Her API sürümünde değiştirilen özelliklerin listesi için bkz. değişiklik günlüğü.

Kaynak biçimi

Microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticRemoteSupportSettings kaynağı oluşturmak için, şablonunuza aşağıdaki Bicep'i ekleyin.

resource symbolicname 'Microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticRemoteSupportSettings@2022-04-01-preview' = {
  parent: resourceSymbolicName
  name: 'default'
  properties: {
    remoteSupportSettingsList: [
      {
        accessLevel: 'string'
        expirationTimeStampInUTC: 'string'
        remoteApplicationType: 'string'
      }
    ]
  }
}

Özellik Değerleri

DiagnosticRemoteSupportSettingsProperties

Ad Açıklama Değer
remoteSupportSettingsList RemoteApplicationType'a göre uzaktan destek ayarları listesi RemoteSupportSettings[]

Microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticRemoteSupportSettings

Ad Açıklama Değer
ad Kaynak adı 'default' (gerekli)
ebeveyn Bicep'te bir alt kaynak için üst kaynak belirtebilirsiniz. Bu özelliği yalnızca alt kaynak üst kaynağın dışında bildirildiğinde eklemeniz gerekir.

Daha fazla bilgi için bkz. Alt kaynaküst kaynak dışında.
Kaynak türü için sembolik ad: dataBoxEdgeDevices
Özellikler Uzaktan destek ayarlarının özellikleri. DiagnosticRemoteSupportSettingsProperties (gerekli)

RemoteSupportSettings

Ad Açıklama Değer
accessLevel Bu uzak uygulama türü için erişim düzeyine izin verildi 'FullAccess'
'Hiçbiri'
'ReadOnly'
'ReadWrite'
expirationTimeStampInUTC Süre sonu zaman damgası dizgi
remoteApplicationType Uzak uygulama türü 'AllApplications'
'LocalUI'
'PowerShell'
'WAC'

ARM şablonu kaynak tanımı

dataBoxEdgeDevices/diagnosticRemoteSupportSettings kaynak türü, aşağıdakileri hedefleyen işlemlerle dağıtılabilir:

  • kaynak grupları - Bkz. kaynak grubu dağıtım komutları

Her API sürümünde değiştirilen özelliklerin listesi için bkz. değişiklik günlüğü.

Kaynak biçimi

Microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticRemoteSupportSettings kaynağı oluşturmak için, şablonunuza aşağıdaki JSON'u ekleyin.

{
  "type": "Microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticRemoteSupportSettings",
  "apiVersion": "2022-04-01-preview",
  "name": "string",
  "properties": {
    "remoteSupportSettingsList": [
      {
        "accessLevel": "string",
        "expirationTimeStampInUTC": "string",
        "remoteApplicationType": "string"
      }
    ]
  }
}

Özellik Değerleri

DiagnosticRemoteSupportSettingsProperties

Ad Açıklama Değer
remoteSupportSettingsList RemoteApplicationType'a göre uzaktan destek ayarları listesi RemoteSupportSettings[]

Microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticRemoteSupportSettings

Ad Açıklama Değer
apiVersion API sürümü '2022-04-01-preview'
ad Kaynak adı 'default' (gerekli)
Özellikler Uzaktan destek ayarlarının özellikleri. DiagnosticRemoteSupportSettingsProperties (gerekli)
tür Kaynak türü 'Microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticRemoteSupportSettings'

RemoteSupportSettings

Ad Açıklama Değer
accessLevel Bu uzak uygulama türü için erişim düzeyine izin verildi 'FullAccess'
'Hiçbiri'
'ReadOnly'
'ReadWrite'
expirationTimeStampInUTC Süre sonu zaman damgası dizgi
remoteApplicationType Uzak uygulama türü 'AllApplications'
'LocalUI'
'PowerShell'
'WAC'

Kullanım Örnekleri

Terraform (AzAPI sağlayıcısı) kaynak tanımı

dataBoxEdgeDevices/diagnosticRemoteSupportSettings kaynak türü, aşağıdakileri hedefleyen işlemlerle dağıtılabilir:

  • Kaynak grupları

Her API sürümünde değiştirilen özelliklerin listesi için bkz. değişiklik günlüğü.

Kaynak biçimi

Microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticRemoteSupportSettings kaynağı oluşturmak için, şablonunuza aşağıdaki Terraform'u ekleyin.

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticRemoteSupportSettings@2022-04-01-preview"
  name = "string"
  body = {
    properties = {
      remoteSupportSettingsList = [
        {
          accessLevel = "string"
          expirationTimeStampInUTC = "string"
          remoteApplicationType = "string"
        }
      ]
    }
  }
}

Özellik Değerleri

DiagnosticRemoteSupportSettingsProperties

Ad Açıklama Değer
remoteSupportSettingsList RemoteApplicationType'a göre uzaktan destek ayarları listesi RemoteSupportSettings[]

Microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticRemoteSupportSettings

Ad Açıklama Değer
ad Kaynak adı 'default' (gerekli)
parent_id Bu kaynağın üst öğesi olan kaynağın kimliği. Tür kaynağı kimliği: dataBoxEdgeDevices
Özellikler Uzaktan destek ayarlarının özellikleri. DiagnosticRemoteSupportSettingsProperties (gerekli)
tür Kaynak türü "Microsoft.DataBoxEdge/dataBoxEdgeDevices/diagnosticRemoteSupportSettings@2022-04-01-preview"

RemoteSupportSettings

Ad Açıklama Değer
accessLevel Bu uzak uygulama türü için erişim düzeyine izin verildi 'FullAccess'
'Hiçbiri'
'ReadOnly'
'ReadWrite'
expirationTimeStampInUTC Süre sonu zaman damgası dizgi
remoteApplicationType Uzak uygulama türü 'AllApplications'
'LocalUI'
'PowerShell'
'WAC'