Package version:

Interface GalleryInVMAccessControlProfileProperties

Describes the properties of a gallery inVMAccessControlProfile.

interface GalleryInVMAccessControlProfileProperties {
    applicableHostEndpoint: EndpointTypes;
    description?: string;
    osType: OperatingSystemTypes;
    provisioningState?: string;
}

Hierarchy (view full)

Properties

applicableHostEndpoint: EndpointTypes

This property allows you to specify the Endpoint type for which this profile is defining the access control for. Possible values are: 'WireServer' or 'IMDS'

description?: string

The description of this gallery inVMAccessControlProfile resources. This property is updatable.

This property allows you to specify the OS type of the VMs/VMSS for which this profile can be used against. Possible values are: 'Windows' or 'Linux'

provisioningState?: string

The provisioning state, which only appears in the response. NOTE: This property will not be serialized. It can only be populated by the server.