Condividi tramite


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

Name Description
AppPlatformServicePowerState(String)

Initializes a new instance of AppPlatformServicePowerState.

Properties

Name Description
Running

Running.

Stopped

Stopped.

Methods

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

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