ShareablePrivateLinkResourceType Class
- java.
lang. Object - com.
azure. resourcemanager. webpubsub. models. ShareablePrivateLinkResourceType
- com.
public final class ShareablePrivateLinkResourceType
Describes a resource type that has been onboarded to private link service.
Constructor Summary
| Constructor | Description |
|---|---|
| ShareablePrivateLinkResourceType() |
Creates an instance of Shareable |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
name()
Get the name property: The name of the resource type that has been onboarded to private link service. |
|
Shareable |
properties()
Get the properties property: Describes the properties of a resource type that has been onboarded to private link service. |
| void |
validate()
Validates the instance. |
|
Shareable |
withName(String name)
Set the name property: The name of the resource type that has been onboarded to private link service. |
|
Shareable |
withProperties(ShareablePrivateLinkResourceProperties properties)
Set the properties property: Describes the properties of a resource type that has been onboarded to private link service. |
Methods inherited from java.lang.Object
Constructor Details
ShareablePrivateLinkResourceType
public ShareablePrivateLinkResourceType()
Creates an instance of ShareablePrivateLinkResourceType class.
Method Details
name
public String name()
Get the name property: The name of the resource type that has been onboarded to private link service.
Returns:
properties
public ShareablePrivateLinkResourceProperties properties()
Get the properties property: Describes the properties of a resource type that has been onboarded to private link service.
Returns:
validate
public void validate()
Validates the instance.
withName
public ShareablePrivateLinkResourceType withName(String name)
Set the name property: The name of the resource type that has been onboarded to private link service.
Parameters:
Returns:
withProperties
public ShareablePrivateLinkResourceType withProperties(ShareablePrivateLinkResourceProperties properties)
Set the properties property: Describes the properties of a resource type that has been onboarded to private link service.
Parameters:
Returns: