Share via


NetworkCloudBmcKeySetData Constructor

Definition

Initializes a new instance of NetworkCloudBmcKeySetData.

public NetworkCloudBmcKeySetData (Azure.Core.AzureLocation location, Azure.ResourceManager.NetworkCloud.Models.ExtendedLocation extendedLocation, string azureGroupId, DateTimeOffset expireOn, Azure.ResourceManager.NetworkCloud.Models.BmcKeySetPrivilegeLevel privilegeLevel, System.Collections.Generic.IEnumerable<Azure.ResourceManager.NetworkCloud.Models.KeySetUser> userList);
new Azure.ResourceManager.NetworkCloud.NetworkCloudBmcKeySetData : Azure.Core.AzureLocation * Azure.ResourceManager.NetworkCloud.Models.ExtendedLocation * string * DateTimeOffset * Azure.ResourceManager.NetworkCloud.Models.BmcKeySetPrivilegeLevel * seq<Azure.ResourceManager.NetworkCloud.Models.KeySetUser> -> Azure.ResourceManager.NetworkCloud.NetworkCloudBmcKeySetData
Public Sub New (location As AzureLocation, extendedLocation As ExtendedLocation, azureGroupId As String, expireOn As DateTimeOffset, privilegeLevel As BmcKeySetPrivilegeLevel, 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 baseboard management controllers.

privilegeLevel
BmcKeySetPrivilegeLevel

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

userList
IEnumerable<KeySetUser>

The unique list of permitted users.

Exceptions

extendedLocation, azureGroupId or userList is null.

Applies to