ServicesOperationsExtensions.Get(IServicesOperations, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET