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 : Azure.ResourceManager.Compute.Models.GalleryResourceProfilePropertiesBase, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.GalleryInVmAccessControlProfileProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.GalleryInVmAccessControlProfileProperties>
type GalleryInVmAccessControlProfileProperties = class
inherit GalleryResourceProfilePropertiesBase
interface IJsonModel<GalleryInVmAccessControlProfileProperties>
interface IPersistableModel<GalleryInVmAccessControlProfileProperties>
Public Class GalleryInVmAccessControlProfileProperties
Inherits GalleryResourceProfilePropertiesBase
Implements IJsonModel(Of GalleryInVmAccessControlProfileProperties), IPersistableModel(Of GalleryInVmAccessControlProfileProperties)
- Inheritance
- Implements
Constructors
GalleryInVmAccessControlProfileProperties(SupportedOperatingSystemType, ComputeGalleryEndpointType) |
Initializes a new instance of GalleryInVmAccessControlProfileProperties. |
Properties
ApplicableHostEndpoint |
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 |
The description of this gallery inVMAccessControlProfile resources. This property is updatable. |
OSType |
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 |
The provisioning state, which only appears in the response. (Inherited from GalleryResourceProfilePropertiesBase) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET