GalleryInVmAccessControlProfileVersionData 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.
A class representing the GalleryInVmAccessControlProfileVersion data model. Specifies information about the gallery inVMAccessControlProfile version that you want to create or update.
public class GalleryInVmAccessControlProfileVersionData : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.GalleryInVmAccessControlProfileVersionData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.GalleryInVmAccessControlProfileVersionData>
type GalleryInVmAccessControlProfileVersionData = class
inherit TrackedResourceData
interface IJsonModel<GalleryInVmAccessControlProfileVersionData>
interface IPersistableModel<GalleryInVmAccessControlProfileVersionData>
Public Class GalleryInVmAccessControlProfileVersionData
Inherits TrackedResourceData
Implements IJsonModel(Of GalleryInVmAccessControlProfileVersionData), IPersistableModel(Of GalleryInVmAccessControlProfileVersionData)
- Inheritance
- Implements
Constructors
GalleryInVmAccessControlProfileVersionData(AzureLocation) |
Initializes a new instance of GalleryInVmAccessControlProfileVersionData. |
Properties
DefaultAccess |
This property allows you to specify if the requests will be allowed to access the host endpoints. Possible values are: 'Allow', 'Deny'. |
ExcludeFromLatest |
If set to true, Virtual Machines deployed from the latest version of the Resource Profile won't use this Profile version. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
Location |
The geo-location where the resource lives. (Inherited from TrackedResourceData) |
Mode |
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'. |
Name |
The name of the resource. (Inherited from ResourceData) |
ProvisioningState |
The provisioning state, which only appears in the response. |
PublishedOn |
The timestamp for when the Resource Profile Version is published. |
ReplicationStatus |
This is the replication status of the gallery image version. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
Rules |
This is the Access Control Rules specification for an inVMAccessControlProfile version. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Tags |
Resource tags. (Inherited from TrackedResourceData) |
TargetLocations |
The target regions where the Resource Profile version is going to be replicated to. This property is updatable. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<GalleryInVmAccessControlProfileVersionData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<GalleryInVmAccessControlProfileVersionData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<GalleryInVmAccessControlProfileVersionData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<GalleryInVmAccessControlProfileVersionData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<GalleryInVmAccessControlProfileVersionData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET