ArmNetworkCloudModelFactory.NetworkCloudBmcKeySetData Method
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.
Initializes a new instance of NetworkCloudBmcKeySetData.
public static Azure.ResourceManager.NetworkCloud.NetworkCloudBmcKeySetData NetworkCloudBmcKeySetData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.NetworkCloud.Models.ExtendedLocation extendedLocation = default, string azureGroupId = default, Azure.ResourceManager.NetworkCloud.Models.BmcKeySetDetailedStatus? detailedStatus = default, string detailedStatusMessage = default, DateTimeOffset expireOn = default, DateTimeOffset? lastValidatedOn = default, Azure.ResourceManager.NetworkCloud.Models.BmcKeySetPrivilegeLevel privilegeLevel = default, Azure.ResourceManager.NetworkCloud.Models.BmcKeySetProvisioningState? provisioningState = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.NetworkCloud.Models.KeySetUser> userList = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.NetworkCloud.Models.KeySetUserStatus> userListStatus = default);
static member NetworkCloudBmcKeySetData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.NetworkCloud.Models.ExtendedLocation * string * Nullable<Azure.ResourceManager.NetworkCloud.Models.BmcKeySetDetailedStatus> * string * DateTimeOffset * Nullable<DateTimeOffset> * Azure.ResourceManager.NetworkCloud.Models.BmcKeySetPrivilegeLevel * Nullable<Azure.ResourceManager.NetworkCloud.Models.BmcKeySetProvisioningState> * seq<Azure.ResourceManager.NetworkCloud.Models.KeySetUser> * seq<Azure.ResourceManager.NetworkCloud.Models.KeySetUserStatus> -> Azure.ResourceManager.NetworkCloud.NetworkCloudBmcKeySetData
Public Shared Function NetworkCloudBmcKeySetData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional extendedLocation As ExtendedLocation = Nothing, Optional azureGroupId As String = Nothing, Optional detailedStatus As Nullable(Of BmcKeySetDetailedStatus) = Nothing, Optional detailedStatusMessage As String = Nothing, Optional expireOn As DateTimeOffset = Nothing, Optional lastValidatedOn As Nullable(Of DateTimeOffset) = Nothing, Optional privilegeLevel As BmcKeySetPrivilegeLevel = Nothing, Optional provisioningState As Nullable(Of BmcKeySetProvisioningState) = Nothing, Optional userList As IEnumerable(Of KeySetUser) = Nothing, Optional userListStatus As IEnumerable(Of KeySetUserStatus) = Nothing) As NetworkCloudBmcKeySetData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- tags
- IDictionary<String,String>
The tags.
- 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.
- detailedStatus
- Nullable<BmcKeySetDetailedStatus>
The more detailed status of the key set.
- detailedStatusMessage
- String
The descriptive message about the current detailed status.
- expireOn
- DateTimeOffset
The date and time after which the users in this key set will be removed from the baseboard management controllers.
- lastValidatedOn
- Nullable<DateTimeOffset>
The last time this key set was validated.
- privilegeLevel
- BmcKeySetPrivilegeLevel
The access level allowed for the users in this key set.
- provisioningState
- Nullable<BmcKeySetProvisioningState>
The provisioning state of the baseboard management controller key set.
- userList
- IEnumerable<KeySetUser>
The unique list of permitted users.
- userListStatus
- IEnumerable<KeySetUserStatus>
The status evaluation of each user.
Returns
A new NetworkCloudBmcKeySetData instance for mocking.
Applies to
Azure SDK for .NET