AliasPathType Class

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

public class AliasPathType

The type of the paths for alias.

Constructor Summary

Constructor Description
AliasPathType()

Method Summary

Modifier and Type Method and Description
java.util.List<java.lang.String> apiVersions()

Get the API versions.

java.lang.String path()

Get the path of an alias.

AliasPathType withApiVersions(List<String> apiVersions)

Set the API versions.

AliasPathType withPath(String path)

Set the path of an alias.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

AliasPathType

public AliasPathType()

Method Details

apiVersions

public List apiVersions()

Get the API versions.

Returns:

the apiVersions value

path

public String path()

Get the path of an alias.

Returns:

the path value

withApiVersions

public AliasPathType withApiVersions(List apiVersions)

Set the API versions.

Parameters:

apiVersions - the apiVersions value to set

Returns:

the AliasPathType object itself.

withPath

public AliasPathType withPath(String path)

Set the path of an alias.

Parameters:

path - the path value to set

Returns:

the AliasPathType object itself.

Applies to