@azure/arm-servicenetworking package

Classes

ServiceNetworkingManagementClient

Interfaces

Association

Association Subresource of Traffic Controller

AssociationListResult

The response of a Association list operation.

AssociationProperties

Association Properties.

AssociationSubnet

Association Subnet.

AssociationSubnetUpdate

Association Subnet.

AssociationUpdate

The type used for update operations of the Association.

AssociationUpdateProperties

The updatable properties of the Association.

AssociationsInterface

Interface representing a AssociationsInterface.

AssociationsInterfaceCreateOrUpdateHeaders

Defines headers for AssociationsInterface_createOrUpdate operation.

AssociationsInterfaceCreateOrUpdateOptionalParams

Optional parameters.

AssociationsInterfaceDeleteHeaders

Defines headers for AssociationsInterface_delete operation.

AssociationsInterfaceDeleteOptionalParams

Optional parameters.

AssociationsInterfaceGetOptionalParams

Optional parameters.

AssociationsInterfaceListByTrafficControllerNextOptionalParams

Optional parameters.

AssociationsInterfaceListByTrafficControllerOptionalParams

Optional parameters.

AssociationsInterfaceUpdateOptionalParams

Optional parameters.

ErrorAdditionalInfo

The resource management error additional info.

ErrorDetail

The error detail.

ErrorResponse

Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.).

Frontend

Frontend Subresource of Traffic Controller.

FrontendListResult

The response of a Frontend list operation.

FrontendProperties

Frontend Properties.

FrontendUpdate

The type used for update operations of the Frontend.

FrontendsInterface

Interface representing a FrontendsInterface.

FrontendsInterfaceCreateOrUpdateHeaders

Defines headers for FrontendsInterface_createOrUpdate operation.

FrontendsInterfaceCreateOrUpdateOptionalParams

Optional parameters.

FrontendsInterfaceDeleteHeaders

Defines headers for FrontendsInterface_delete operation.

FrontendsInterfaceDeleteOptionalParams

Optional parameters.

FrontendsInterfaceGetOptionalParams

Optional parameters.

FrontendsInterfaceListByTrafficControllerNextOptionalParams

Optional parameters.

FrontendsInterfaceListByTrafficControllerOptionalParams

Optional parameters.

FrontendsInterfaceUpdateOptionalParams

Optional parameters.

Operation

Details of a REST API operation, returned from the Resource Provider Operations API

OperationDisplay

Localized display information for this particular operation.

OperationListResult

A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results.

Operations

Interface representing a Operations.

OperationsListNextOptionalParams

Optional parameters.

OperationsListOptionalParams

Optional parameters.

Resource

Common fields that are returned in the response for all Azure Resource Manager resources

ResourceId

Resource ID definition used by parent to reference child resources.

ServiceNetworkingManagementClientOptionalParams

Optional parameters.

SystemData

Metadata pertaining to creation and last modification of the resource.

TrackedResource

The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location'

TrafficController

Concrete tracked resource types can be created by aliasing this type using a specific property type.

TrafficControllerInterface

Interface representing a TrafficControllerInterface.

TrafficControllerInterfaceCreateOrUpdateHeaders

Defines headers for TrafficControllerInterface_createOrUpdate operation.

TrafficControllerInterfaceCreateOrUpdateOptionalParams

Optional parameters.

TrafficControllerInterfaceDeleteHeaders

Defines headers for TrafficControllerInterface_delete operation.

TrafficControllerInterfaceDeleteOptionalParams

Optional parameters.

TrafficControllerInterfaceGetOptionalParams

Optional parameters.

TrafficControllerInterfaceListByResourceGroupNextOptionalParams

Optional parameters.

TrafficControllerInterfaceListByResourceGroupOptionalParams

Optional parameters.

TrafficControllerInterfaceListBySubscriptionNextOptionalParams

Optional parameters.

TrafficControllerInterfaceListBySubscriptionOptionalParams

Optional parameters.

TrafficControllerInterfaceUpdateOptionalParams

Optional parameters.

TrafficControllerListResult

The response of a TrafficController list operation.

TrafficControllerProperties

Traffic Controller Properties.

TrafficControllerUpdate

The type used for update operations of the TrafficController.

Type Aliases

ActionType

Defines values for ActionType.
KnownActionType can be used interchangeably with ActionType, this enum contains the known values that the service supports.

Known values supported by the service

Internal

AssociationType

Defines values for AssociationType.
KnownAssociationType can be used interchangeably with AssociationType, this enum contains the known values that the service supports.

Known values supported by the service

subnets

AssociationsInterfaceCreateOrUpdateResponse

Contains response data for the createOrUpdate operation.

AssociationsInterfaceGetResponse

Contains response data for the get operation.

AssociationsInterfaceListByTrafficControllerNextResponse

Contains response data for the listByTrafficControllerNext operation.

AssociationsInterfaceListByTrafficControllerResponse

Contains response data for the listByTrafficController operation.

AssociationsInterfaceUpdateResponse

Contains response data for the update operation.

CreatedByType

Defines values for CreatedByType.
KnownCreatedByType can be used interchangeably with CreatedByType, this enum contains the known values that the service supports.

Known values supported by the service

User
Application
ManagedIdentity
Key

FrontendsInterfaceCreateOrUpdateResponse

Contains response data for the createOrUpdate operation.

FrontendsInterfaceGetResponse

Contains response data for the get operation.

FrontendsInterfaceListByTrafficControllerNextResponse

Contains response data for the listByTrafficControllerNext operation.

FrontendsInterfaceListByTrafficControllerResponse

Contains response data for the listByTrafficController operation.

FrontendsInterfaceUpdateResponse

Contains response data for the update operation.

OperationsListNextResponse

Contains response data for the listNext operation.

OperationsListResponse

Contains response data for the list operation.

Origin

Defines values for Origin.
KnownOrigin can be used interchangeably with Origin, this enum contains the known values that the service supports.

Known values supported by the service

user
system
user,system

ProvisioningState

Defines values for ProvisioningState.
KnownProvisioningState can be used interchangeably with ProvisioningState, this enum contains the known values that the service supports.

Known values supported by the service

Provisioning
Updating
Deleting
Accepted
Succeeded
Failed
Canceled

TrafficControllerInterfaceCreateOrUpdateResponse

Contains response data for the createOrUpdate operation.

TrafficControllerInterfaceGetResponse

Contains response data for the get operation.

TrafficControllerInterfaceListByResourceGroupNextResponse

Contains response data for the listByResourceGroupNext operation.

TrafficControllerInterfaceListByResourceGroupResponse

Contains response data for the listByResourceGroup operation.

TrafficControllerInterfaceListBySubscriptionNextResponse

Contains response data for the listBySubscriptionNext operation.

TrafficControllerInterfaceListBySubscriptionResponse

Contains response data for the listBySubscription operation.

TrafficControllerInterfaceUpdateResponse

Contains response data for the update operation.

Enums

KnownActionType

Known values of ActionType that the service accepts.

KnownAssociationType

Known values of AssociationType that the service accepts.

KnownCreatedByType

Known values of CreatedByType that the service accepts.

KnownOrigin

Known values of Origin that the service accepts.

KnownProvisioningState

Known values of ProvisioningState that the service accepts.

Functions

getContinuationToken(unknown)

Given the last .value produced by the byPage iterator, returns a continuation token that can be used to begin paging from that point later.

Function Details

getContinuationToken(unknown)

Given the last .value produced by the byPage iterator, returns a continuation token that can be used to begin paging from that point later.

function getContinuationToken(page: unknown): string | undefined

Parameters

page

unknown

An object from accessing value on the IteratorResult from a byPage iterator.

Returns

string | undefined

The continuation token that can be passed into byPage() during future calls.