Delen via


TopicTypeSourceScope Struct

Definition

The TopicTypeSourceScope.

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

Constructors

TopicTypeSourceScope(String)

Initializes a new instance of TopicTypeSourceScope.

Properties

AzureSubscription

AzureSubscription.

ManagementGroup

ManagementGroup.

Resource

Resource.

ResourceGroup

ResourceGroup.

Methods

Equals(TopicTypeSourceScope)

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

Determines if two TopicTypeSourceScope values are the same.

Implicit(String to TopicTypeSourceScope)

Converts a string to a TopicTypeSourceScope.

Inequality(TopicTypeSourceScope, TopicTypeSourceScope)

Determines if two TopicTypeSourceScope values are not the same.

Applies to