Lingua

RunProfile Struct

Definition

Specifies the execution profile for the extension.

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

Constructors

Name Description
RunProfile(String)

Initializes a new instance of RunProfile.

Properties

Name Description
Hybrid

Hybrid execution profile.

LongRunning

Long running execution profile.

Other

Other execution profile.

RunOnce

Run once execution profile.

Methods

Name Description
Equals(RunProfile)

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

Determines if two RunProfile values are the same.

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

Converts a string to a RunProfile.

Inequality(RunProfile, RunProfile)

Determines if two RunProfile values are not the same.

Applies to