VirtualMachineIdentity Constructors
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.
Overloads
VirtualMachineIdentity() | |
VirtualMachineIdentity(String, String, Nullable<ResourceIdentityType>, IList<String>) |
VirtualMachineIdentity()
public VirtualMachineIdentity ();
Public Sub New ()
Applies to
VirtualMachineIdentity(String, String, Nullable<ResourceIdentityType>, IList<String>)
public VirtualMachineIdentity (string principalId = default, string tenantId = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ResourceIdentityType? type = default, System.Collections.Generic.IList<string> identityIds = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineIdentity : string * string * Nullable<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ResourceIdentityType> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineIdentity
Public Sub New (Optional principalId As String = Nothing, Optional tenantId As String = Nothing, Optional type As Nullable(Of ResourceIdentityType) = Nothing, Optional identityIds As IList(Of String) = Nothing)
Parameters
- principalId
- String
- tenantId
- String
- type
- Nullable<ResourceIdentityType>