Sdílet prostřednictvím


ServiceTagsOperationsExtensions.List(IServiceTagsOperations, String) Method

Definition

Gets a list of service tag information resources.

public static Microsoft.Azure.Management.Network.Models.ServiceTagsListResult List (this Microsoft.Azure.Management.Network.IServiceTagsOperations operations, string location);
static member List : Microsoft.Azure.Management.Network.IServiceTagsOperations * string -> Microsoft.Azure.Management.Network.Models.ServiceTagsListResult
<Extension()>
Public Function List (operations As IServiceTagsOperations, location As String) As ServiceTagsListResult

Parameters

operations
IServiceTagsOperations

The operations group for this extension method.

location
String

The location that will be used as a reference for version (not as a filter based on location, you will get the list of service tags with prefix details across all regions but limited to the cloud that your subscription belongs to).

Returns

Applies to