Language

NetworkAnalyticsIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.NetworkAnalyticsIdentityTypeConverter))]
public class NetworkAnalyticsIdentity : Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.INetworkAnalyticsIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.NetworkAnalyticsIdentityTypeConverter))>]
type NetworkAnalyticsIdentity = class
    interface INetworkAnalyticsIdentity
    interface IJsonSerializable
Public Class NetworkAnalyticsIdentity
Implements INetworkAnalyticsIdentity
Inheritance
NetworkAnalyticsIdentity
Attributes
Implements

Constructors

Name Description
NetworkAnalyticsIdentity()

Creates an new NetworkAnalyticsIdentity instance.

Properties

Name Description
DataProductName

The data product resource name

DataTypeName

The data type name.

Id

Resource identity path

ResourceGroupName

The name of the resource group. The name is case insensitive.

SubscriptionId

The ID of the target subscription.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkAnalyticsIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkAnalyticsIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.INetworkAnalyticsIdentity.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkAnalyticsIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to