你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CloudServiceRoleInstancesOperationsExtensions.Get 方法

定义

从云服务获取角色实例。

public static Microsoft.Azure.Management.Compute.Models.RoleInstance Get (this Microsoft.Azure.Management.Compute.ICloudServiceRoleInstancesOperations operations, string roleInstanceName, string resourceGroupName, string cloudServiceName, Microsoft.Azure.Management.Compute.Models.InstanceViewTypes? expand = default);
static member Get : Microsoft.Azure.Management.Compute.ICloudServiceRoleInstancesOperations * string * string * string * Nullable<Microsoft.Azure.Management.Compute.Models.InstanceViewTypes> -> Microsoft.Azure.Management.Compute.Models.RoleInstance
<Extension()>
Public Function Get (operations As ICloudServiceRoleInstancesOperations, roleInstanceName As String, resourceGroupName As String, cloudServiceName As String, Optional expand As Nullable(Of InstanceViewTypes) = Nothing) As RoleInstance

参数

operations
ICloudServiceRoleInstancesOperations

此扩展方法的操作组。

roleInstanceName
String

角色实例的名称。

resourceGroupName
String

资源组的名称。

cloudServiceName
String

云服务的名称。

expand
Nullable<InstanceViewTypes>

要应用于操作的 expand 表达式。 云服务不支持“UserData”。 可能的值包括:“instanceView”、“userData”

返回

适用于