Udostępnij przez


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

Name Description
TopicTypeSourceScope(String)

Initializes a new instance of TopicTypeSourceScope.

Properties

Name Description
AzureSubscription

AzureSubscription.

ManagementGroup

ManagementGroup.

Resource

Resource.

ResourceGroup

ResourceGroup.

Methods

Name Description
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

Name Description
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