AliasPathType Class

  • java.lang.Object
    • com.microsoft.azure.management.resources.AliasPathType

public class AliasPathType

The type of the paths for alias.

Method Summary

Modifier and Type Method and Description
List<String> apiVersions()

Get the apiVersions value.

String path()

Get the path value.

AliasPathType withApiVersions(List<String> apiVersions)

Set the apiVersions value.

AliasPathType withPath(String path)

Set the path value.

Method Details

apiVersions

public List apiVersions()

Get the apiVersions value.

Returns:

the apiVersions value

path

public String path()

Get the path value.

Returns:

the path value

withApiVersions

public AliasPathType withApiVersions(List apiVersions)

Set the apiVersions value.

Parameters:

apiVersions - the apiVersions value to set

Returns:

the AliasPathType object itself.

withPath

public AliasPathType withPath(String path)

Set the path value.

Parameters:

path - the path value to set

Returns:

the AliasPathType object itself.

Applies to