AzureTrackedResourceLocation Class

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

public class AzureTrackedResourceLocation

Describes an Azure resource with location.

Constructor Summary

Constructor Description
AzureTrackedResourceLocation()

Creates an instance of AzureTrackedResourceLocation class.

Method Summary

Modifier and Type Method and Description
String location()

Get the location property: Location where the resource is stored.

void validate()

Validates the instance.

AzureTrackedResourceLocation withLocation(String location)

Set the location property: Location where the resource is stored.

Methods inherited from java.lang.Object

Constructor Details

AzureTrackedResourceLocation

public AzureTrackedResourceLocation()

Creates an instance of AzureTrackedResourceLocation class.

Method Details

location

public String location()

Get the location property: Location where the resource is stored.

Returns:

the location value.

validate

public void validate()

Validates the instance.

withLocation

public AzureTrackedResourceLocation withLocation(String location)

Set the location property: Location where the resource is stored.

Parameters:

location - the location value to set.

Returns:

the AzureTrackedResourceLocation object itself.

Applies to