次の方法で共有


ExpressRoutePortsOperationsExtensions.GenerateLOA メソッド

定義

要求された ExpressRoutePort リソースの承認レターを生成します。

public static Microsoft.Azure.Management.Network.Models.GenerateExpressRoutePortsLOAResult GenerateLOA (this Microsoft.Azure.Management.Network.IExpressRoutePortsOperations operations, string resourceGroupName, string expressRoutePortName, Microsoft.Azure.Management.Network.Models.GenerateExpressRoutePortsLOARequest request);
static member GenerateLOA : Microsoft.Azure.Management.Network.IExpressRoutePortsOperations * string * string * Microsoft.Azure.Management.Network.Models.GenerateExpressRoutePortsLOARequest -> Microsoft.Azure.Management.Network.Models.GenerateExpressRoutePortsLOAResult
<Extension()>
Public Function GenerateLOA (operations As IExpressRoutePortsOperations, resourceGroupName As String, expressRoutePortName As String, request As GenerateExpressRoutePortsLOARequest) As GenerateExpressRoutePortsLOAResult

パラメーター

operations
IExpressRoutePortsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

expressRoutePortName
String

ExpressRoutePort の名前。

request
GenerateExpressRoutePortsLOARequest

承認レターを生成するために指定された要求パラメーター。

戻り値

適用対象