Condividi tramite


ConnectedNetworkIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.ConnectedNetworkIdentityTypeConverter))]
public class ConnectedNetworkIdentity : Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.IConnectedNetworkIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.ConnectedNetworkIdentityTypeConverter))>]
type ConnectedNetworkIdentity = class
    interface IConnectedNetworkIdentity
    interface IJsonSerializable
Public Class ConnectedNetworkIdentity
Implements IConnectedNetworkIdentity
Inheritance
ConnectedNetworkIdentity
Attributes
Implements

Constructors

Name Description
ConnectedNetworkIdentity()

Creates an new ConnectedNetworkIdentity instance.

Properties

Name Description
DeviceName

The name of the device resource.

Id

Resource identity path

LocationName

The Azure region where the network function resource was created by the customer.

NetworkFunctionName

The name of the network function.

PreviewSubscription

Preview subscription ID.

ResourceGroupName

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

RoleInstanceName

The name of the role instance of the vendor network function.

ServiceKey

The GUID for the vendor network function.

SkuName

The name of the sku.

SubscriptionId

The ID of the target subscription.

VendorName

The name of the vendor.

VendorSkuName

The name of the network function sku.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ConnectedNetworkIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ConnectedNetworkIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.IConnectedNetworkIdentity.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ConnectedNetworkIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to