AliasPathType Class
- java.
lang. Object - com.
microsoft. azure. management. resources. AliasPathType
- com.
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. |
Alias |
withApiVersions(List<String> apiVersions)
Set the apiVersions value. |
Alias |
withPath(String path)
Set the path value. |
Method Details
apiVersions
public List
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
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
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