Share via


PublisherScope Struct

Definition

Publisher Scope.

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

Constructors

PublisherScope(String)

Initializes a new instance of PublisherScope.

Properties

Private

Private.

Unknown

Unknown.

Methods

Equals(PublisherScope)

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

Determines if two PublisherScope values are the same.

Implicit(String to PublisherScope)

Converts a string to a PublisherScope.

Inequality(PublisherScope, PublisherScope)

Determines if two PublisherScope values are not the same.

Applies to