PrivateLinkScopedResource Class

  • java.lang.Object
    • com.azure.resourcemanager.loganalytics.models.PrivateLinkScopedResource

public final class PrivateLinkScopedResource

The private link scope resource reference.

Constructor Summary

Constructor Description
PrivateLinkScopedResource()

Method Summary

Modifier and Type Method and Description
String resourceId()

Get the resourceId property: The full resource Id of the private link scope resource.

String scopeId()

Get the scopeId property: The private link scope unique Identifier.

void validate()

Validates the instance.

PrivateLinkScopedResource withResourceId(String resourceId)

Set the resourceId property: The full resource Id of the private link scope resource.

PrivateLinkScopedResource withScopeId(String scopeId)

Set the scopeId property: The private link scope unique Identifier.

Methods inherited from java.lang.Object

Constructor Details

PrivateLinkScopedResource

public PrivateLinkScopedResource()

Method Details

resourceId

public String resourceId()

Get the resourceId property: The full resource Id of the private link scope resource.

Returns:

the resourceId value.

scopeId

public String scopeId()

Get the scopeId property: The private link scope unique Identifier.

Returns:

the scopeId value.

validate

public void validate()

Validates the instance.

withResourceId

public PrivateLinkScopedResource withResourceId(String resourceId)

Set the resourceId property: The full resource Id of the private link scope resource.

Parameters:

resourceId - the resourceId value to set.

Returns:

the PrivateLinkScopedResource object itself.

withScopeId

public PrivateLinkScopedResource withScopeId(String scopeId)

Set the scopeId property: The private link scope unique Identifier.

Parameters:

scopeId - the scopeId value to set.

Returns:

the PrivateLinkScopedResource object itself.

Applies to