EventHubConsumerGroupInfoInner Class

public final class EventHubConsumerGroupInfoInner
extends ProxyResource

The properties of the EventHubConsumerGroupInfo object.

Constructor Summary

Constructor Description
EventHubConsumerGroupInfoInner()

Creates an instance of EventHubConsumerGroupInfoInner class.

Method Summary

Modifier and Type Method and Description
String etag()

Get the etag property: The etag.

Map<String,Object> properties()

Get the properties property: The tags.

void validate()

Validates the instance.

EventHubConsumerGroupInfoInner withProperties(Map<String,Object> properties)

Set the properties property: The tags.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

EventHubConsumerGroupInfoInner

public EventHubConsumerGroupInfoInner()

Creates an instance of EventHubConsumerGroupInfoInner class.

Method Details

etag

public String etag()

Get the etag property: The etag.

Returns:

the etag value.

properties

public Map properties()

Get the properties property: The tags.

Returns:

the properties value.

validate

public void validate()

Validates the instance.

withProperties

public EventHubConsumerGroupInfoInner withProperties(Map properties)

Set the properties property: The tags.

Parameters:

properties - the properties value to set.

Returns:

the EventHubConsumerGroupInfoInner object itself.

Applies to