GetNetworkSecurityPerimeterAssociationResult

data class GetNetworkSecurityPerimeterAssociationResult(val accessMode: String? = null, val azureApiVersion: String, val hasProvisioningIssues: String, val id: String, val location: String? = null, val name: String, val privateLinkResource: SubResourceResponse? = null, val profile: SubResourceResponse? = null, val provisioningState: String, val tags: Map<String, String>? = null, val type: String)

The NSP resource association resource

Constructors

constructor(accessMode: String? = null, azureApiVersion: String, hasProvisioningIssues: String, id: String, location: String? = null, name: String, privateLinkResource: SubResourceResponse? = null, profile: SubResourceResponse? = null, provisioningState: String, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accessMode: String? = null

Access mode on the association.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Specifies if there are provisioning issues

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard
val location: String? = null

Resource location.

Link copied to clipboard

Resource name.

Link copied to clipboard

The PaaS resource to be associated.

Link copied to clipboard

Profile id to which the PaaS resource is associated.

Link copied to clipboard

The provisioning state of the resource association resource.

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

Resource tags.

Link copied to clipboard

Resource type.