azure-native.network.getExpressRouteCircuitAuthorization
Explore with Pulumi AI
Gets the specified authorization from the specified express route circuit. API Version: 2020-11-01.
Using getExpressRouteCircuitAuthorization
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getExpressRouteCircuitAuthorization(args: GetExpressRouteCircuitAuthorizationArgs, opts?: InvokeOptions): Promise<GetExpressRouteCircuitAuthorizationResult>
function getExpressRouteCircuitAuthorizationOutput(args: GetExpressRouteCircuitAuthorizationOutputArgs, opts?: InvokeOptions): Output<GetExpressRouteCircuitAuthorizationResult>
def get_express_route_circuit_authorization(authorization_name: Optional[str] = None,
circuit_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetExpressRouteCircuitAuthorizationResult
def get_express_route_circuit_authorization_output(authorization_name: Optional[pulumi.Input[str]] = None,
circuit_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetExpressRouteCircuitAuthorizationResult]
func LookupExpressRouteCircuitAuthorization(ctx *Context, args *LookupExpressRouteCircuitAuthorizationArgs, opts ...InvokeOption) (*LookupExpressRouteCircuitAuthorizationResult, error)
func LookupExpressRouteCircuitAuthorizationOutput(ctx *Context, args *LookupExpressRouteCircuitAuthorizationOutputArgs, opts ...InvokeOption) LookupExpressRouteCircuitAuthorizationResultOutput
> Note: This function is named LookupExpressRouteCircuitAuthorization
in the Go SDK.
public static class GetExpressRouteCircuitAuthorization
{
public static Task<GetExpressRouteCircuitAuthorizationResult> InvokeAsync(GetExpressRouteCircuitAuthorizationArgs args, InvokeOptions? opts = null)
public static Output<GetExpressRouteCircuitAuthorizationResult> Invoke(GetExpressRouteCircuitAuthorizationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetExpressRouteCircuitAuthorizationResult> getExpressRouteCircuitAuthorization(GetExpressRouteCircuitAuthorizationArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:network:getExpressRouteCircuitAuthorization
arguments:
# arguments dictionary
The following arguments are supported:
- string
The name of the authorization.
- Circuit
Name string The name of the express route circuit.
- Resource
Group stringName The name of the resource group.
- string
The name of the authorization.
- Circuit
Name string The name of the express route circuit.
- Resource
Group stringName The name of the resource group.
- String
The name of the authorization.
- circuit
Name String The name of the express route circuit.
- resource
Group StringName The name of the resource group.
- string
The name of the authorization.
- circuit
Name string The name of the express route circuit.
- resource
Group stringName The name of the resource group.
- str
The name of the authorization.
- circuit_
name str The name of the express route circuit.
- resource_
group_ strname The name of the resource group.
- String
The name of the authorization.
- circuit
Name String The name of the express route circuit.
- resource
Group StringName The name of the resource group.
getExpressRouteCircuitAuthorization Result
The following output properties are available:
- Etag string
A unique read-only string that changes whenever the resource is updated.
- Provisioning
State string The provisioning state of the authorization resource.
- Type string
Type of the resource.
- string
The authorization key.
- string
The authorization use status.
- Id string
Resource ID.
- Name string
The name of the resource that is unique within a resource group. This name can be used to access the resource.
- Etag string
A unique read-only string that changes whenever the resource is updated.
- Provisioning
State string The provisioning state of the authorization resource.
- Type string
Type of the resource.
- string
The authorization key.
- string
The authorization use status.
- Id string
Resource ID.
- Name string
The name of the resource that is unique within a resource group. This name can be used to access the resource.
- etag String
A unique read-only string that changes whenever the resource is updated.
- provisioning
State String The provisioning state of the authorization resource.
- type String
Type of the resource.
- String
The authorization key.
- String
The authorization use status.
- id String
Resource ID.
- name String
The name of the resource that is unique within a resource group. This name can be used to access the resource.
- etag string
A unique read-only string that changes whenever the resource is updated.
- provisioning
State string The provisioning state of the authorization resource.
- type string
Type of the resource.
- string
The authorization key.
- string
The authorization use status.
- id string
Resource ID.
- name string
The name of the resource that is unique within a resource group. This name can be used to access the resource.
- etag str
A unique read-only string that changes whenever the resource is updated.
- provisioning_
state str The provisioning state of the authorization resource.
- type str
Type of the resource.
- str
The authorization key.
- str
The authorization use status.
- id str
Resource ID.
- name str
The name of the resource that is unique within a resource group. This name can be used to access the resource.
- etag String
A unique read-only string that changes whenever the resource is updated.
- provisioning
State String The provisioning state of the authorization resource.
- type String
Type of the resource.
- String
The authorization key.
- String
The authorization use status.
- id String
Resource ID.
- name String
The name of the resource that is unique within a resource group. This name can be used to access the resource.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0