Share via


NetworkCloudBareMetalMachineKeySetData Constructor

Definition

Initializes a new instance of NetworkCloudBareMetalMachineKeySetData.

public NetworkCloudBareMetalMachineKeySetData (Azure.Core.AzureLocation location, Azure.ResourceManager.NetworkCloud.Models.ExtendedLocation extendedLocation, string azureGroupId, DateTimeOffset expireOn, System.Collections.Generic.IEnumerable<System.Net.IPAddress> jumpHostsAllowed, Azure.ResourceManager.NetworkCloud.Models.BareMetalMachineKeySetPrivilegeLevel privilegeLevel, System.Collections.Generic.IEnumerable<Azure.ResourceManager.NetworkCloud.Models.KeySetUser> userList);
new Azure.ResourceManager.NetworkCloud.NetworkCloudBareMetalMachineKeySetData : Azure.Core.AzureLocation * Azure.ResourceManager.NetworkCloud.Models.ExtendedLocation * string * DateTimeOffset * seq<System.Net.IPAddress> * Azure.ResourceManager.NetworkCloud.Models.BareMetalMachineKeySetPrivilegeLevel * seq<Azure.ResourceManager.NetworkCloud.Models.KeySetUser> -> Azure.ResourceManager.NetworkCloud.NetworkCloudBareMetalMachineKeySetData
Public Sub New (location As AzureLocation, extendedLocation As ExtendedLocation, azureGroupId As String, expireOn As DateTimeOffset, jumpHostsAllowed As IEnumerable(Of IPAddress), privilegeLevel As BareMetalMachineKeySetPrivilegeLevel, userList As IEnumerable(Of KeySetUser))

Parameters

location
AzureLocation

The location.

extendedLocation
ExtendedLocation

The extended location of the cluster associated with the resource.

azureGroupId
String

The object ID of Azure Active Directory group that all users in the list must be in for access to be granted. Users that are not in the group will not have access.

expireOn
DateTimeOffset

The date and time after which the users in this key set will be removed from the bare metal machines.

jumpHostsAllowed
IEnumerable<IPAddress>

The list of IP addresses of jump hosts with management network access from which a login will be allowed for the users.

privilegeLevel
BareMetalMachineKeySetPrivilegeLevel

The access level allowed for the users in this key set.

userList
IEnumerable<KeySetUser>

The unique list of permitted users.

Exceptions

extendedLocation, azureGroupId, jumpHostsAllowed or userList is null.

Applies to