Udostępnij przez


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

Name Description
DevOpsLogonType(String)

Initializes a new instance of DevOpsLogonType.

Properties

Name Description
Interactive

Run in interactive mode.

Service

Run as a service.

Methods

Name Description
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

Name Description
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