Freigeben über


BareMetalMachineKeySetProperties Class

Definition

BareMetalMachineKeySetProperties represents the properties of bare metal machine key set.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.BareMetalMachineKeySetPropertiesTypeConverter))]
public class BareMetalMachineKeySetProperties : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IBareMetalMachineKeySetProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.BareMetalMachineKeySetPropertiesTypeConverter))>]
type BareMetalMachineKeySetProperties = class
    interface IBareMetalMachineKeySetProperties
    interface IJsonSerializable
Public Class BareMetalMachineKeySetProperties
Implements IBareMetalMachineKeySetProperties
Inheritance
BareMetalMachineKeySetProperties
Attributes
Implements

Constructors

BareMetalMachineKeySetProperties()

Creates an new BareMetalMachineKeySetProperties instance.

Properties

AzureGroupId

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

The more detailed status of the key set.

DetailedStatusMessage

The descriptive message about the current detailed status.

Expiration

The date and time after which the users in this key set will be removed from the bare metal machines.

JumpHostsAllowed

The list of IP addresses of jump hosts with management network access from which a login will be allowed for the users.

LastValidation

The last time this key set was validated.

OSGroupName

The name of the group that users will be assigned to on the operating system of the machines.

PrivilegeLevel

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

ProvisioningState

The provisioning state of the bare metal machine key set.

UserList

The unique list of permitted users.

UserListStatus

The status evaluation of each user.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BareMetalMachineKeySetProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BareMetalMachineKeySetProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IBareMetalMachineKeySetProperties.

FromJsonString(String)

Creates a new instance of BareMetalMachineKeySetProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of BareMetalMachineKeySetProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to