PermissionBinding Interface
public interface PermissionBinding
An immutable client-side representation of PermissionBinding.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
clientGroupName()
Gets the client |
| abstract String |
description()
Gets the description property: Description for the Permission Binding resource. |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Permission |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Permission |
permission()
Gets the permission property: The allowed permission. |
|
abstract
Permission |
provisioningState()
Gets the provisioning |
|
abstract
Permission |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Permission |
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 |
topicSpaceName()
Gets the topic |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Permission |
Method Details
clientGroupName
public abstract String clientGroupName()
Gets the clientGroupName property: The name of the client group resource that the permission is bound to. The client group needs to be a resource under the same namespace the permission binding is a part of.
Returns:
description
public abstract String description()
Gets the description property: Description for the Permission Binding resource.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract PermissionBindingInner innerModel()
Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.PermissionBindingInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
permission
public abstract PermissionType permission()
Gets the permission property: The allowed permission.
Returns:
provisioningState
public abstract PermissionBindingProvisioningState provisioningState()
Gets the provisioningState property: Provisioning state of the PermissionBinding resource.
Returns:
refresh
public abstract PermissionBinding refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract PermissionBinding 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:
topicSpaceName
public abstract String topicSpaceName()
Gets the topicSpaceName property: The name of the Topic Space resource that the permission is bound to. The Topic space needs to be a resource under the same namespace the permission binding is a part of.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract PermissionBinding.Update update()
Begins update for the PermissionBinding resource.
Returns: