CustomEntityStoreAssignment Interface

public interface CustomEntityStoreAssignment

An immutable client-side representation of CustomEntityStoreAssignment.

Method Summary

Modifier and Type Method and Description
abstract String entityStoreDatabaseLink()

Gets the entityStoreDatabaseLink property: The link to entity store database.

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract CustomEntityStoreAssignmentInner innerModel()

Gets the inner com.azure.resourcemanager.security.fluent.models.CustomEntityStoreAssignmentInner object.

abstract String name()

Gets the name property: The name of the resource.

abstract String principal()

Gets the principal property: The principal assigned with entity store.

abstract CustomEntityStoreAssignment refresh()

Refreshes the resource to sync with Azure.

abstract CustomEntityStoreAssignment refresh(Context context)

Refreshes the resource to sync with Azure.

abstract SystemData systemData()

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

abstract String type()

Gets the type property: The type of the resource.

Method Details

entityStoreDatabaseLink

public abstract String entityStoreDatabaseLink()

Gets the entityStoreDatabaseLink property: The link to entity store database.

Returns:

the entityStoreDatabaseLink value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract CustomEntityStoreAssignmentInner innerModel()

Gets the inner com.azure.resourcemanager.security.fluent.models.CustomEntityStoreAssignmentInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

principal

public abstract String principal()

Gets the principal property: The principal assigned with entity store. Format of principal is: [AAD type]=[PrincipalObjectId];[TenantId].

Returns:

the principal value.

refresh

public abstract CustomEntityStoreAssignment refresh()

Refreshes the resource to sync with Azure.

Returns:

the refreshed resource.

refresh

public abstract CustomEntityStoreAssignment refresh(Context context)

Refreshes the resource to sync with Azure.

Parameters:

context - The context to associate with this operation.

Returns:

the refreshed resource.

systemData

public abstract SystemData systemData()

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

Returns:

the systemData value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

Applies to