次の方法で共有


ActionsRequiredForPrivateLinkServiceConsumer 構造体

定義

サービス プロバイダーの変更にコンシューマーに対する更新が必要かどうかを示すメッセージ。

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

コンストラクター

ActionsRequiredForPrivateLinkServiceConsumer(String)

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

プロパティ

None

[なし] :

Recreate

再現。

メソッド

Equals(ActionsRequiredForPrivateLinkServiceConsumer)

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

ToString()

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

演算子

Equality(ActionsRequiredForPrivateLinkServiceConsumer, ActionsRequiredForPrivateLinkServiceConsumer)

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

Implicit(String to ActionsRequiredForPrivateLinkServiceConsumer)

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

Inequality(ActionsRequiredForPrivateLinkServiceConsumer, ActionsRequiredForPrivateLinkServiceConsumer)

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

適用対象