GetServiceEndpointPolicyPlainArgs

data class GetServiceEndpointPolicyPlainArgs(val expand: String? = null, val resourceGroupName: String, val serviceEndpointPolicyName: String) : ConvertibleToJava<GetServiceEndpointPolicyPlainArgs>

Constructors

Link copied to clipboard
constructor(expand: String? = null, resourceGroupName: String, serviceEndpointPolicyName: String)

Properties

Link copied to clipboard
val expand: String? = null

Expands referenced resources.

Link copied to clipboard

The name of the resource group.

Link copied to clipboard

The name of the service endpoint policy.

Functions

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