다음을 통해 공유


Webhook 클래스

정의

웹후크 형식의 정의입니다.

public class Webhook
[Microsoft.Rest.Serialization.JsonTransformation]
public class Webhook : Microsoft.Azure.Management.Automation.Models.ProxyResource
type Webhook = class
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Webhook = class
    inherit ProxyResource
Public Class Webhook
Public Class Webhook
Inherits ProxyResource
상속
Webhook
상속
특성

생성자

Webhook()

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

Webhook(String, String, String, Nullable<Boolean>, String, DateTimeOffset, Nullable<DateTimeOffset>, IDictionary<String,String>, RunbookAssociationProperty, String, DateTimeOffset, DateTimeOffset, String, String)

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

속성

CreationTime

생성 시간을 가져오거나 설정합니다.

Description

설명을 가져오거나 설정합니다.

ExpiryTime

만료 시간을 가져오거나 설정합니다.

Id

웹후크 형식의 정의입니다.

Id

리소스에 대한 정규화된 리소스 ID를 가져옵니다.

(다음에서 상속됨 Resource)
IsEnabled

웹후크의 사용 플래그 값을 가져오거나 설정합니다.

LastInvokedTime

마지막으로 호출된 시간을 가져오거나 설정합니다.

LastModifiedBy

Webhook를 마지막으로 수정한 사용자의 세부 정보를 가져오거나 설정합니다.

LastModifiedTime

마지막으로 수정한 시간을 가져오거나 설정합니다.

Name

웹후크 형식의 정의입니다.

Name

리소스의 이름을 가져옵니다.

(다음에서 상속됨 Resource)
Parameters

웹후크가 연결된 Runbook을 호출할 때 생성되는 작업의 매개 변수를 가져오거나 설정합니다.

Properties

웹후크 형식의 정의입니다.

Runbook

웹후크가 연결된 Runbook을 가져오거나 설정합니다.

RunOn

웹후크 작업이 실행될 하이브리드 작업자 그룹의 이름을 가져오거나 설정합니다.

Type

리소스의 형식을 가져옵니다.

(다음에서 상속됨 Resource)
Uri

웹후크 URI를 가져오거나 설정합니다.

적용 대상