PutCustomPropertyOperation コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
PutCustomPropertyOperation(String, Byte[], String) |
指定したプロパティ名と byte[] 値を PutCustomPropertyOperation 使用して クラスの新しいインスタンスを初期化し、それに応じてカスタム型を設定します。 |
PutCustomPropertyOperation(String, Double, String) |
指定したプロパティ名と double 値を PutCustomPropertyOperation 使用して クラスの新しいインスタンスを初期化し、それに応じてカスタム型を設定します。 |
PutCustomPropertyOperation(String, Guid, String) |
指定したプロパティ名と GUID 値を PutCustomPropertyOperation 使用して クラスの新しいインスタンスを初期化し、それに応じてカスタム型を設定します。 |
PutCustomPropertyOperation(String, Int64, String) |
指定したプロパティ名と Int64 値を PutCustomPropertyOperation 使用して クラスの新しいインスタンスを初期化し、それに応じてカスタム型を設定します。 |
PutCustomPropertyOperation(String, String, String) |
指定したプロパティ名と文字列値を PutCustomPropertyOperation 使用して クラスの新しいインスタンスを初期化し、それに応じてカスタム型を設定します。 |
PutCustomPropertyOperation(String, Byte[], String)
指定したプロパティ名と byte[] 値を PutCustomPropertyOperation 使用して クラスの新しいインスタンスを初期化し、それに応じてカスタム型を設定します。
public PutCustomPropertyOperation (string propertyName, byte[] value, string customTypeId);
new System.Fabric.PutCustomPropertyOperation : string * byte[] * string -> System.Fabric.PutCustomPropertyOperation
Public Sub New (propertyName As String, value As Byte(), customTypeId As String)
パラメーター
- propertyName
- String
プロパティの名前。
- value
- Byte[]
プロパティの値。
- customTypeId
- String
ユーザー定義のカスタム型。
適用対象
PutCustomPropertyOperation(String, Double, String)
指定したプロパティ名と double 値を PutCustomPropertyOperation 使用して クラスの新しいインスタンスを初期化し、それに応じてカスタム型を設定します。
public PutCustomPropertyOperation (string propertyName, double value, string customTypeId);
new System.Fabric.PutCustomPropertyOperation : string * double * string -> System.Fabric.PutCustomPropertyOperation
Public Sub New (propertyName As String, value As Double, customTypeId As String)
パラメーター
- propertyName
- String
プロパティの名前。
- value
- Double
プロパティの値。
- customTypeId
- String
ユーザー定義のカスタム型。
適用対象
PutCustomPropertyOperation(String, Guid, String)
指定したプロパティ名と GUID 値を PutCustomPropertyOperation 使用して クラスの新しいインスタンスを初期化し、それに応じてカスタム型を設定します。
public PutCustomPropertyOperation (string propertyName, Guid value, string customTypeId);
new System.Fabric.PutCustomPropertyOperation : string * Guid * string -> System.Fabric.PutCustomPropertyOperation
Public Sub New (propertyName As String, value As Guid, customTypeId As String)
パラメーター
- propertyName
- String
プロパティの名前。
- value
- Guid
プロパティの値。
- customTypeId
- String
ユーザー定義のカスタム型。
適用対象
PutCustomPropertyOperation(String, Int64, String)
指定したプロパティ名と Int64 値を PutCustomPropertyOperation 使用して クラスの新しいインスタンスを初期化し、それに応じてカスタム型を設定します。
public PutCustomPropertyOperation (string propertyName, long value, string customTypeId);
new System.Fabric.PutCustomPropertyOperation : string * int64 * string -> System.Fabric.PutCustomPropertyOperation
Public Sub New (propertyName As String, value As Long, customTypeId As String)
パラメーター
- propertyName
- String
プロパティの名前。
- value
- Int64
プロパティの値。
- customTypeId
- String
ユーザー定義のカスタム型。
適用対象
PutCustomPropertyOperation(String, String, String)
指定したプロパティ名と文字列値を PutCustomPropertyOperation 使用して クラスの新しいインスタンスを初期化し、それに応じてカスタム型を設定します。
public PutCustomPropertyOperation (string propertyName, string value, string customTypeId);
new System.Fabric.PutCustomPropertyOperation : string * string * string -> System.Fabric.PutCustomPropertyOperation
Public Sub New (propertyName As String, value As String, customTypeId As String)
パラメーター
- propertyName
- String
プロパティの名前。
- value
- String
プロパティの値。
- customTypeId
- String
ユーザー定義のカスタム型。
適用対象
Azure SDK for .NET