SharedPrivateLinkResource Interface

public interface SharedPrivateLinkResource

An immutable client-side representation of SharedPrivateLinkResource.

Method Summary

Modifier and Type Method and Description
abstract String groupId()

Gets the groupId property: The group id from the provider of resource the shared private link resource is for.

abstract String id()

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

abstract SharedPrivateLinkResourceInner innerModel()

Gets the inner com.azure.resourcemanager.signalr.fluent.models.SharedPrivateLinkResourceInner object.

abstract String name()

Gets the name property: The name of the resource.

abstract String privateLinkResourceId()

Gets the privateLinkResourceId property: The resource id of the resource the shared private link resource is for.

abstract ProvisioningState provisioningState()

Gets the provisioningState property: Provisioning state of the resource.

abstract SharedPrivateLinkResource refresh()

Refreshes the resource to sync with Azure.

abstract SharedPrivateLinkResource refresh(Context context)

Refreshes the resource to sync with Azure.

abstract String requestMessage()

Gets the requestMessage property: The request message for requesting approval of the shared private link resource.

abstract String resourceGroupName()

Gets the name of the resource group.

abstract SharedPrivateLinkResourceStatus status()

Gets the status property: Status of the shared private link resource.

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.

abstract Update update()

Begins update for the SharedPrivateLinkResource resource.

Method Details

groupId

public abstract String groupId()

Gets the groupId property: The group id from the provider of resource the shared private link resource is for.

Returns:

the groupId value.

id

public abstract String id()

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

Returns:

the id value.

innerModel

public abstract SharedPrivateLinkResourceInner innerModel()

Gets the inner com.azure.resourcemanager.signalr.fluent.models.SharedPrivateLinkResourceInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

privateLinkResourceId

public abstract String privateLinkResourceId()

Gets the privateLinkResourceId property: The resource id of the resource the shared private link resource is for.

Returns:

the privateLinkResourceId value.

provisioningState

public abstract ProvisioningState provisioningState()

Gets the provisioningState property: Provisioning state of the resource.

Returns:

the provisioningState value.

refresh

public abstract SharedPrivateLinkResource refresh()

Refreshes the resource to sync with Azure.

Returns:

the refreshed resource.

refresh

public abstract SharedPrivateLinkResource refresh(Context context)

Refreshes the resource to sync with Azure.

Parameters:

context - The context to associate with this operation.

Returns:

the refreshed resource.

requestMessage

public abstract String requestMessage()

Gets the requestMessage property: The request message for requesting approval of the shared private link resource.

Returns:

the requestMessage value.

resourceGroupName

public abstract String resourceGroupName()

Gets the name of the resource group.

Returns:

the name of the resource group.

status

public abstract SharedPrivateLinkResourceStatus status()

Gets the status property: Status of the shared private link resource.

Returns:

the status value.

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.

update

public abstract SharedPrivateLinkResource.Update update()

Begins update for the SharedPrivateLinkResource resource.

Returns:

the stage of resource update.

Applies to