次の方法で共有


WebPubSubRequestType Struct

Definition

The incoming request type to the service

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

Fields

ClientConnection
Restapi
ServerConnection
Trace

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 WebPubSubRequestType (override for Object)

Equals(WebPubSubRequestType)

Compares values of enum type WebPubSubRequestType

GetHashCode()

Returns hashCode for enum WebPubSubRequestType

ToString()

Returns string representation for WebPubSubRequestType

Operators

Equality(WebPubSubRequestType, WebPubSubRequestType)

Overriding == operator for enum WebPubSubRequestType

Implicit(String to WebPubSubRequestType)

Implicit operator to convert string to WebPubSubRequestType

Implicit(WebPubSubRequestType to String)

Implicit operator to convert WebPubSubRequestType to string

Inequality(WebPubSubRequestType, WebPubSubRequestType)

Overriding != operator for enum WebPubSubRequestType

Applies to