GetGalleryInVMAccessControlProfileVersionResult

data class GetGalleryInVMAccessControlProfileVersionResult(val azureApiVersion: String, val defaultAccess: String, val excludeFromLatest: Boolean? = null, val id: String, val location: String, val mode: String, val name: String, val provisioningState: String, val publishedDate: String, val replicationStatus: ReplicationStatusResponse, val rules: AccessControlRulesResponse? = null, val tags: Map<String, String>? = null, val targetLocations: List<TargetRegionResponse>? = null, val type: String)

Specifies information about the gallery inVMAccessControlProfile version that you want to create or update.

Constructors

constructor(azureApiVersion: String, defaultAccess: String, excludeFromLatest: Boolean? = null, id: String, location: String, mode: String, name: String, provisioningState: String, publishedDate: String, replicationStatus: ReplicationStatusResponse, rules: AccessControlRulesResponse? = null, tags: Map<String, String>? = null, targetLocations: List<TargetRegionResponse>? = 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

This property allows you to specify if the requests will be allowed to access the host endpoints. Possible values are: 'Allow', 'Deny'.

Link copied to clipboard

If set to true, Virtual Machines deployed from the latest version of the Resource Profile won't use this Profile version.

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard

Resource location

Link copied to clipboard

This property allows you to specify whether the access control rules are in Audit mode, in Enforce mode or Disabled. Possible values are: 'Audit', 'Enforce' or 'Disabled'.

Link copied to clipboard

Resource name

Link copied to clipboard

The provisioning state, which only appears in the response.

Link copied to clipboard

The timestamp for when the Resource Profile Version is published.

Link copied to clipboard

This is the replication status of the gallery image version.

Link copied to clipboard

This is the Access Control Rules specification for an inVMAccessControlProfile version.

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

Resource tags

Link copied to clipboard

The target regions where the Resource Profile version is going to be replicated to. This property is updatable.

Link copied to clipboard

Resource type