Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AccessPolicies

Package version

Interface representing a AccessPolicies.

Hierarchy

  • AccessPolicies

Implemented by

Index

Methods

createOrUpdate

delete

  • Deletes the access policy with the specified name in the specified subscription, resource group, and environment

    Parameters

    • resourceGroupName: string

      Name of an Azure Resource group.

    • environmentName: string

      The name of the Time Series Insights environment associated with the specified resource group.

    • accessPolicyName: string

      The name of the Time Series Insights access policy associated with the specified environment.

    • Optional options: AccessPoliciesDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

get

  • Gets the access policy with the specified name in the specified environment.

    Parameters

    • resourceGroupName: string

      Name of an Azure Resource group.

    • environmentName: string

      The name of the Time Series Insights environment associated with the specified resource group.

    • accessPolicyName: string

      The name of the Time Series Insights access policy associated with the specified environment.

    • Optional options: AccessPoliciesGetOptionalParams

      The options parameters.

    Returns Promise<AccessPoliciesGetResponse>

listByEnvironment

update

  • Updates the access policy with the specified name in the specified subscription, resource group, and environment.

    Parameters

    • resourceGroupName: string

      Name of an Azure Resource group.

    • environmentName: string

      The name of the Time Series Insights environment associated with the specified resource group.

    • accessPolicyName: string

      The name of the Time Series Insights access policy associated with the specified environment.

    • accessPolicyUpdateParameters: AccessPolicyUpdateParameters

      Request object that contains the updated information for the access policy.

    • Optional options: AccessPoliciesUpdateOptionalParams

      The options parameters.

    Returns Promise<AccessPoliciesUpdateResponse>

Generated using TypeDoc