Class SharedPrivateLinkResourceInner
- java.lang.Object
-
- com.azure.core.management.ProxyResource
-
- com.azure.resourcemanager.search.fluent.models.SharedPrivateLinkResourceInner
-
public final class SharedPrivateLinkResourceInner extends com.azure.core.management.ProxyResourceDescribes a Shared Private Link Resource managed by the Azure Cognitive Search service.
-
-
Constructor Summary
Constructors Constructor Description SharedPrivateLinkResourceInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SharedPrivateLinkResourcePropertiesproperties()Get the properties property: Describes the properties of a Shared Private Link Resource managed by the Azure Cognitive Search service.voidvalidate()Validates the instance.SharedPrivateLinkResourceInnerwithProperties(SharedPrivateLinkResourceProperties properties)Set the properties property: Describes the properties of a Shared Private Link Resource managed by the Azure Cognitive Search service.
-
-
-
Method Detail
-
properties
public SharedPrivateLinkResourceProperties properties()
Get the properties property: Describes the properties of a Shared Private Link Resource managed by the Azure Cognitive Search service.- Returns:
- the properties value.
-
withProperties
public SharedPrivateLinkResourceInner withProperties(SharedPrivateLinkResourceProperties properties)
Set the properties property: Describes the properties of a Shared Private Link Resource managed by the Azure Cognitive Search service.- Parameters:
properties- the properties value to set.- Returns:
- the SharedPrivateLinkResourceInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-