AzureResourceLink Class

  • java.lang.Object
    • com.azure.resourcemanager.security.models.AzureResourceLink

public final class AzureResourceLink

Describes an Azure resource with kind.

Constructor Summary

Constructor Description
AzureResourceLink()

Creates an instance of AzureResourceLink class.

Method Summary

Modifier and Type Method and Description
String id()

Get the id property: Azure resource Id.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

public AzureResourceLink()

Creates an instance of AzureResourceLink class.

Method Details

public String id()

Get the id property: Azure resource Id.

Returns:

the id value.

public void validate()

Validates the instance.

Applies to