你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NotificationContract Interface

Implements

com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.NotificationContractInner> com.microsoft.azure.arm.model.Indexable com.microsoft.azure.arm.model.Updatable<Update> com.microsoft.azure.arm.resources.models.HasManager<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiManagementManager>

public interface NotificationContract
extends com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.NotificationContractInner>, com.microsoft.azure.arm.model.Indexable, com.microsoft.azure.arm.model.Updatable<Update>, com.microsoft.azure.arm.resources.models.HasManager<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiManagementManager>

Type representing NotificationContract.

Method Summary

Modifier and Type Method and Description
abstract java.lang.String description()
abstract java.lang.String id()
abstract java.lang.String name()
abstract RecipientsContractProperties recipients()
abstract java.lang.String title()
abstract java.lang.String type()

Method Details

description

public abstract String description()

Returns:

the description value.

id

public abstract String id()

Returns:

the id value.

name

public abstract String name()

Returns:

the name value.

recipients

public abstract RecipientsContractProperties recipients()

Returns:

the recipients value.

title

public abstract String title()

Returns:

the title value.

type

public abstract String type()

Returns:

the type value.

Applies to