Share via


DataConnectorTenantId Class

Definition

Properties data connector on tenant level.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.DataConnectorTenantIdTypeConverter))]
public class DataConnectorTenantId : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IDataConnectorTenantId
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.DataConnectorTenantIdTypeConverter))>]
type DataConnectorTenantId = class
    interface IDataConnectorTenantId
    interface IJsonSerializable
Public Class DataConnectorTenantId
Implements IDataConnectorTenantId
Inheritance
DataConnectorTenantId
Attributes
Implements

Constructors

DataConnectorTenantId()

Creates an new DataConnectorTenantId instance.

Properties

TenantId

The tenant id to connect to, and get the data from.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DataConnectorTenantId.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DataConnectorTenantId.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IDataConnectorTenantId.

FromJsonString(String)

Creates a new instance of DataConnectorTenantId, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DataConnectorTenantId into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to