public class ResourceNavigationLink
extends com.azure.core.management.SubResource
| Constructor and Description |
|---|
ResourceNavigationLink() |
| Modifier and Type | Method and Description |
|---|---|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
|
String |
link()
Get the link property: Link to the external resource.
|
String |
linkedResourceType()
Get the linkedResourceType property: Resource type of the linked resource.
|
String |
name()
Get the name property: Name of the resource that is unique within a resource group.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the resource navigation link resource.
|
String |
type()
Get the type property: Resource type.
|
void |
validate()
Validates the instance.
|
ResourceNavigationLink |
withId(String id) |
ResourceNavigationLink |
withLink(String link)
Set the link property: Link to the external resource.
|
ResourceNavigationLink |
withLinkedResourceType(String linkedResourceType)
Set the linkedResourceType property: Resource type of the linked resource.
|
ResourceNavigationLink |
withName(String name)
Set the name property: Name of the resource that is unique within a resource group.
|
public String name()
public ResourceNavigationLink withName(String name)
name - the name value to set.public String etag()
public String type()
public String linkedResourceType()
public ResourceNavigationLink withLinkedResourceType(String linkedResourceType)
linkedResourceType - the linkedResourceType value to set.public String link()
public ResourceNavigationLink withLink(String link)
link - the link value to set.public ProvisioningState provisioningState()
public ResourceNavigationLink withId(String id)
withId in class com.azure.core.management.SubResourcepublic void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.