Freigeben über


ProviderNotificationEndpointType Struct

Definition

The endpoint type.

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

Constructors

Name Description
ProviderNotificationEndpointType(String)

Initializes a new instance of ProviderNotificationEndpointType.

Properties

Name Description
Eventhub

Eventhub.

Webhook

Webhook.

Methods

Name Description
Equals(ProviderNotificationEndpointType)

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

Determines if two ProviderNotificationEndpointType values are the same.

Implicit(String to ProviderNotificationEndpointType)

Converts a String to a ProviderNotificationEndpointType.

Inequality(ProviderNotificationEndpointType, ProviderNotificationEndpointType)

Determines if two ProviderNotificationEndpointType values are not the same.

Applies to