Package | Description |
---|---|
com.azure.resourcemanager.compute.fluent.models |
Package containing the inner data models for ComputeManagementClient.
|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
ContainerServiceLinuxProfile |
ContainerServiceInner.linuxProfile()
Get the linuxProfile property: Properties of Linux VMs.
|
Modifier and Type | Method and Description |
---|---|
ContainerServiceInner |
ContainerServiceInner.withLinuxProfile(ContainerServiceLinuxProfile linuxProfile)
Set the linuxProfile property: Properties of Linux VMs.
|
Modifier and Type | Method and Description |
---|---|
ContainerServiceLinuxProfile |
ContainerServiceLinuxProfile.withAdminUsername(String adminUsername)
Set the adminUsername property: The administrator username to use for Linux VMs.
|
ContainerServiceLinuxProfile |
ContainerServiceLinuxProfile.withSsh(ContainerServiceSshConfiguration ssh)
Set the ssh property: The ssh key configuration for Linux VMs.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.