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 group |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Shared |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the resource. |
| abstract String |
privateLinkResourceId()
Gets the private |
|
abstract
Provisioning |
provisioningState()
Gets the provisioning |
|
abstract
Shared |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Shared |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract String |
requestMessage()
Gets the request |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
|
abstract
Shared |
status()
Gets the status property: Status of the shared private link resource. |
|
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 Shared |
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:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract SharedPrivateLinkResourceInner innerModel()
Gets the inner com.azure.resourcemanager.webpubsub.fluent.models.SharedPrivateLinkResourceInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
privateLinkResourceId
public abstract String privateLinkResourceId()
Gets the privateLinkResourceId property: The resource id of the resource the shared private link resource is for.
Returns:
provisioningState
public abstract ProvisioningState provisioningState()
Gets the provisioningState property: Provisioning state of the resource.
Returns:
refresh
public abstract SharedPrivateLinkResource refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract SharedPrivateLinkResource refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
requestMessage
public abstract String requestMessage()
Gets the requestMessage property: The request message for requesting approval of the shared private link resource.
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
status
public abstract SharedPrivateLinkResourceStatus status()
Gets the status property: Status of the shared private link resource.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract SharedPrivateLinkResource.Update update()
Begins update for the SharedPrivateLinkResource resource.
Returns: