Get Network Function Result
data class GetNetworkFunctionResult(val device: SubResourceResponse? = null, val etag: String? = null, val id: String, val location: String, val managedApplication: SubResourceResponse, val managedApplicationParameters: Any? = null, val name: String, val networkFunctionContainerConfigurations: Any? = null, val networkFunctionUserConfigurations: List<NetworkFunctionUserConfigurationResponse>? = null, val provisioningState: String, val serviceKey: String, val skuName: String? = null, val skuType: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val vendorName: String? = null, val vendorProvisioningState: String)
Network function resource response.
Constructors
Link copied to clipboard
constructor(device: SubResourceResponse? = null, etag: String? = null, id: String, location: String, managedApplication: SubResourceResponse, managedApplicationParameters: Any? = null, name: String, networkFunctionContainerConfigurations: Any? = null, networkFunctionUserConfigurations: List<NetworkFunctionUserConfigurationResponse>? = null, provisioningState: String, serviceKey: String, skuName: String? = null, skuType: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, vendorName: String? = null, vendorProvisioningState: String)
Properties
Link copied to clipboard
The reference to the device resource. Once set, it cannot be updated.
Link copied to clipboard
The resource URI of the managed application.
Link copied to clipboard
The parameters for the managed application.
Link copied to clipboard
The network function container configurations from the user.
Link copied to clipboard
The network function configurations from the user.
Link copied to clipboard
The provisioning state of the network function resource.
Link copied to clipboard
The service key for the network function resource.
Link copied to clipboard
The system meta data relating to this resource.
Link copied to clipboard
The vendor name for the network function. Once set, it cannot be updated.
Link copied to clipboard
The vendor provisioning state for the network function resource.