영어로 읽기

다음을 통해 공유


ProviderOperation 생성자

정의

오버로드

ProviderOperation()

ProviderOperation 클래스의 새 instance 초기화합니다.

ProviderOperation(String, String, String, String, Object, Nullable<Boolean>)

ProviderOperation 클래스의 새 instance 초기화합니다.

ProviderOperation()

ProviderOperation 클래스의 새 instance 초기화합니다.

public ProviderOperation();

적용 대상

Azure SDK for .NET Legacy
제품 버전
Azure SDK for .NET Legacy

ProviderOperation(String, String, String, String, Object, Nullable<Boolean>)

ProviderOperation 클래스의 새 instance 초기화합니다.

public ProviderOperation(string name = default, string displayName = default, string description = default, string origin = default, object properties = default, bool? isDataAction = default);

매개 변수

name
String

작업 이름입니다.

displayName
String

작업 표시 이름입니다.

description
String

작업 설명입니다.

origin
String

작업 원본입니다.

properties
Object

작업 속성입니다.

isDataAction
Nullable<Boolean>

작업 유형을 지정하는 dataAction 플래그입니다.

적용 대상

Azure SDK for .NET Legacy
제품 버전
Azure SDK for .NET Legacy