GetPrivateLinkServicesForSCCPowershellResult

data class GetPrivateLinkServicesForSCCPowershellResult(val azureApiVersion: String, val etag: String? = null, val id: String, val identity: ServicesResourceResponseIdentity? = null, val kind: String, val location: String, val name: String, val properties: ServicesPropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

The description of the service.

Constructors

constructor(azureApiVersion: String, etag: String? = null, id: String, identity: ServicesResourceResponseIdentity? = null, kind: String, location: String, name: String, properties: ServicesPropertiesResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val etag: String? = null

An etag associated with the resource, used for optimistic concurrency when editing it.

Link copied to clipboard
val id: String

The resource identifier.

Link copied to clipboard

Setting indicating whether the service has a managed identity associated with it.

Link copied to clipboard

The kind of the service.

Link copied to clipboard

The resource location.

Link copied to clipboard

The resource name.

Link copied to clipboard

The common properties of a service.

Link copied to clipboard

Required property for system data

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

The resource tags.

Link copied to clipboard

The resource type.