GetNamespaceResult

data class GetNamespaceResult(val azureApiVersion: String, val eTag: String, val id: String, val location: String? = null, val name: String, val properties: NamespacePropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

Namespace managed by ARM.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, eTag: String, id: String, location: String? = null, name: String, properties: NamespacePropertiesResponse, 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

Unique read-only string used to implement optimistic concurrency. The eTag value will change when the resource is updated. Specify an if-match or if-none-match header with the eTag value for a subsequent request to enable optimistic concurrency per the normal etag convention.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard
val location: String? = null

The location of the namespace.

Link copied to clipboard

The name of the resource that is unique within a resource group. This name can be used to access the resource.

Link copied to clipboard

Properties of a namespace.

Link copied to clipboard

The system metadata relating to this resource.

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

The tags to be persisted on the managed cluster namespace.

Link copied to clipboard

Resource type