Compartir a través de


DevTestLabUserResource.GetDevTestLabServiceFabric Método

Definición

Obtenga Service Fabric.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/servicefabrics/{name}
  • IdServiceFabrics_Get de operación
public virtual Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabServiceFabricResource> GetDevTestLabServiceFabric (string name, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDevTestLabServiceFabric : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabServiceFabricResource>
override this.GetDevTestLabServiceFabric : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabServiceFabricResource>
Public Overridable Function GetDevTestLabServiceFabric (name As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DevTestLabServiceFabricResource)

Parámetros

name
String

Nombre de Service Fabric.

expand
String

Especifique la consulta $expand. Ejemplo: "properties($expand=applicableSchedule)".

cancellationToken
CancellationToken

Token de cancelación que se va a usar.

Devoluciones

Excepciones

name es una cadena vacía y se espera que no esté vacía.

name es null.

Se aplica a