ServiceEndpointPropertiesFormatArgs

data class ServiceEndpointPropertiesFormatArgs(val locations: Output<List<String>>? = null, val networkIdentifier: Output<SubResourceArgs>? = null, val provisioningState: Output<String>? = null, val service: Output<String>? = null) : ConvertibleToJava<ServiceEndpointPropertiesFormatArgs>

The service endpoint properties.

Constructors

Link copied to clipboard
constructor(locations: Output<List<String>>? = null, networkIdentifier: Output<SubResourceArgs>? = null, provisioningState: Output<String>? = null, service: Output<String>? = null)

Properties

Link copied to clipboard
val locations: Output<List<String>>? = null

A list of locations.

Link copied to clipboard
val networkIdentifier: Output<SubResourceArgs>? = null

SubResource as network identifier.

Link copied to clipboard
val provisioningState: Output<String>? = null

The provisioning state of the resource.

Link copied to clipboard
val service: Output<String>? = null

The type of the endpoint service.

Functions

Link copied to clipboard
open override fun toJava(): ServiceEndpointPropertiesFormatArgs