GalleryInVMAccessControlProfileProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the properties of a gallery inVMAccessControlProfile.
public class GalleryInVMAccessControlProfileProperties : Microsoft.Azure.Management.Compute.Models.GalleryResourceProfilePropertiesBase
type GalleryInVMAccessControlProfileProperties = class
inherit GalleryResourceProfilePropertiesBase
Public Class GalleryInVMAccessControlProfileProperties
Inherits GalleryResourceProfilePropertiesBase
- Inheritance
Constructors
| GalleryInVMAccessControlProfileProperties() |
Initializes a new instance of the GalleryInVMAccessControlProfileProperties class. |
| GalleryInVMAccessControlProfileProperties(OperatingSystemTypes, EndpointTypes, String, String) |
Initializes a new instance of the GalleryInVMAccessControlProfileProperties class. |
Properties
| ApplicableHostEndpoint |
Gets or sets 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' |
| Description |
Gets or sets the description of this gallery inVMAccessControlProfile resources. This property is updatable. |
| OsType |
Gets or sets 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' |
| ProvisioningState |
Gets the provisioning state, which only appears in the response. Possible values include: 'Creating', 'Updating', 'Failed', 'Succeeded', 'Deleting', 'Migrating' (Inherited from GalleryResourceProfilePropertiesBase) |
Methods
| Validate() |
Validate the object. |