你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IConnectedNetworkIdentity Interface

Definition

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

Properties

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to