Microsoft.SystemCenter.AzureStack.ResourceProviderMicrosoft Azure Stack Hub Resource Provider

Microsoft.SystemCenter.AzureStack.ResourceProvider (ClassType)

A resource provider of a Microsoft Azure Stack Hub region.

Knowledge Base article:

Summary

A resource provider of a Microsoft Azure Stack Hub region.

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId85a0780e-ffc9-70b6-5d58-0ebfe2012583

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.AzureStack.ResourceProvider:
Id  string  ID ID true 32767  False     
Name  string  Name Name false 32767  False     
Location  string  Location Location false 32767  False     
InfraURI  string  Infra URI Infra URI false 32767  False     
Namespace  string  Namespace Namespace false 32767  False     
RegistrationId  string  Registration Id Registration Id false 32767  False     
RoutePrefix  string  Route Prefix Route Prefix false 32767  False     
ServiceLocation  string  Service Location Service Location false 32767  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.AzureStack.ResourceProvider" Accessibility="Public" Abstract="false" Base="System!System.LogicalEntity" Hosted="true" Singleton="false" Extension="false">
<Property ID="Id" Type="string" AutoIncrement="false" Key="true" CaseSensitive="false" MaxLength="32767" MinLength="0" Required="false" Scale="0"/>
<Property ID="Name" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="32767" MinLength="0" Required="false" Scale="0"/>
<Property ID="Location" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="32767" MinLength="0" Required="false" Scale="0"/>
<Property ID="InfraURI" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="32767" MinLength="0" Required="false" Scale="0"/>
<Property ID="Namespace" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="32767" MinLength="0" Required="false" Scale="0"/>
<Property ID="RegistrationId" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="32767" MinLength="0" Required="false" Scale="0"/>
<Property ID="RoutePrefix" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="32767" MinLength="0" Required="false" Scale="0"/>
<Property ID="ServiceLocation" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="32767" MinLength="0" Required="false" Scale="0"/>
</ClassType>