GalleryInVMAccessControlProfileProperties Constructors

Definition

Overloads

Name Description
GalleryInVMAccessControlProfileProperties()

Initializes a new instance of the GalleryInVMAccessControlProfileProperties class.

GalleryInVMAccessControlProfileProperties(OperatingSystemTypes, EndpointTypes, String, String)

Initializes a new instance of the GalleryInVMAccessControlProfileProperties class.

GalleryInVMAccessControlProfileProperties()

Initializes a new instance of the GalleryInVMAccessControlProfileProperties class.

public GalleryInVMAccessControlProfileProperties();
Public Sub New ()

Applies to

GalleryInVMAccessControlProfileProperties(OperatingSystemTypes, EndpointTypes, String, String)

Initializes a new instance of the GalleryInVMAccessControlProfileProperties class.

public GalleryInVMAccessControlProfileProperties(Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes osType, Microsoft.Azure.Management.Compute.Models.EndpointTypes applicableHostEndpoint, string provisioningState = default, string description = default);
new Microsoft.Azure.Management.Compute.Models.GalleryInVMAccessControlProfileProperties : Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes * Microsoft.Azure.Management.Compute.Models.EndpointTypes * string * string -> Microsoft.Azure.Management.Compute.Models.GalleryInVMAccessControlProfileProperties
Public Sub New (osType As OperatingSystemTypes, applicableHostEndpoint As EndpointTypes, Optional provisioningState As String = Nothing, Optional description As String = Nothing)

Parameters

osType
OperatingSystemTypes

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' Possible values include: 'Windows', 'Linux'

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' Possible values include: 'WireServer', 'IMDS'

provisioningState
String

The provisioning state, which only appears in the response. Possible values include: 'Creating', 'Updating', 'Failed', 'Succeeded', 'Deleting', 'Migrating'

description
String

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

Applies to