| Package | Description |
|---|---|
| com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
WinRMListener |
WinRMListener.withCertificateUrl(String certificateUrl)
Set the certificateUrl property: This is the URL of a certificate that has been uploaded to Key Vault as a
secret.
|
WinRMListener |
WinRMListener.withProtocol(ProtocolTypes protocol)
Set the protocol property: Specifies the protocol of WinRM listener.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachine.DefinitionStages.WithWindowsCreateManaged |
VirtualMachine.DefinitionStages.WithWindowsCreateManaged.withWinRM(WinRMListener listener)
Specifies WinRM listener.
|
VirtualMachine.DefinitionStages.WithWindowsCreateUnmanaged |
VirtualMachine.DefinitionStages.WithWindowsCreateUnmanaged.withWinRM(WinRMListener listener)
Specifies the WINRM listener.
|
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManaged |
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManaged.withWinRM(WinRMListener listener)
Specifies the WinRM listener.
|
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateUnmanaged |
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateUnmanaged.withWinRM(WinRMListener listener)
Specifies the WinRM listener.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.