ExpressRoutePortAuthorizationCollection.Get 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.
Overloads
| Name | Description |
|---|---|
| Get(String, CancellationToken) |
Invokes the Get compatibility operation. |
| Get(String, String, CancellationToken) |
Invokes the Get compatibility operation. |
Get(String, CancellationToken)
Invokes the Get compatibility operation.
public virtual Azure.Response<Azure.ResourceManager.Network.ExpressRoutePortAuthorizationResource> Get(string authorizationName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.ExpressRoutePortAuthorizationResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.ExpressRoutePortAuthorizationResource>
Public Overridable Function Get (authorizationName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ExpressRoutePortAuthorizationResource)
Parameters
- authorizationName
- String
The name of the authorization.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
authorizationName is an empty string, and was expected to be non-empty.
authorizationName is null.
Applies to
Get(String, String, CancellationToken)
Invokes the Get compatibility operation.
public virtual Azure.Response<Azure.ResourceManager.Network.ExpressRoutePortAuthorizationResource> Get(string expressRoutePortName, string authorizationName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.ExpressRoutePortAuthorizationResource>
override this.Get : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.ExpressRoutePortAuthorizationResource>
Public Overridable Function Get (expressRoutePortName As String, authorizationName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ExpressRoutePortAuthorizationResource)
Parameters
- expressRoutePortName
- String
- authorizationName
- String
- cancellationToken
- CancellationToken