NetworkCloudBareMetalMachineKeySetData Constructor

Definition

Initializes a new instance of NetworkCloudBareMetalMachineKeySetData.

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

Parameters

location
AzureLocation

The geo-location where the resource lives.

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.

extendedLocation
Azure.ResourceManager.NetworkCloud.Models.ExtendedLocation

The extended location of the resource. This property is required when creating the resource.

Exceptions

azureGroupId, jumpHostsAllowed, userList or extendedLocation is null.

Applies to