ClientGroup Interface
public interface ClientGroup
An immutable client-side representation of ClientGroup.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
description()
Gets the description property: Description for the Client Group resource. |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Client |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Client |
provisioningState()
Gets the provisioning |
| abstract String |
query()
Gets the query property: The grouping query for the clients. |
|
abstract
Client |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Client |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
|
abstract
System |
systemData()
Gets the system |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Client |
Method Details
description
public abstract String description()
Gets the description property: Description for the Client Group resource.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract ClientGroupInner innerModel()
Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.ClientGroupInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
provisioningState
public abstract ClientGroupProvisioningState provisioningState()
Gets the provisioningState property: Provisioning state of the ClientGroup resource.
Returns:
query
public abstract String query()
Gets the query property: The grouping query for the clients. Example : attributes.keyName IN ['a', 'b', 'c'].
Returns:
refresh
public abstract ClientGroup refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract ClientGroup refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: The system metadata relating to the Event Grid resource.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract ClientGroup.Update update()
Begins update for the ClientGroup resource.
Returns: