NetworkFunctionData.Properties Property

Definition

Network function properties. Please note NetworkFunctionPropertiesFormat is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include NetworkFunctionValueWithoutSecrets and NetworkFunctionValueWithSecrets.

public Azure.ResourceManager.HybridNetwork.Models.NetworkFunctionPropertiesFormat Properties { get; set; }
member this.Properties : Azure.ResourceManager.HybridNetwork.Models.NetworkFunctionPropertiesFormat with get, set
Public Property Properties As NetworkFunctionPropertiesFormat

Property Value

Applies to