Sdílet prostřednictvím


AppPlatformServicePowerState Struct

Definition

Power state of the Service.

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

Constructors

AppPlatformServicePowerState(String)

Initializes a new instance of AppPlatformServicePowerState.

Properties

Running

Running.

Stopped

Stopped.

Methods

Equals(AppPlatformServicePowerState)

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

Determines if two AppPlatformServicePowerState values are the same.

Implicit(String to AppPlatformServicePowerState)

Converts a string to a AppPlatformServicePowerState.

Inequality(AppPlatformServicePowerState, AppPlatformServicePowerState)

Determines if two AppPlatformServicePowerState values are not the same.

Applies to