WinRMConfiguration Class
- java.
lang. Object - com.
azure. resourcemanager. compute. models. WinRMConfiguration
- com.
Implements
public final class WinRMConfiguration
implements JsonSerializable<WinRMConfiguration>
Describes Windows Remote Management configuration of the VM.
Constructor Summary
Constructor | Description |
---|---|
WinRMConfiguration() |
Creates an instance of Win |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Win |
fromJson(JsonReader jsonReader)
Reads an instance of Win |
List<Win |
listeners()
Get the listeners property: The list of Windows Remote Management listeners. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Win |
withListeners(List<WinRMListener> listeners)
Set the listeners property: The list of Windows Remote Management listeners. |
Methods inherited from java.lang.Object
Constructor Details
WinRMConfiguration
public WinRMConfiguration()
Creates an instance of WinRMConfiguration class.
Method Details
fromJson
public static WinRMConfiguration fromJson(JsonReader jsonReader)
Reads an instance of WinRMConfiguration from the JsonReader.
Parameters:
Returns:
Throws:
listeners
public List
Get the listeners property: The list of Windows Remote Management listeners.
Returns:
toJson
validate
public void validate()
Validates the instance.
withListeners
public WinRMConfiguration withListeners(List
Set the listeners property: The list of Windows Remote Management listeners.
Parameters:
Returns:
Applies to
Azure SDK for Java