AppPlatformServicePowerState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET