Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PublicIPAddresses

Package version

Class representing a PublicIPAddresses.

Hierarchy

  • PublicIPAddresses

Index

Constructors

constructor

Methods

beginCreateOrUpdate

  • beginCreateOrUpdate(resourceGroupName: string, publicIpAddressName: string, parameters: PublicIPAddress, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>
  • Creates or updates a static or dynamic public IP address.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • publicIpAddressName: string

      The name of the public IP address.

    • parameters: PublicIPAddress

      Parameters supplied to the create or update public IP address operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRestAzure.LROPoller>

    Promise<msRestAzure.LROPoller>

beginDeleteMethod

  • beginDeleteMethod(resourceGroupName: string, publicIpAddressName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>
  • Deletes the specified public IP address.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • publicIpAddressName: string

      The name of the subnet.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRestAzure.LROPoller>

    Promise<msRestAzure.LROPoller>

beginUpdateTags

  • beginUpdateTags(resourceGroupName: string, publicIpAddressName: string, parameters: TagsObject, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>
  • Updates public IP address tags.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • publicIpAddressName: string

      The name of the public IP address.

    • parameters: TagsObject

      Parameters supplied to update public IP address tags.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRestAzure.LROPoller>

    Promise<msRestAzure.LROPoller>

createOrUpdate

  • createOrUpdate(resourceGroupName: string, publicIpAddressName: string, parameters: PublicIPAddress, options?: msRest.RequestOptionsBase): Promise<Models.PublicIPAddressesCreateOrUpdateResponse>
  • Creates or updates a static or dynamic public IP address.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • publicIpAddressName: string

      The name of the public IP address.

    • parameters: PublicIPAddress

      Parameters supplied to the create or update public IP address operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.PublicIPAddressesCreateOrUpdateResponse>

    Promise<Models.PublicIPAddressesCreateOrUpdateResponse>

deleteMethod

  • deleteMethod(resourceGroupName: string, publicIpAddressName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>
  • Deletes the specified public IP address.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • publicIpAddressName: string

      The name of the subnet.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRest.RestResponse>

    Promise<msRest.RestResponse>

get

  • get(resourceGroupName: string, publicIpAddressName: string, options?: Models.PublicIPAddressesGetOptionalParams): Promise<Models.PublicIPAddressesGetResponse>
  • get(resourceGroupName: string, publicIpAddressName: string, callback: msRest.ServiceCallback<PublicIPAddress>): void
  • get(resourceGroupName: string, publicIpAddressName: string, options: PublicIPAddressesGetOptionalParams, callback: msRest.ServiceCallback<PublicIPAddress>): void
  • Gets the specified public IP address in a specified resource group.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • publicIpAddressName: string

      The name of the subnet.

    • Optional options: Models.PublicIPAddressesGetOptionalParams

    Returns Promise<Models.PublicIPAddressesGetResponse>

    Promise<Models.PublicIPAddressesGetResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • publicIpAddressName: string

      The name of the subnet.

    • callback: msRest.ServiceCallback<PublicIPAddress>

      The callback

    Returns void

  • Parameters

    Returns void

list

  • list(resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.PublicIPAddressesListResponse>
  • list(resourceGroupName: string, callback: msRest.ServiceCallback<PublicIPAddressListResult>): void
  • list(resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<PublicIPAddressListResult>): void

listAll

  • listAll(options?: msRest.RequestOptionsBase): Promise<Models.PublicIPAddressesListAllResponse>
  • listAll(callback: msRest.ServiceCallback<PublicIPAddressListResult>): void
  • listAll(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<PublicIPAddressListResult>): void

listAllNext

  • listAllNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.PublicIPAddressesListAllNextResponse>
  • listAllNext(nextPageLink: string, callback: msRest.ServiceCallback<PublicIPAddressListResult>): void
  • listAllNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<PublicIPAddressListResult>): void
  • Gets all the public IP addresses in a subscription.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.PublicIPAddressesListAllNextResponse>

    Promise<Models.PublicIPAddressesListAllNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<PublicIPAddressListResult>

      The callback

    Returns void

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<PublicIPAddressListResult>

      The callback

    Returns void

listNext

  • listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.PublicIPAddressesListNextResponse>
  • listNext(nextPageLink: string, callback: msRest.ServiceCallback<PublicIPAddressListResult>): void
  • listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<PublicIPAddressListResult>): void
  • Gets all public IP addresses in a resource group.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.PublicIPAddressesListNextResponse>

    Promise<Models.PublicIPAddressesListNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<PublicIPAddressListResult>

      The callback

    Returns void

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<PublicIPAddressListResult>

      The callback

    Returns void

updateTags

  • updateTags(resourceGroupName: string, publicIpAddressName: string, parameters: TagsObject, options?: msRest.RequestOptionsBase): Promise<Models.PublicIPAddressesUpdateTagsResponse>
  • Updates public IP address tags.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • publicIpAddressName: string

      The name of the public IP address.

    • parameters: TagsObject

      Parameters supplied to update public IP address tags.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.PublicIPAddressesUpdateTagsResponse>

    Promise<Models.PublicIPAddressesUpdateTagsResponse>

Generated using TypeDoc