Location Class

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

public class Location

Describes an Azure resource with location.

Constructor Summary

Constructor Description
Location()

Creates an instance of Location 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.

Methods inherited from java.lang.Object

Constructor Details

Location

public Location()

Creates an instance of Location 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.

Applies to