Microsoft.Windows.InternetInformationServices.FTPSiteIIS FTP 사이트

Microsoft.Windows.InternetInformationServices.FTPSite (ClassType)

IIS(인터넷 정보 서비스) 버전에 관계없이 모든 IIS FTP 사이트입니다.

Element properties:

Base ClassSystem.FTPSite
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId10b9ebcb-88ac-3a92-94ce-f5715d118d13

Class Hierarchy:

Class Properties:

Property Name Type Display Name (KOR) Description (KOR) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  표시 이름 모니터링 개체의 표시 이름입니다. false 256  False 
Microsoft.Windows.InternetInformationServices.FTPSite:
SiteID  string  사이트 ID true 255  False 
Description  string  설명 false 255  False 
ServerBindings  string  서버 바인딩 false 255  False 
SecureBindings  string  보안 바인딩 false 255  False 
AllowAnonymous  bool  익명 허용 false 255   
AnonymousOnly  bool  익명만 false 255   
AnonymousUsername  string  익명 사용자 이름 false 255  False 
LogFileDirectory  string  로그 파일 디렉터리 false 255  False 
Path  string  경로 false 255  False 
ConnectionTimeout  int  연결 시간 제한 false 255   
MaxConnections  int  최대 연결 수 false 255   
LogType  string  로그 유형 false 255  False 
URL  string  URL false 255  False 
LogFileType  int  로그 파일 형식 false 255   
LogFilePattern  string  로그 파일 패턴 false 255  False 
LoggingEnabled  bool  로깅 사용 false 255   
PerfCounterInstance  string  성능 카운터 인스턴스 이름 false 255  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.InternetInformationServices.FTPSite" Accessibility="Public" Abstract="true" Base="System!System.FTPSite" Hosted="false" Singleton="false">
<Property ID="SiteID" Type="string" Key="true" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="Description" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="ServerBindings" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="SecureBindings" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="AllowAnonymous" Type="bool" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="AnonymousOnly" Type="bool" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="AnonymousUsername" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="LogFileDirectory" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="Path" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="ConnectionTimeout" Type="int" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="MaxConnections" Type="int" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="LogType" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="URL" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="LogFileType" Type="int" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="LogFilePattern" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="LoggingEnabled" Type="bool" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="PerfCounterInstance" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
</ClassType>