C# 클래스 DNSManagement.RR.ISDNType

Represents an ISDN RR.
상속: ResourceRecord
파일 보기 프로젝트 열기: drorgl/MSDNSWebAdmin

공개 메소드들

메소드 설명
CreateInstanceFromPropertyData ( Server server, string dnsServerName, string containerName, string ownerName, RecordClassEnum recordClass, System.TimeSpan ttl, string isdnnumber, string subAddress ) : ISDNType

Instantiates an ISDN Resource Record based on the data in the method's input parameters: the record's DNS Server Name, Container Name, Owner Name, class (default = IN), time-to-live value, and the ISDN number and subaddress of the owner. It returns a reference to the new object as an output parameter.

Modify ( System.TimeSpan ttl, string isdnnumber, string subAddress ) : ISDNType

Updates the TTL, ISDN Number, and Subaddress to the values specified as the input parameters of this method. If a new value for a parameter is not specified, then the current value for the parameter is not changed. The method returns a reference to the modified object as an output parameter.

ToString ( ) : string

비공개 메소드들

메소드 설명
ISDNType ( System.Management.ManagementObject mo ) : System

메소드 상세

CreateInstanceFromPropertyData() 공개 정적인 메소드

Instantiates an ISDN Resource Record based on the data in the method's input parameters: the record's DNS Server Name, Container Name, Owner Name, class (default = IN), time-to-live value, and the ISDN number and subaddress of the owner. It returns a reference to the new object as an output parameter.
public static CreateInstanceFromPropertyData ( Server server, string dnsServerName, string containerName, string ownerName, RecordClassEnum recordClass, System.TimeSpan ttl, string isdnnumber, string subAddress ) : ISDNType
server Server Server object
dnsServerName string FQDN or IP address of the DNS Server that contains this RR.
containerName string Name of the Container for the Zone, Cache, or RootHints instance that contains this RR.
ownerName string Owner name for the RR.
recordClass RecordClassEnum Optional - Class of the RR.
ttl System.TimeSpan Optional - Time, in seconds, that the RR can be cached by a DNS resolver.
isdnnumber string ISDN number and DDI of the record's owner.
subAddress string Subaddress of the owner, if defined.
리턴 ISDNType

Modify() 공개 메소드

Updates the TTL, ISDN Number, and Subaddress to the values specified as the input parameters of this method. If a new value for a parameter is not specified, then the current value for the parameter is not changed. The method returns a reference to the modified object as an output parameter.
public Modify ( System.TimeSpan ttl, string isdnnumber, string subAddress ) : ISDNType
ttl System.TimeSpan Optional - Time, in seconds, that the RR can be cached by a DNS resolver.
isdnnumber string Optional - ISDN number and DDI of the record's owner.
subAddress string Optional - Subaddress of the owner, if defined.
리턴 ISDNType

ToString() 공개 메소드

public ToString ( ) : string
리턴 string