LinkedNotificationHub Interface

public interface LinkedNotificationHub

An immutable client-side representation of LinkedNotificationHub.

Method Summary

Modifier and Type Method and Description
abstract LinkedNotificationHubInner innerModel()

Gets the inner com.azure.resourcemanager.communication.fluent.models.LinkedNotificationHubInner object.

abstract String resourceId()

Gets the resourceId property: The resource ID of the notification hub.

Method Details

innerModel

public abstract LinkedNotificationHubInner innerModel()

Gets the inner com.azure.resourcemanager.communication.fluent.models.LinkedNotificationHubInner object.

Returns:

the inner object.

resourceId

public abstract String resourceId()

Gets the resourceId property: The resource ID of the notification hub.

Returns:

the resourceId value.

Applies to