NetworkFunctionPropertiesFormat Class
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.
Network function properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.NetworkFunctionPropertiesFormatTypeConverter))]
public class NetworkFunctionPropertiesFormat : Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.INetworkFunctionPropertiesFormat
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.NetworkFunctionPropertiesFormatTypeConverter))>]
type NetworkFunctionPropertiesFormat = class
interface INetworkFunctionPropertiesFormat
interface IJsonSerializable
Public Class NetworkFunctionPropertiesFormat
Implements INetworkFunctionPropertiesFormat
- Inheritance
-
NetworkFunctionPropertiesFormat
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| NetworkFunctionPropertiesFormat() |
Creates an new NetworkFunctionPropertiesFormat instance. |
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 |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of NetworkFunctionPropertiesFormat. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of NetworkFunctionPropertiesFormat. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.INetworkFunctionPropertiesFormat. |
| FromJsonString(String) |
Creates a new instance of NetworkFunctionPropertiesFormat, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of NetworkFunctionPropertiesFormat into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |