Delen via


NetworkWatcherHttpMethod Struct

Definition

HTTP method.

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

Constructors

NetworkWatcherHttpMethod(String)

Initializes a new instance of NetworkWatcherHttpMethod.

Properties

Get

Get.

Methods

Equals(NetworkWatcherHttpMethod)

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

Determines if two NetworkWatcherHttpMethod values are the same.

Implicit(String to NetworkWatcherHttpMethod)

Converts a string to a NetworkWatcherHttpMethod.

Inequality(NetworkWatcherHttpMethod, NetworkWatcherHttpMethod)

Determines if two NetworkWatcherHttpMethod values are not the same.

Applies to