共用方式為


ServicesOperationsExtensions.Get(IServicesOperations, String) Method

Definition

Gets a specific Azure service for support ticket creation.

public static Microsoft.Azure.Management.Support.Models.Service Get (this Microsoft.Azure.Management.Support.IServicesOperations operations, string serviceName);
static member Get : Microsoft.Azure.Management.Support.IServicesOperations * string -> Microsoft.Azure.Management.Support.Models.Service
<Extension()>
Public Function Get (operations As IServicesOperations, serviceName As String) As Service

Parameters

operations
IServicesOperations

The operations group for this extension method.

serviceName
String

Name of the Azure service.

Returns

Applies to