다음을 통해 공유


ContentSource 생성자

정의

오버로드

ContentSource()

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

ContentSource(ContentHash, String, String, String)

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

ContentSource()

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

public ContentSource ();
Public Sub New ()

적용 대상

ContentSource(ContentHash, String, String, String)

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

public ContentSource (Microsoft.Azure.Management.Automation.Models.ContentHash hash = default, string type = default, string value = default, string version = default);
new Microsoft.Azure.Management.Automation.Models.ContentSource : Microsoft.Azure.Management.Automation.Models.ContentHash * string * string * string -> Microsoft.Azure.Management.Automation.Models.ContentSource
Public Sub New (Optional hash As ContentHash = Nothing, Optional type As String = Nothing, Optional value As String = Nothing, Optional version As String = Nothing)

매개 변수

hash
ContentHash

해시를 가져오거나 설정합니다.

type
String

콘텐츠 원본 형식을 가져오거나 설정합니다. 가능한 값은 'embeddedContent', 'uri'입니다.

value
String

콘텐츠의 값을 가져오거나 설정합니다. 이는 콘텐츠 원본 형식을 기반으로 합니다.

version
String

콘텐츠의 버전을 가져오거나 설정합니다.

적용 대상