Udostępnij przez


AgentPoolSshAccess Struct

Definition

SSH access method of an agent pool. Serialized Name: AgentPoolSSHAccess

public readonly struct AgentPoolSshAccess : IEquatable<Azure.ResourceManager.ContainerService.Models.AgentPoolSshAccess>
type AgentPoolSshAccess = struct
Public Structure AgentPoolSshAccess
Implements IEquatable(Of AgentPoolSshAccess)
Inheritance
AgentPoolSshAccess
Implements

Constructors

Name Description
AgentPoolSshAccess(String)

Initializes a new instance of AgentPoolSshAccess.

Properties

Name Description
Disabled

SSH service will be turned off on the node. Serialized Name: AgentPoolSSHAccess.Disabled

LocalUser

Can SSH onto the node as a local user using private key. Serialized Name: AgentPoolSSHAccess.LocalUser

Methods

Name Description
Equals(AgentPoolSshAccess)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(AgentPoolSshAccess, AgentPoolSshAccess)

Determines if two AgentPoolSshAccess values are the same.

Implicit(String to AgentPoolSshAccess)

Converts a String to a AgentPoolSshAccess.

Inequality(AgentPoolSshAccess, AgentPoolSshAccess)

Determines if two AgentPoolSshAccess values are not the same.

Applies to