LinkedNotificationHubInner Class
- java.
lang. Object - com.
azure. resourcemanager. communication. fluent. models. LinkedNotificationHubInner
- com.
Implements
public final class LinkedNotificationHubInner
implements JsonSerializable<LinkedNotificationHubInner>
A notification hub that has been linked to the communication service.
Constructor Summary
| Constructor | Description |
|---|---|
| LinkedNotificationHubInner() |
Creates an instance of Linked |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Linked |
fromJson(JsonReader jsonReader)
Reads an instance of Linked |
| String |
resourceId()
Get the resource |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Linked |
withResourceId(String resourceId)
Set the resource |
Methods inherited from java.lang.Object
Constructor Details
LinkedNotificationHubInner
public LinkedNotificationHubInner()
Creates an instance of LinkedNotificationHubInner class.
Method Details
fromJson
public static LinkedNotificationHubInner fromJson(JsonReader jsonReader)
Reads an instance of LinkedNotificationHubInner from the JsonReader.
Parameters:
Returns:
Throws:
resourceId
public String resourceId()
Get the resourceId property: The resource ID of the notification hub.
Returns:
toJson
validate
public void validate()
Validates the instance.
withResourceId
public LinkedNotificationHubInner withResourceId(String resourceId)
Set the resourceId property: The resource ID of the notification hub.
Parameters:
Returns: