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.ProxyResource
Describes a Shared Private Link Resource managed by the search service.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of SharedPrivateLinkResourceInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the properties property: Describes the properties of a Shared Private Link Resource managed by the search service.voidvalidate()Validates the instance.withProperties(SharedPrivateLinkResourceProperties properties) Set the properties property: Describes the properties of a Shared Private Link Resource managed by the search service.Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
SharedPrivateLinkResourceInner
public SharedPrivateLinkResourceInner()Creates an instance of SharedPrivateLinkResourceInner class.
-
-
Method Details
-
properties
Get the properties property: Describes the properties of a Shared Private Link Resource managed by the search service.- Returns:
- the properties value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-