Condividi tramite


SeccompDefault Struct

Definition

Specifies the default seccomp profile applied to all workloads. If not specified, 'Unconfined' will be used by default.

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

Constructors

Name Description
SeccompDefault(String)

Initializes a new instance of SeccompDefault.

Properties

Name Description
RuntimeDefault

The default seccomp profile for container runtime is applied, which restricts certain system calls for enhanced security.

Unconfined

No seccomp profile is applied, allowing all system calls.

Methods

Name Description
Equals(SeccompDefault)

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(SeccompDefault, SeccompDefault)

Determines if two SeccompDefault values are the same.

Implicit(String to Nullable<SeccompDefault>)
Implicit(String to SeccompDefault)

Converts a string to a SeccompDefault.

Inequality(SeccompDefault, SeccompDefault)

Determines if two SeccompDefault values are not the same.

Applies to