ExpressRoutePortsOperations interface
Interface representing a ExpressRoutePorts operations.
Properties
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Creates or updates the specified ExpressRoutePort resource. |
| delete | Deletes the specified ExpressRoutePort resource. |
| generateLOA | Generate a letter of authorization for the requested ExpressRoutePort resource. |
| get | Retrieves the requested ExpressRoutePort resource. |
| list | List all the ExpressRoutePort resources in the specified subscription. |
| list |
List all the ExpressRoutePort resources in the specified resource group. |
| update |
Update ExpressRoutePort tags. |
Property Details
beginCreateOrUpdate
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, expressRoutePortName: string, parameters: ExpressRoutePort, options?: ExpressRoutePortsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ExpressRoutePort>, ExpressRoutePort>>
Property Value
(resourceGroupName: string, expressRoutePortName: string, parameters: ExpressRoutePort, options?: ExpressRoutePortsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ExpressRoutePort>, ExpressRoutePort>>
beginCreateOrUpdateAndWait
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, expressRoutePortName: string, parameters: ExpressRoutePort, options?: ExpressRoutePortsCreateOrUpdateOptionalParams) => Promise<ExpressRoutePort>
Property Value
(resourceGroupName: string, expressRoutePortName: string, parameters: ExpressRoutePort, options?: ExpressRoutePortsCreateOrUpdateOptionalParams) => Promise<ExpressRoutePort>
beginDelete
Warning
This API is now deprecated.
use delete instead
beginDelete: (resourceGroupName: string, expressRoutePortName: string, options?: ExpressRoutePortsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Property Value
(resourceGroupName: string, expressRoutePortName: string, options?: ExpressRoutePortsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Warning
This API is now deprecated.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, expressRoutePortName: string, options?: ExpressRoutePortsDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, expressRoutePortName: string, options?: ExpressRoutePortsDeleteOptionalParams) => Promise<void>
createOrUpdate
Creates or updates the specified ExpressRoutePort resource.
createOrUpdate: (resourceGroupName: string, expressRoutePortName: string, parameters: ExpressRoutePort, options?: ExpressRoutePortsCreateOrUpdateOptionalParams) => PollerLike<OperationState<ExpressRoutePort>, ExpressRoutePort>
Property Value
(resourceGroupName: string, expressRoutePortName: string, parameters: ExpressRoutePort, options?: ExpressRoutePortsCreateOrUpdateOptionalParams) => PollerLike<OperationState<ExpressRoutePort>, ExpressRoutePort>
delete
Deletes the specified ExpressRoutePort resource.
delete: (resourceGroupName: string, expressRoutePortName: string, options?: ExpressRoutePortsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, expressRoutePortName: string, options?: ExpressRoutePortsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
generateLOA
Generate a letter of authorization for the requested ExpressRoutePort resource.
generateLOA: (resourceGroupName: string, expressRoutePortName: string, request: GenerateExpressRoutePortsLOARequest, options?: ExpressRoutePortsGenerateLOAOptionalParams) => Promise<GenerateExpressRoutePortsLOAResult>
Property Value
(resourceGroupName: string, expressRoutePortName: string, request: GenerateExpressRoutePortsLOARequest, options?: ExpressRoutePortsGenerateLOAOptionalParams) => Promise<GenerateExpressRoutePortsLOAResult>
get
Retrieves the requested ExpressRoutePort resource.
get: (resourceGroupName: string, expressRoutePortName: string, options?: ExpressRoutePortsGetOptionalParams) => Promise<ExpressRoutePort>
Property Value
(resourceGroupName: string, expressRoutePortName: string, options?: ExpressRoutePortsGetOptionalParams) => Promise<ExpressRoutePort>
list
List all the ExpressRoutePort resources in the specified subscription.
list: (options?: ExpressRoutePortsListOptionalParams) => PagedAsyncIterableIterator<ExpressRoutePort, ExpressRoutePort[], PageSettings>
Property Value
(options?: ExpressRoutePortsListOptionalParams) => PagedAsyncIterableIterator<ExpressRoutePort, ExpressRoutePort[], PageSettings>
listByResourceGroup
List all the ExpressRoutePort resources in the specified resource group.
listByResourceGroup: (resourceGroupName: string, options?: ExpressRoutePortsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<ExpressRoutePort, ExpressRoutePort[], PageSettings>
Property Value
(resourceGroupName: string, options?: ExpressRoutePortsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<ExpressRoutePort, ExpressRoutePort[], PageSettings>
updateTags
Update ExpressRoutePort tags.
updateTags: (resourceGroupName: string, expressRoutePortName: string, parameters: TagsObject, options?: ExpressRoutePortsUpdateTagsOptionalParams) => Promise<ExpressRoutePort>
Property Value
(resourceGroupName: string, expressRoutePortName: string, parameters: TagsObject, options?: ExpressRoutePortsUpdateTagsOptionalParams) => Promise<ExpressRoutePort>