public class ConnectivitySource extends Object
| Constructor and Description |
|---|
ConnectivitySource() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
port()
Get the port value.
|
String |
resourceId()
Get the resourceId value.
|
ConnectivitySource |
withPort(Integer port)
Set the port value.
|
ConnectivitySource |
withResourceId(String resourceId)
Set the resourceId value.
|
public String resourceId()
public ConnectivitySource withResourceId(String resourceId)
resourceId - the resourceId value to setpublic Integer port()
public ConnectivitySource withPort(Integer port)
port - the port value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/