IConnectedNetworkIdentity Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
| 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 |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |