次の方法で共有


ServiceEventState Struct

Definition

Indicates the current status of event support for the resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceEventStateTypeConverter))]
public struct ServiceEventState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceEventState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceEventStateTypeConverter))>]
type ServiceEventState = struct
    interface IArgumentCompleter
Public Structure ServiceEventState
Implements IArgumentCompleter, IEquatable(Of ServiceEventState)
Inheritance
ServiceEventState
Attributes
Implements

Fields

Disabled
Enabled
Updating

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type ServiceEventState (override for Object)

Equals(ServiceEventState)

Compares values of enum type ServiceEventState

GetHashCode()

Returns hashCode for enum ServiceEventState

ToString()

Returns string representation for ServiceEventState

Operators

Equality(ServiceEventState, ServiceEventState)

Overriding == operator for enum ServiceEventState

Implicit(ServiceEventState to String)

Implicit operator to convert ServiceEventState to string

Implicit(String to ServiceEventState)

Implicit operator to convert string to ServiceEventState

Inequality(ServiceEventState, ServiceEventState)

Overriding != operator for enum ServiceEventState

Applies to