GalleryInVMAccessControlProfileUpdate Constructors

Definition

Overloads

Name Description
GalleryInVMAccessControlProfileUpdate()

Initializes a new instance of the GalleryInVMAccessControlProfileUpdate class.

GalleryInVMAccessControlProfileUpdate(String, String, String, IDictionary<String,String>, GalleryInVMAccessControlProfileProperties)

Initializes a new instance of the GalleryInVMAccessControlProfileUpdate class.

GalleryInVMAccessControlProfileUpdate()

Initializes a new instance of the GalleryInVMAccessControlProfileUpdate class.

public GalleryInVMAccessControlProfileUpdate();
Public Sub New ()

Applies to

GalleryInVMAccessControlProfileUpdate(String, String, String, IDictionary<String,String>, GalleryInVMAccessControlProfileProperties)

Initializes a new instance of the GalleryInVMAccessControlProfileUpdate class.

public GalleryInVMAccessControlProfileUpdate(string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Compute.Models.GalleryInVMAccessControlProfileProperties properties = default);
new Microsoft.Azure.Management.Compute.Models.GalleryInVMAccessControlProfileUpdate : string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Compute.Models.GalleryInVMAccessControlProfileProperties -> Microsoft.Azure.Management.Compute.Models.GalleryInVMAccessControlProfileUpdate
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional properties As GalleryInVMAccessControlProfileProperties = Nothing)

Parameters

id
String

Resource Id

name
String

Resource name

type
String

Resource type

tags
IDictionary<String,String>

Resource tags

properties
GalleryInVMAccessControlProfileProperties

Describes the properties of a gallery inVMAccessControlProfile.

Applies to