Service Endpoint Properties Format Args
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)