ArmNetworkCloudModelFactory.NetworkCloudBareMetalMachineKeySetData 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 NetworkCloudBareMetalMachineKeySetData.
public static Azure.ResourceManager.NetworkCloud.NetworkCloudBareMetalMachineKeySetData NetworkCloudBareMetalMachineKeySetData (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.BareMetalMachineKeySetDetailedStatus? detailedStatus = default, string detailedStatusMessage = default, DateTimeOffset expireOn = default, System.Collections.Generic.IEnumerable<System.Net.IPAddress> jumpHostsAllowed = default, DateTimeOffset? lastValidatedOn = default, string osGroupName = default, Azure.ResourceManager.NetworkCloud.Models.BareMetalMachineKeySetPrivilegeLevel privilegeLevel = default, Azure.ResourceManager.NetworkCloud.Models.BareMetalMachineKeySetProvisioningState? 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 NetworkCloudBareMetalMachineKeySetData : 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.BareMetalMachineKeySetDetailedStatus> * string * DateTimeOffset * seq<System.Net.IPAddress> * Nullable<DateTimeOffset> * string * Azure.ResourceManager.NetworkCloud.Models.BareMetalMachineKeySetPrivilegeLevel * Nullable<Azure.ResourceManager.NetworkCloud.Models.BareMetalMachineKeySetProvisioningState> * seq<Azure.ResourceManager.NetworkCloud.Models.KeySetUser> * seq<Azure.ResourceManager.NetworkCloud.Models.KeySetUserStatus> -> Azure.ResourceManager.NetworkCloud.NetworkCloudBareMetalMachineKeySetData
Public Shared Function NetworkCloudBareMetalMachineKeySetData (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 BareMetalMachineKeySetDetailedStatus) = Nothing, Optional detailedStatusMessage As String = Nothing, Optional expireOn As DateTimeOffset = Nothing, Optional jumpHostsAllowed As IEnumerable(Of IPAddress) = Nothing, Optional lastValidatedOn As Nullable(Of DateTimeOffset) = Nothing, Optional osGroupName As String = Nothing, Optional privilegeLevel As BareMetalMachineKeySetPrivilegeLevel = Nothing, Optional provisioningState As Nullable(Of BareMetalMachineKeySetProvisioningState) = Nothing, Optional userList As IEnumerable(Of KeySetUser) = Nothing, Optional userListStatus As IEnumerable(Of KeySetUserStatus) = Nothing) As NetworkCloudBareMetalMachineKeySetData
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<BareMetalMachineKeySetDetailedStatus>
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 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.
- lastValidatedOn
- Nullable<DateTimeOffset>
The last time this key set was validated.
- osGroupName
- String
The name of the group that users will be assigned to on the operating system of the machines.
- privilegeLevel
- BareMetalMachineKeySetPrivilegeLevel
The access level allowed for the users in this key set.
- provisioningState
- Nullable<BareMetalMachineKeySetProvisioningState>
The provisioning state of the bare metal machine key set.
- userList
- IEnumerable<KeySetUser>
The unique list of permitted users.
- userListStatus
- IEnumerable<KeySetUserStatus>
The status evaluation of each user.
Returns
A new NetworkCloudBareMetalMachineKeySetData instance for mocking.
Applies to
Azure SDK for .NET