İngilizce dilinde oku

Aracılığıyla paylaş


OSProfile Class

  • java.lang.Object
    • com.microsoft.azure.management.hybridcompute.v2020_08_02.OSProfile

public class OSProfile

Specifies the operating system settings for the hybrid machine.

Constructor Summary

Constructor Description
OSProfile()

Method Summary

Modifier and Type Method and Description
java.lang.String computerName()

Get specifies the host OS name of the hybrid machine.

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

OSProfile

public OSProfile()

Method Details

computerName

public String computerName()

Get specifies the host OS name of the hybrid machine.

Returns:

the computerName value

Applies to

Azure SDK for Java

Legacy