This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

MSFT_SIPLocalNormalizationRuleData

Defines an element that is used by the location profile to normalize a number for external dialing.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties. Properties are listed in alphabetic order, not MOF order.

Syntax

class MSFT_SIPLocalNormalizationRuleData
{
  string Description;
  [key] string InstanceID;
  string[] LocationProfiles;
  string Name;
  string NormalizationRuleDN;
  string Pattern;
  string Translation;
};

Methods

This class does not define any methods.

Properties

The MSFT_SIPLocalNormalizationRuleData class has the following properties.

  • Description
    Data type: string

    Access type: Read/Write

    Optional. A description of the property settings that are specified by a particular instance of this class.

    The value of this property is not case-sensitive. The maximum length of the string is 1024 characters.

  • InstanceID
    Data type: [key] string

    Access type: Read-only

    Optional. A GUID value that uniquely identifies an instance of this class.

    The GUID must be encapsulated between the "{" and "}" braces; for example: "{01234567-0123-4567-89AB-CDEF01234567}".

  • LocationProfiles
    Data type: string[]

    Access type: Read-only

    Optional. Specifies a list of distinguished names of location profiles to which the normalization rule applies.

    The value of this property is not case-sensitive.

  • Name
    Data type: string

    Access type: Read/Write

    Required. The name of an instance of this class.

    The value of this property is not case-sensitive. The maximum length of the string is 256 characters.

  • NormalizationRuleDN
    Data type: string

    Access type: Read-only

    Optional. The distinguished name of the normalization rule.

    The value of this property is not case-sensitive.

  • Pattern
    Data type: string

    Access type: Read/Write

    Required. The regular expression pattern of the phone number.

    The value of this property is case-sensitive. The maximum length of the string is 1024 characters.

  • Translation
    Data type: string

    Access type: Read/Write

    Required. The regular expression translation rule.

    The value of this property is case-sensitive. The maximum length of the string is 1024 characters.

Remarks

This class gets and sets information at the following level(s): AD.

Instances of this class support the following interface methods:

  • Provider::DeleteInstance();

  • Provider::EnumerateInstances();

  • Provider::GetObject();

  • Provider::PutInstance();

    Where PutInstance() supports the following flag(s):

    • WBEM_FLAG_CREATE_ONLY

    • WBEM_FLAG_UPDATE_ONLY

    • WBEM_FLAG_CREATE_OR_UPDATE

Requirements

Server: Installed on computers serving the following role(s): Administrative Tools Server, Front End Server, Mediation Server.

Namespace: Defined in \root\cimv2.

Concepts

Office Communications Server WMI Reference