AliasPathType Class
- java.
lang. Object - com.
microsoft. azure. management. resources. AliasPathType
- com.
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. |
Alias |
withApiVersions(List<String> apiVersions)
Set the API versions. |
Alias |
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
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
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java