SharedPrivateLinkResourceInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. webpubsub. fluent. models. SharedPrivateLinkResourceInner
- com.
- com.
public final class SharedPrivateLinkResourceInner
extends ProxyResource
Describes a Shared Private Link Resource.
Constructor Summary
| Constructor | Description |
|---|---|
| SharedPrivateLinkResourceInner() |
Creates an instance of Shared |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
groupId()
Get the group |
| String |
privateLinkResourceId()
Get the private |
|
Provisioning |
provisioningState()
Get the provisioning |
| String |
requestMessage()
Get the request |
|
Shared |
status()
Get the status property: Status of the shared private link resource. |
|
System |
systemData()
Get the system |
| void |
validate()
Validates the instance. |
|
Shared |
withGroupId(String groupId)
Set the group |
|
Shared |
withPrivateLinkResourceId(String privateLinkResourceId)
Set the private |
|
Shared |
withRequestMessage(String requestMessage)
Set the request |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
SharedPrivateLinkResourceInner
public SharedPrivateLinkResourceInner()
Creates an instance of SharedPrivateLinkResourceInner class.
Method Details
groupId
public String groupId()
Get the groupId property: The group id from the provider of resource the shared private link resource is for.
Returns:
privateLinkResourceId
public String privateLinkResourceId()
Get the privateLinkResourceId property: The resource id of the resource the shared private link resource is for.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: Provisioning state of the resource.
Returns:
requestMessage
public String requestMessage()
Get the requestMessage property: The request message for requesting approval of the shared private link resource.
Returns:
status
public SharedPrivateLinkResourceStatus status()
Get the status property: Status of the shared private link resource.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
validate
public void validate()
Validates the instance.
withGroupId
public SharedPrivateLinkResourceInner withGroupId(String groupId)
Set the groupId property: The group id from the provider of resource the shared private link resource is for.
Parameters:
Returns:
withPrivateLinkResourceId
public SharedPrivateLinkResourceInner withPrivateLinkResourceId(String privateLinkResourceId)
Set the privateLinkResourceId property: The resource id of the resource the shared private link resource is for.
Parameters:
Returns:
withRequestMessage
public SharedPrivateLinkResourceInner withRequestMessage(String requestMessage)
Set the requestMessage property: The request message for requesting approval of the shared private link resource.
Parameters:
Returns: