public class SubResourceWithColocationStatus
extends com.microsoft.azure.SubResource
| Constructor and Description |
|---|
SubResourceWithColocationStatus() |
| Modifier and Type | Method and Description |
|---|---|
InstanceViewStatus |
colocationStatus()
Get describes colocation status of a resource in the Proximity Placement Group.
|
SubResourceWithColocationStatus |
withColocationStatus(InstanceViewStatus colocationStatus)
Set describes colocation status of a resource in the Proximity Placement Group.
|
public InstanceViewStatus colocationStatus()
public SubResourceWithColocationStatus withColocationStatus(InstanceViewStatus colocationStatus)
colocationStatus - the colocationStatus 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.
*/