GetNetworkFunctionResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The reference to the device resource. Once set, it cannot be updated.

Link copied to clipboard
val etag: String? = null

A unique read-only string that changes whenever the resource is updated.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The geo-location where the resource lives

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 name of the resource

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
val skuName: String? = null

The sku name for the network function. Once set, it cannot be updated.

Link copied to clipboard

The sku type for the network function.

Link copied to clipboard

The system meta data relating to this resource.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard
val vendorName: String? = null

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.