Microsoft.SystemCenter.Advisor.SettingsAdvisor Settings

Microsoft.SystemCenter.Advisor.Settings (ClassType)

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedFalse
SingletonTrue
ExtensionFalse
AccessibilityPublic
ElementId2808e8fe-e2b9-b0db-432b-b3173dae94d9

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
Microsoft.SystemCenter.Advisor.Settings:
WebSiteBaseUrl  string  Advisor website base URL false 256  False  https://management.azure.com/   
ConfigServiceEndpoint  string  Advisor config service endpoint false 256  False  https://service.systemcenteradvisor.com/Config/SettingService.svc   
IdentityProviderServiceEndpoint  string      false 256  False     
IdentityServiceEndpoint  string      false 256  False     
DataCollectorServiceEndpoint  string      false 256  False     
DataProviderServiceEndpoint  string      false 256  False     
CustomerIdentifier  guid      false 256       
GatewayIdentifier  guid      false 256       
WebProxyAddress  string      false 256  False     
PortalLink  string      false 256  False     
OmsBladeLink  string      false 512  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.Advisor.Settings" Base="Windows!Microsoft.Windows.ApplicationComponent" Accessibility="Public" Abstract="false" Hosted="false" Singleton="true">
<Property ID="WebSiteBaseUrl" Key="false" Type="string" DefaultValue="https://management.azure.com/"/>
<Property ID="ConfigServiceEndpoint" Key="false" Type="string" DefaultValue="https://service.systemcenteradvisor.com/Config/SettingService.svc"/>
<Property ID="IdentityProviderServiceEndpoint" Key="false" Type="string"/>
<Property ID="IdentityServiceEndpoint" Key="false" Type="string"/>
<Property ID="DataCollectorServiceEndpoint" Key="false" Type="string"/>
<Property ID="DataProviderServiceEndpoint" Key="false" Type="string"/>
<Property ID="CustomerIdentifier" Key="false" Type="guid"/>
<Property ID="GatewayIdentifier" Key="false" Type="guid"/>
<Property ID="WebProxyAddress" Key="false" Type="string"/>
<Property ID="PortalLink" Key="false" Type="string"/>
<Property ID="OmsBladeLink" Key="false" Type="string" MaxLength="512"/>
</ClassType>