INetworkFunctionPropertiesFormat 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.NetworkFunctionPropertiesFormatTypeConverter))]
public interface INetworkFunctionPropertiesFormat : Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.NetworkFunctionPropertiesFormatTypeConverter))>]
type INetworkFunctionPropertiesFormat = interface
interface IJsonSerializable
Public Interface INetworkFunctionPropertiesFormat
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| DeviceId |
Resource ID. |
| ManagedApplicationId |
Resource ID. |
| ManagedApplicationParameter |
The parameters for the managed application. |
| NetworkFunctionContainerConfiguration |
The network function container configurations from the user. |
| NetworkFunctionUserConfiguration |
The network function configurations from the user. |
| ProvisioningState |
The provisioning state of the network function resource. |
| ServiceKey |
The service key for the network function resource. |
| SkuName |
The sku name for the network function. Once set, it cannot be updated. |
| SkuType |
The sku type for the network function. |
| VendorName |
The vendor name for the network function. Once set, it cannot be updated. |
| VendorProvisioningState |
The vendor provisioning state for the network function resource. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |