DevOpsLogonType Struct

Definition

Determines how the service should be run.

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

Constructors

DevOpsLogonType(String)

Initializes a new instance of DevOpsLogonType.

Properties

Interactive

Run in interactive mode.

Service

Run as a service.

Methods

Equals(DevOpsLogonType)

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

Equality(DevOpsLogonType, DevOpsLogonType)

Determines if two DevOpsLogonType values are the same.

Implicit(String to DevOpsLogonType)

Converts a string to a DevOpsLogonType.

Inequality(DevOpsLogonType, DevOpsLogonType)

Determines if two DevOpsLogonType values are not the same.

Applies to