Dela via


WebPubSubHubInner Class

public final class WebPubSubHubInner
extends ProxyResource

A hub setting.

Constructor Summary

Constructor Description
WebPubSubHubInner()

Creates an instance of WebPubSubHubInner class.

Method Summary

Modifier and Type Method and Description
WebPubSubHubProperties properties()

Get the properties property: Properties of a hub.

SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

void validate()

Validates the instance.

WebPubSubHubInner withProperties(WebPubSubHubProperties properties)

Set the properties property: Properties of a hub.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

WebPubSubHubInner

public WebPubSubHubInner()

Creates an instance of WebPubSubHubInner class.

Method Details

properties

public WebPubSubHubProperties properties()

Get the properties property: Properties of a hub.

Returns:

the properties value.

systemData

public SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

validate

public void validate()

Validates the instance.

withProperties

public WebPubSubHubInner withProperties(WebPubSubHubProperties properties)

Set the properties property: Properties of a hub.

Parameters:

properties - the properties value to set.

Returns:

the WebPubSubHubInner object itself.

Applies to