PrefixesOperations interface
Interface representing a Prefixes operations.
Properties
| create |
Creates a new prefix with the specified name under the given subscription, resource group and peering service. |
| delete | Deletes an existing prefix with the specified name under the given subscription, resource group and peering service. |
| get | Gets an existing prefix with the specified name under the given subscription, resource group and peering service. |
| list |
Lists all prefixes under the given subscription, resource group and peering service. |
Property Details
createOrUpdate
Creates a new prefix with the specified name under the given subscription, resource group and peering service.
createOrUpdate: (resourceGroupName: string, peeringServiceName: string, prefixName: string, peeringServicePrefix: PeeringServicePrefix, options?: PrefixesCreateOrUpdateOptionalParams) => Promise<PeeringServicePrefix>
Property Value
(resourceGroupName: string, peeringServiceName: string, prefixName: string, peeringServicePrefix: PeeringServicePrefix, options?: PrefixesCreateOrUpdateOptionalParams) => Promise<PeeringServicePrefix>
delete
Deletes an existing prefix with the specified name under the given subscription, resource group and peering service.
delete: (resourceGroupName: string, peeringServiceName: string, prefixName: string, options?: PrefixesDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, peeringServiceName: string, prefixName: string, options?: PrefixesDeleteOptionalParams) => Promise<void>
get
Gets an existing prefix with the specified name under the given subscription, resource group and peering service.
get: (resourceGroupName: string, peeringServiceName: string, prefixName: string, options?: PrefixesGetOptionalParams) => Promise<PeeringServicePrefix>
Property Value
(resourceGroupName: string, peeringServiceName: string, prefixName: string, options?: PrefixesGetOptionalParams) => Promise<PeeringServicePrefix>
listByPeeringService
Lists all prefixes under the given subscription, resource group and peering service.
listByPeeringService: (resourceGroupName: string, peeringServiceName: string, options?: PrefixesListByPeeringServiceOptionalParams) => PagedAsyncIterableIterator<PeeringServicePrefix, PeeringServicePrefix[], PageSettings>
Property Value
(resourceGroupName: string, peeringServiceName: string, options?: PrefixesListByPeeringServiceOptionalParams) => PagedAsyncIterableIterator<PeeringServicePrefix, PeeringServicePrefix[], PageSettings>