NetworkCloudBmcKeySetData Constructor

Definition

Initializes a new instance of NetworkCloudBmcKeySetData.

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

extendedLocation
Azure.ResourceManager.NetworkCloud.Models.ExtendedLocation

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

Exceptions

azureGroupId, userList or extendedLocation is null.

Applies to