次の方法で共有


SapDeploymentType 構造体

定義

SAP デプロイ、単一サーバー、または 3 層の種類。

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

コンストラクター

SapDeploymentType(String)

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

プロパティ

SingleServer

SingleServer。

ThreeTier

ThreeTier。

メソッド

Equals(SapDeploymentType)

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

ToString()

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

演算子

Equality(SapDeploymentType, SapDeploymentType)

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

Implicit(String to SapDeploymentType)

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

Inequality(SapDeploymentType, SapDeploymentType)

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

適用対象