次の方法で共有


PublisherScope 構造体

定義

パブリッシャー スコープ。

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

コンストラクター

PublisherScope(String)

PublisherScope の新しいインスタンスを初期化します。

プロパティ

Private

プライベート。

Unknown

不明。

メソッド

Equals(PublisherScope)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(PublisherScope, PublisherScope)

2 つの PublisherScope 値が同じかどうかを判断します。

Implicit(String to PublisherScope)

文字列を PublisherScope に変換します。

Inequality(PublisherScope, PublisherScope)

2 つの PublisherScope 値が同じでないかどうかを判断します。

適用対象