Het element AddRemoveIncrementalNamedPartitionScalingMechanism
Definieert een mechanisme voor het toevoegen of verwijderen van benoemde partities.
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
0 element(en), 3 kenmerken |
| gedefinieerd |
lokaal in de groep ScalingPolicyMechanismGroup |
| naam |
AddRemoveIncrementalNamedPartitionScalingMechanism |
| minOccurs |
0 |
| maxOccurs |
1 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="AddRemoveIncrementalNamedPartitionScalingMechanism" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Defines a mechanism for adding or removing named partitions.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="MinPartitionCount" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>The minimum number of partitions.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="MaxPartitionCount" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>The maximum number of partitions.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ScaleIncrement" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>The number of partitions by which to perform the upshift/downshift.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
Kenmerkdetails
MinPartitionCount
Het minimale aantal partities.
| Kenmerk |
Weergegeven als |
| naam |
MinPartitionCount |
| type |
xs:string |
| gebruiken |
vereist |
MaxPartitionCount
Het maximum aantal partities.
| Kenmerk |
Weergegeven als |
| naam |
MaxPartitionCount |
| type |
xs:string |
| gebruiken |
vereist |
ScaleIncrement
Het aantal partities waarmee de upshift/downshift moet worden uitgevoerd.
| Kenmerk |
Weergegeven als |
| naam |
ScaleIncrement |
| type |
xs:string |
| gebruiken |
vereist |
Toepassingselement
Specifieke informatie over toepassingsexemplaren, zoals toepassingsnaam en waarden voor toepassingsparameters die worden gebruikt om een toepassing te maken. Parameterwaarden in dit bestand overschrijven de standaardparameterwaarden die zijn gedefinieerd in Application Manifest.
| Kenmerk |
Weergegeven als |
| type |
AppInstanceDefinitionType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
wereldwijd |
| naam |
Toepassing |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Application" type="AppInstanceDefinitionType">
<xs:annotation>
<xs:documentation>Application Instance specific information like application name and application parameter values used to create application. Parameter values in this file overrides the default parameter values defined in Application Manifest.</xs:documentation>
</xs:annotation>
</xs:element>
ApplicationEndpoints-element
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
0 element(en), 2 kenmerken |
| gedefinieerd |
lokaal in FabricEndpointsType complexType |
| naam |
ApplicationEndpoints |
| minOccurs |
0 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ApplicationEndpoints" minOccurs="0">
<xs:complexType>
<xs:attribute name="StartPort" type="xs:int" use="required"/>
<xs:attribute name="EndPort" type="xs:int" use="required"/>
</xs:complexType>
</xs:element>
Kenmerkdetails
StartPort
| Kenmerk |
Weergegeven als |
| naam |
StartPort |
| type |
xs:int |
| gebruiken |
vereist |
EndPort
| Kenmerk |
Weergegeven als |
| naam |
EndPort |
| type |
xs:int |
| gebruiken |
vereist |
ApplicationInstance-element
Beschrijft een exemplaar van een Microsoft Azure Service Fabric-toepassing.
| Kenmerk |
Weergegeven als |
| type |
ApplicationInstanceType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
wereldwijd |
| naam |
ApplicationInstance |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ApplicationInstance" type="ApplicationInstanceType">
<xs:annotation>
<xs:documentation>Describes an instance of a Microsoft Azure Service Fabric application.</xs:documentation>
</xs:annotation>
</xs:element>
ApplicationManifest-element
Beschrijft declaratief het toepassingstype en de versie. Naar een of meer servicemanifesten van de samenstellende services wordt verwezen om een toepassingstype op te stellen. Configuratie-instellingen van de samenstellende services kunnen worden overschreven met behulp van geparameteriseerde toepassingsinstellingen. Standaardservices, servicesjablonen, principals, beleid, diagnostische instellingen en certificaten kunnen ook worden gedeclareerd op toepassingsniveau.
| Kenmerk |
Weergegeven als |
| type |
ApplicationManifestType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
wereldwijd |
| naam |
ApplicationManifest |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ApplicationManifest" type="ApplicationManifestType"/>
ApplicationPackage-element
ApplicationPackage vertegenwoordigt de versiegegevens van de toepassing die vereist zijn voor het knooppunt.
| Kenmerk |
Weergegeven als |
| type |
ApplicationPackageType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
wereldwijd |
| naam |
ApplicationPackage |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ApplicationPackage" type="ApplicationPackageType">
<xs:annotation>
<xs:documentation>ApplicationPackage represents the versioned Application information required by the node.</xs:documentation>
</xs:annotation>
</xs:element>
ApplicationPackageRef-element
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ApplicationPackageRef">
<xs:complexType>
<xs:attributeGroup ref="VersionedItemAttrGroup"/>
</xs:complexType>
</xs:element>
Argumentelement
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Arguments" type="xs:string" minOccurs="0"/>
Het element AveragePartitionLoadScalingTrigger
Definieert een schaalmechanisme op basis van de gemiddelde belasting van replica's van een partitie.
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
0 element(en), 4 kenmerken |
| gedefinieerd |
lokaal in de groep ScalingPolicyTriggerGroup |
| naam |
AveragePartitionLoadScalingTrigger |
| minOccurs |
0 |
| maxOccurs |
1 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="AveragePartitionLoadScalingTrigger" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Defines a scaling mechanism based on the average load of replicas of a partition.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="MetricName" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>The name of metric which should be used for scaling operations.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="LowerLoadThreshold" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>The lower limit of the load value of a metric.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="UpperLoadThreshold" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>The upper limit of the load value of a metric.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ScaleIntervalInSeconds" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>The time interval in seconds to be considered for scaling.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
Kenmerkdetails
MetricName
De naam van metrische gegevens die moeten worden gebruikt voor schaalbewerkingen.
| Kenmerk |
Weergegeven als |
| naam |
MetricName |
| type |
xs:string |
| gebruiken |
vereist |
LowerLoadThreshold
De ondergrens van de belastingswaarde van een metrische waarde.
| Kenmerk |
Weergegeven als |
| naam |
LowerLoadThreshold |
| type |
xs:string |
| gebruiken |
vereist |
UpperLoadThreshold
De bovengrens van de belastingswaarde van een metrische waarde.
| Kenmerk |
Weergegeven als |
| naam |
UpperLoadThreshold |
| type |
xs:string |
| gebruiken |
vereist |
ScaleIntervalInSeconds
Het tijdsinterval in seconden dat moet worden overwogen voor schalen.
| Kenmerk |
Weergegeven als |
| naam |
ScaleIntervalInSeconds |
| type |
xs:string |
| gebruiken |
vereist |
Het element AverageServiceLoadScalingTrigger
Definieert een schaalmechanisme op basis van de gemiddelde belasting van partities van een service.
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
0 element(en), 5 kenmerken |
| gedefinieerd |
lokaal in de groep ScalingPolicyTriggerGroup |
| naam |
AverageServiceLoadScalingTrigger |
| minOccurs |
0 |
| maxOccurs |
1 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="AverageServiceLoadScalingTrigger" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Defines a scaling mechanism based on the average load of partitions of a service.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="MetricName" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>The name of metric which should be used for scaling operations.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="LowerLoadThreshold" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>The lower limit of the load value of a metric.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="UpperLoadThreshold" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>The upper limit of the load value of a metric.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ScaleIntervalInSeconds" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>The time interval in seconds to be considered for scaling.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="UseOnlyPrimaryLoad" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>Use load of primary replica as average load of partition.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
Kenmerkdetails
MetricName
De naam van metrische gegevens die moeten worden gebruikt voor schaalbewerkingen.
| Kenmerk |
Weergegeven als |
| naam |
MetricName |
| type |
xs:string |
| gebruiken |
vereist |
LowerLoadThreshold
De ondergrens van de belastingswaarde van een metrische waarde.
| Kenmerk |
Weergegeven als |
| naam |
LowerLoadThreshold |
| type |
xs:string |
| gebruiken |
vereist |
UpperLoadThreshold
De bovengrens van de belastingswaarde van een metrische waarde.
| Kenmerk |
Weergegeven als |
| naam |
UpperLoadThreshold |
| type |
xs:string |
| gebruiken |
vereist |
ScaleIntervalInSeconds
Het tijdsinterval in seconden dat moet worden overwogen voor schalen.
| Kenmerk |
Weergegeven als |
| naam |
ScaleIntervalInSeconds |
| type |
xs:string |
| gebruiken |
vereist |
UseOnlyPrimaryLoad
Gebruik de belasting van de primaire replica als gemiddelde belasting van de partitie.
| Kenmerk |
Weergegeven als |
| naam |
UseOnlyPrimaryLoad |
| type |
xs:string |
| gebruiken |
optioneel |
AzureBlob-element (type AzureBlobETWType)
Beschrijft een Azure Blob Store-bestemming voor ETW-gebeurtenissen. Werkt alleen in de Azure-omgeving.
| Kenmerk |
Weergegeven als |
| type |
AzureBlobETWType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in het element Bestemmingen |
| naam |
AzureBlob |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="AzureBlob" type="AzureBlobETWType" minOccurs="0" maxOccurs="unbounded"/>
AzureBlob-element (type AzureBlobType)
Beschrijft een Azure Blob Store-doel voor diagnostische gegevens. Werkt alleen in de Azure-clusteromgeving.
| Kenmerk |
Weergegeven als |
| type |
AzureBlobType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in het element Bestemmingen, het element Bestemmingen |
| naam |
AzureBlob |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="AzureBlob" type="AzureBlobType" minOccurs="0" maxOccurs="unbounded"/>
Het element BackupRestoreServiceReplicatorEndpoint
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="BackupRestoreServiceReplicatorEndpoint" type="InternalEndpointType" minOccurs="0"/>
Blackbird-element
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
1 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in het element Infrastructuur |
| naam |
Merel |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Blackbird">
<xs:complexType>
<xs:sequence>
<xs:element name="Roles">
<xs:complexType>
<xs:sequence>
<xs:element name="Role" type="BlackbirdRoleType" minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Details van inhoudselement
Rollen
| Kenmerk |
Weergegeven als |
| naam |
Rollen |
Het element Capaciteiten
De capaciteiten van verschillende metrische gegevens voor dit knooppunttype
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
1 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in nodetype-element |
| naam |
Capaciteiten |
| minOccurs |
0 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Capacities" minOccurs="0">
<xs:annotation>
<xs:documentation>The capacities of various metrics for this node type</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Capacity" type="KeyValuePairType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Details van inhoudselement
Capaciteit
| Kenmerk |
Weergegeven als |
| naam |
Capaciteit |
| type |
KeyValuePairType |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
Capaciteitselement
| Kenmerk |
Weergegeven als |
| type |
KeyValuePairType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in het element Capaciteiten |
| naam |
Capaciteit |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Capacity" type="KeyValuePairType" minOccurs="0" maxOccurs="unbounded"/>
Het element CentralSecretServiceReplicatorEndpoint
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="CentralSecretServiceReplicatorEndpoint" type="InternalEndpointType" minOccurs="0"/>
Het element CertificateRef
Hiermee geeft u informatie op voor een certificaat dat beschikbaar wordt gesteld aan de container.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="CertificateRef" type="ContainerCertificateType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Specifies information for a certificate which will be exposed to the container.</xs:documentation>
</xs:annotation>
</xs:element>
Het element Certificaten (type CertificatesType)
De certificaten beschrijven die zijn gekoppeld aan dit knooppunttype
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Certificates" type="CertificatesType" minOccurs="0">
<xs:annotation>
<xs:documentation>Describe the certificates associated with this node type</xs:documentation>
</xs:annotation>
</xs:element>
Het element Certificaten (gedefinieerd in ApplicationManifestType)
Declareert certificaten die worden gebruikt voor het beveiligen van eindpunten of het versleutelen van geheimen in het toepassingsmanifest of een clustermanifest.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Certificates" minOccurs="0">
<xs:annotation>
<xs:documentation>Declares certificates used to secure endpoints or encrypt secrets within the application manifest or a cluster manifest.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence maxOccurs="unbounded">
<xs:element name="SecretsCertificate" type="FabricCertificateType" minOccurs="0">
<xs:annotation>
<xs:documentation>Declares a certificate used to encrypt sensitive information within the application manifest. The application author uses the Invoke-ServiceFabricEncryptSecret cmdlet to encrypt the sensitive information, which is copied to a Parameter in the ConfigOverrides section.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="EndpointCertificate" type="EndpointCertificateType" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Details van inhoudselement
SecretsCertificate
Declareert een certificaat dat wordt gebruikt voor het versleutelen van gevoelige informatie in het toepassingsmanifest. De auteur van de toepassing maakt gebruik van de cmdlet Invoke-ServiceFabricEncryptSecret om de gevoelige informatie te versleutelen, die wordt gekopieerd naar een parameter in de sectie ConfigOverrides.
EndpointCertificate
Het element Certificaten (gedefinieerd in ClusterManifestType)
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
1 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in ClusterManifestType complexType |
| naam |
Certificaten |
| minOccurs |
0 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Certificates" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="SecretsCertificate" type="FabricCertificateType" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Details van inhoudselement
SecretsCertificate
ClientCertificate-element
Het standaardclientcertificaat voor beheerdersrollen dat wordt gebruikt voor het beveiligen van clientservercommunicatie.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ClientCertificate" type="FabricCertificateType" minOccurs="0">
<xs:annotation>
<xs:documentation>The default admin role client certificate used to secure client server communication.</xs:documentation>
</xs:annotation>
</xs:element>
ClientConnectionEndpoint-element
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ClientConnectionEndpoint" type="InputEndpointType"/>
ClusterCertificate-element
Het certificaat dat wordt gebruikt om de communicatie binnen het cluster te beveiligen.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ClusterCertificate" type="FabricCertificateType" minOccurs="0">
<xs:annotation>
<xs:documentation>The certificate used to secure the intra cluster communication.</xs:documentation>
</xs:annotation>
</xs:element>
ClusterConnectionEndpoint-element
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ClusterConnectionEndpoint" type="InternalEndpointType"/>
Het element ClusterManagerReplicatorEndpoint
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ClusterManagerReplicatorEndpoint" type="InternalEndpointType" minOccurs="0"/>
ClusterManifest-element
Beschrijft een Microsoft Azure Service Fabric-cluster.
| Kenmerk |
Weergegeven als |
| type |
ClusterManifestType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
wereldwijd |
| naam |
ClusterManifest |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ClusterManifest" type="ClusterManifestType">
<xs:annotation>
<xs:documentation>Describes a Microsoft Azure Service Fabric Cluster.</xs:documentation>
</xs:annotation>
</xs:element>
CodePackage-element
Beschrijft een codepakket dat ondersteuning biedt voor een gedefinieerd servicetype. Wanneer een service wordt geïnstantieerd op basis van een van deze servicetypen, worden alle codepakketten die in dit manifest zijn gedeclareerd, geactiveerd door hun toegangspunten uit te voeren. De resulterende processen worden verwacht de ondersteunde servicetypen tijdens runtime te registreren. Wanneer er meerdere codepakketten zijn, worden ze allemaal geactiveerd wanneer het systeem zoekt naar een van de gedeclareerde servicetypen.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="CodePackage" type="CodePackageType" maxOccurs="unbounded"/>
Het element Opdrachten
Geef een door komma's gescheiden lijst met opdrachten door aan de container.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Commands" type="xs:string" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Pass a comma delimited list of commands to the container.</xs:documentation>
</xs:annotation>
</xs:element>
ConfigOverride-element
Beschrijft de configuratieoverschrijvingen voor een bepaald configuratiepakket in het geïmporteerde servicemanifest.
| Kenmerk |
Weergegeven als |
| type |
ConfigOverrideType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in het element ConfigOverrides, het element DigestedConfigPackage |
| naam |
ConfigOverride |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ConfigOverride" type="ConfigOverrideType" minOccurs="0" maxOccurs="unbounded"/>
ConfigOverrides-element
Beschrijft configuratie-onderdrukkingen voor het geïmporteerde servicemanifest. Configuratie-onderdrukkingen bieden de flexibiliteit om dezelfde servicemanifesten opnieuw te gebruiken voor meerdere toepassingstypen door de configuratie van het servicemanifest alleen te overschrijven wanneer ze worden gebruikt met een bepaald toepassingstype. Configuratieoverschrijvingen kunnen elke standaardconfiguratie in een servicemanifest wijzigen zolang de standaardconfiguratie is gedefinieerd met behulp van de Settings.xml in de map ConfigPackage.
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
1 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in het element ServiceManifestImport |
| naam |
ConfigOverrides |
| minOccurs |
0 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ConfigOverrides" minOccurs="0">
<xs:annotation>
<xs:documentation>Describes configuration overrides for the imported service manifest. Configuration overrides allow the flexibility of re-using the same service manifests across multiple application types by overriding the service manifest's configuration only when used with a particular application type. Configuration overrides can change any default configuration in a service manifest as long as default configuration is defined using the Settings.xml in the ConfigPackage folder. </xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="ConfigOverride" type="ConfigOverrideType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Details van inhoudselement
ConfigOverride
| Kenmerk |
Weergegeven als |
| naam |
ConfigOverride |
| type |
ConfigOverrideType |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
ConfigPackage-element (type ConfigPackageDescriptionType)
Declareert een map, met de naam van het kenmerk Naam, die een Settings.xml bestand bevat. Dit bestand bevat secties met door de gebruiker gedefinieerde sleutel-waardepaarinstellingen die het proces tijdens runtime kan lezen. Als tijdens een upgrade alleen de versie ConfigPackage is gewijzigd, wordt het actieve proces niet opnieuw opgestart. In plaats daarvan meldt een callback het proces dat de configuratie-instellingen zijn gewijzigd, zodat ze dynamisch opnieuw kunnen worden geladen.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ConfigPackage" type="ConfigPackageDescriptionType" minOccurs="0" maxOccurs="unbounded"/>
ConfigPackage-element (type ConfigPackageType)
Declareert een map met de naam van het kenmerk Name en PackageRoot die een Settings.xml-bestand bevat. Dit bestand bevat secties met door de gebruiker gedefinieerde sleutel-waardepaarinstellingen die het proces tijdens runtime kan lezen. Als tijdens een upgrade alleen de versie ConfigPackage is gewijzigd, wordt het actieve proces niet opnieuw opgestart. In plaats daarvan meldt een callback het proces dat de configuratie-instellingen zijn gewijzigd, zodat ze dynamisch opnieuw kunnen worden geladen.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ConfigPackage" type="ConfigPackageType" minOccurs="0" maxOccurs="unbounded"/>
Het element ConfigPackagePolicies
Configuratiepakketten die in de container moeten worden gekoppeld.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ConfigPackagePolicies" type="ConfigPackagePoliciesType" minOccurs="0">
<xs:annotation>
<xs:documentation>Config Packages to be mounted inside the container.</xs:documentation>
</xs:annotation>
</xs:element>
ConsoleRedirection-element
Waarschuwing! Gebruik geen consoleomleiding in een productietoepassing, maar gebruik deze alleen voor lokale ontwikkeling en foutopsporing. Hiermee wordt de console-uitvoer van het opstartscript omgeleid naar een uitvoerbestand in de toepassingsmap met de naam 'log' op het clusterknooppunt waar de toepassing wordt geïmplementeerd en uitgevoerd.
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
0 element(en), 2 kenmerken |
| gedefinieerd |
lokaal in ExeHostEntryPointType complexType |
| naam |
ConsoleRedirection |
| minOccurs |
0 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ConsoleRedirection" minOccurs="0">
<xs:annotation>
<xs:documentation>Warning! Do not use console redirection in a production application, only use it for local development and debugging. Redirects console output from the startup script to an output file in the application folder called "log" on the cluster node where the application is deployed and run.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="FileRetentionCount" default="2">
<xs:annotation>
<xs:documentation>Sets the number of console redirection output files to retain. Must be a positive integer, the default value is "2".</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="FileMaxSizeInKb" default="20480">
<xs:annotation>
<xs:documentation>Set the maximum size of a console redirection output file. Must be a positive integer greater than 128KB, the default value is "20480".</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="128"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
Kenmerkdetails
FileRetentionCount
Hiermee stelt u het aantal uitvoerbestanden voor consoleomleiding in dat moet worden bewaard. Moet een positief geheel getal zijn, de standaardwaarde is '2'.
| Kenmerk |
Weergegeven als |
| naam |
FileRetentionCount |
| default |
2 |
FileMaxSizeInKb
Stel de maximale grootte van een consoleomleidingsuitvoerbestand in. Moet een positief geheel getal groter dan 128 kB zijn, de standaardwaarde is '20480'.
| Kenmerk |
Weergegeven als |
| naam |
FileMaxSizeInKb |
| default |
20480 |
ContainerEntryPoint-element
Overschreven invoerpunt voor containers, zodat foutopsporingsprogramma kan worden gestart.
| Kenmerk |
Weergegeven als |
| type |
xs:string |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in DebugParametersType complexType |
| naam |
ContainerEntryPoint |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ContainerEntryPoint" type="xs:string" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Overridden entrypoint for containers so debugger can be launched.</xs:documentation>
</xs:annotation>
</xs:element>
Element ContainerEnvironmentBlock
EnvironmentBlock voor containers.
| Kenmerk |
Weergegeven als |
| type |
xs:string |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in DebugParametersType complexType |
| naam |
ContainerEnvironmentBlock |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ContainerEnvironmentBlock" type="xs:string" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>EnvironmentBlock for containers.</xs:documentation>
</xs:annotation>
</xs:element>
ContainerHost-element
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ContainerHost" type="ContainerHostEntryPointType"/>
Het element ContainerHostPolicies
Hiermee geeft u beleid voor het activeren van containerhosts.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ContainerHostPolicies" type="ContainerHostPoliciesType" minOccurs="0">
<xs:annotation>
<xs:documentation>Specifies policies for activating container hosts.</xs:documentation>
</xs:annotation>
</xs:element>
ContainerLabel-element
Labels voor containers in form key=value.
| Kenmerk |
Weergegeven als |
| type |
xs:string |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in DebugParametersType complexType |
| naam |
ContainerLabel |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ContainerLabel" type="xs:string" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Labels for containers in form key=value.</xs:documentation>
</xs:annotation>
</xs:element>
Element ContainerMountedVolume
Volumes die in de container moeten worden gekoppeld.
| Kenmerk |
Weergegeven als |
| type |
xs:string |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in DebugParametersType complexType |
| naam |
ContainerMountedVolume |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ContainerMountedVolume" type="xs:string" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Volumes to be mounted inside container.</xs:documentation>
</xs:annotation>
</xs:element>
Het element ContainerNetworkPolicy
Beschrijft containernetwerkbeleid voor het servicepakket.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ContainerNetworkPolicy" type="ContainerNetworkPolicyType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Describes container network policies for the service package.</xs:documentation>
</xs:annotation>
</xs:element>
CrashDumpSource-element
Hiermee geeft u de verzameling crashdumps op. Crashdumps worden verzameld voor uitvoerbare bestanden die als host fungeren voor de codepakketten van alle services die bij de toepassing horen.
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
2 element(en), 1 kenmerk(en) |
| gedefinieerd |
lokaal in DiagnosticsType complexType |
| naam |
CrashDumpSource |
| minOccurs |
0 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="CrashDumpSource" minOccurs="0">
<xs:annotation>
<xs:documentation>Specifies crash dump collection. Crash dumps are collected for executables that host the code packages of all services belonging to the application.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Destinations" minOccurs="0">
<xs:annotation>
<xs:documentation>Destinations to which the crash dumps need to be transferred.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="LocalStore" type="LocalStoreType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="FileStore" type="FileStoreType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="AzureBlob" type="AzureBlobType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element ref="Parameters" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
<xs:attribute name="IsEnabled" type="xs:string">
<xs:annotation>
<xs:documentation>Whether or not crash dump collection is enabled. By default, it is not enabled.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
Kenmerkdetails
IsEnabled
Of crashdumpverzameling al dan niet is ingeschakeld. Deze functie is standaard niet ingeschakeld.
| Kenmerk |
Weergegeven als |
| naam |
IsEnabled |
| type |
xs:string |
Details van inhoudselement
Bestemmingen
Bestemmingen waarnaar de crashdumps moeten worden overgedragen.
| Kenmerk |
Weergegeven als |
| naam |
Bestemmingen |
| minOccurs |
0 |
Geen
| Kenmerk |
Weergegeven als |
| Ref |
Parameters |
| minOccurs |
0 |
| maxOccurs |
1 |
Het element CurrentInstallation
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="CurrentInstallation" type="WindowsFabricDeploymentInformation" minOccurs="0"/>
DataPackage-element
Declareert een map, met de naam van het kenmerk Name, onder PackageRoot die statische gegevensbestanden bevat die tijdens runtime door het proces moeten worden gebruikt. Service Fabric recyclet alle EXE's en DLLHOST's die zijn opgegeven in de host- en ondersteuningspakketten wanneer een van de gegevenspakketten die in het servicemanifest worden vermeld, worden bijgewerkt.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="DataPackage" type="DataPackageType" minOccurs="0" maxOccurs="unbounded"/>
Het element DebugParameters
Hiermee geeft u informatie op over het foutopsporingsprogramma dat moet worden gekoppeld bij het activeren van codepackage.
| Kenmerk |
Weergegeven als |
| type |
FoutopsporingParametersType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in het element DigestedCodePackage, het element DigestedConfigPackage, het element DigestedDataPackage |
| naam |
Foutopsporingsparameters |
| minOccurs |
0 |
| maxOccurs |
1 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="DebugParameters" type="DebugParametersType" minOccurs="0" maxOccurs="1"/>
Het element DefaultReplicatorEndpoint
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="DefaultReplicatorEndpoint" type="InternalEndpointType" minOccurs="0"/>
Het element DefaultRunAsPolicy
Geef een standaardgebruikersaccount op voor alle servicecodepakketten waarvoor geen specifieke RunAsPolicy is gedefinieerd in de sectie ServiceManifestImport.
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
0 element(en), 1 kenmerk(en) |
| gedefinieerd |
lokaal in ApplicationPoliciesType complexType |
| naam |
DefaultRunAsPolicy |
| minOccurs |
0 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="DefaultRunAsPolicy" minOccurs="0">
<xs:annotation>
<xs:documentation>Specify a default user account for all service code packages that don't have a specific RunAsPolicy defined in the ServiceManifestImport section.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="UserRef" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>The user account that the service code packages will run as. The user account must be declared in the Principals section. Often it is preferable to run the setup entry point using a local system account rather than an administrators account.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
Kenmerkdetails
UserRef
Het gebruikersaccount dat de servicecodepakketten uitvoeren als. Het gebruikersaccount moet worden gedeclareerd in de sectie Principals. Vaak is het raadzaam om het invoerpunt voor het installatieprogramma uit te voeren met behulp van een lokaal systeemaccount in plaats van een beheerdersaccount.
| Kenmerk |
Weergegeven als |
| naam |
UserRef |
| type |
xs:string |
| gebruiken |
vereist |
Het element DefaultServiceTypeHealthPolicy
Hiermee geeft u het standaardservicetypestatusbeleid op, dat het standaardstatusbeleid voor alle servicetypen in de toepassing vervangt.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="DefaultServiceTypeHealthPolicy" type="ServiceTypeHealthPolicyType" minOccurs="0">
<xs:annotation>
<xs:documentation>Specifies the default service type health policy, which will replace the default health policy for all service types in the application.</xs:documentation>
</xs:annotation>
</xs:element>
Het element DefaultServices
Declareert service-exemplaren die automatisch worden gemaakt wanneer een toepassing wordt geïnstantieerd op basis van dit toepassingstype.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="DefaultServices" type="DefaultServicesType" minOccurs="0">
</xs:element>
Beschrijvingselement
Tekst die deze toepassing beschrijft.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Description" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Text describing this application.</xs:documentation>
</xs:annotation>
</xs:element>
Doelelement (gedefinieerd in CrashDumpSource)
Bestemmingen waarnaar de crashdumps moeten worden overgedragen.
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
3 element(s), 0 kenmerken |
| gedefinieerd |
lokaal in het element CrashDumpSource |
| naam |
Bestemmingen |
| minOccurs |
0 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Destinations" minOccurs="0">
<xs:annotation>
<xs:documentation>Destinations to which the crash dumps need to be transferred.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="LocalStore" type="LocalStoreType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="FileStore" type="FileStoreType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="AzureBlob" type="AzureBlobType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Details van inhoudselement
LocalStore
| Kenmerk |
Weergegeven als |
| naam |
LocalStore |
| type |
LocalStoreType |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
FileStore
| Kenmerk |
Weergegeven als |
| naam |
FileStore |
| type |
FileStoreType |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
AzureBlob
| Kenmerk |
Weergegeven als |
| naam |
AzureBlob |
| type |
AzureBlobType |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
Het element Bestemmingen (gedefinieerd in ETWSource)
Bestemmingen waarnaar de crashdumps moeten worden overgedragen.
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
3 element(s), 0 kenmerken |
| gedefinieerd |
lokaal in ETWSource-element |
| naam |
Bestemmingen |
| minOccurs |
0 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Destinations" minOccurs="0">
<xs:annotation>
<xs:documentation>Destinations to which the crash dumps need to be transferred.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="LocalStore" type="LocalStoreETWType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="FileStore" type="FileStoreETWType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="AzureBlob" type="AzureBlobETWType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Details van inhoudselement
LocalStore
| Kenmerk |
Weergegeven als |
| naam |
LocalStore |
| type |
LocalStoreETWType |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
FileStore
| Kenmerk |
Weergegeven als |
| naam |
FileStore |
| type |
FileStoreETWType |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
AzureBlob
| Kenmerk |
Weergegeven als |
| naam |
AzureBlob |
| type |
AzureBlobETWType |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
Doelelement (gedefinieerd in FolderSource)
Bestemmingen waarnaar de inhoud van de map moet worden overgebracht.
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
3 element(s), 0 kenmerken |
| gedefinieerd |
lokaal in het element FolderSource |
| naam |
Bestemmingen |
| minOccurs |
0 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Destinations" minOccurs="0">
<xs:annotation>
<xs:documentation>Destinations to which the folder contents need to be transferred.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="LocalStore" type="LocalStoreType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="FileStore" type="FileStoreType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="AzureBlob" type="AzureBlobType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Details van inhoudselement
LocalStore
| Kenmerk |
Weergegeven als |
| naam |
LocalStore |
| type |
LocalStoreType |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
FileStore
| Kenmerk |
Weergegeven als |
| naam |
FileStore |
| type |
FileStoreType |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
AzureBlob
| Kenmerk |
Weergegeven als |
| naam |
AzureBlob |
| type |
AzureBlobType |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
Diagnostisch element (type DiagnosticsType)
Beschrijft de diagnostische instellingen voor toepassingen.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Diagnostics" type="DiagnosticsType" minOccurs="0"/>
Diagnostisch element (type ServiceDiagnosticsType)
Beschrijft de diagnostische instellingen voor de onderdelen van dit servicemanifest.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Diagnostics" type="ServiceDiagnosticsType" minOccurs="0"/>
Het element DigestedCertificates (gedefinieerd in ApplicationPackageType)
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="DigestedCertificates">
<xs:complexType>
<xs:sequence maxOccurs="unbounded">
<xs:element name="SecretsCertificate" type="FabricCertificateType" minOccurs="0"/>
<xs:element name="EndpointCertificate" type="EndpointCertificateType" minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref="VersionedItemAttrGroup"/>
</xs:complexType>
</xs:element>
Details van inhoudselement
SecretsCertificate
EndpointCertificate
Het element DigestedCertificates (gedefinieerd in DigestedResources)
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
1 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in het element DigestedResources |
| naam |
DigestedCertificates |
| minOccurs |
0 |
| maxOccurs |
1 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="DigestedCertificates" minOccurs="0" maxOccurs="1">
<xs:complexType>
<xs:sequence>
<xs:element name="EndpointCertificate" type="EndpointCertificateType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Details van inhoudselement
EndpointCertificate
Het element DigestedCodePackage
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
6 element(en), 2 kenmerken |
| gedefinieerd |
lokaal in ServicePackageType complexType |
| naam |
DigestedCodePackage |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="DigestedCodePackage" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="CodePackage" type="CodePackageType"/>
<xs:element name="RunAsPolicy" type="RunAsPolicyType" minOccurs="0" maxOccurs="2"/>
<xs:element name="DebugParameters" type="DebugParametersType" minOccurs="0" maxOccurs="1"/>
<xs:element name="ContainerHostPolicies" type="ContainerHostPoliciesType" minOccurs="0">
<xs:annotation>
<xs:documentation>Specifies policies for activating container hosts.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ResourceGovernancePolicy" type="ResourceGovernancePolicyType" minOccurs="0">
<xs:annotation>
<xs:documentation>Specifies resource limits for codepackage.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ConfigPackagePolicies" type="ConfigPackagePoliciesType" minOccurs="0">
<xs:annotation>
<xs:documentation>Specifies config policies for mounts.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="VersionedItemAttrGroup"/>
<xs:attribute name="ContentChecksum" type="xs:string"/>
<xs:attribute name="IsShared" type="xs:boolean"/>
</xs:complexType>
</xs:element>
Kenmerkdetails
ContentChecksum
| Kenmerk |
Weergegeven als |
| naam |
ContentChecksum |
| type |
xs:string |
IsShared
| Kenmerk |
Weergegeven als |
| naam |
IsShared |
| type |
xs:boolean |
Details van inhoudselement
CodePackage
RunAsPolicy
| Kenmerk |
Weergegeven als |
| naam |
RunAsPolicy |
| type |
RunAsPolicyType |
| minOccurs |
0 |
| maxOccurs |
2 |
Foutopsporingsparameters
ContainerHostPolicies
Hiermee geeft u beleid voor het activeren van containerhosts.
ResourceGovernancePolicy
Hiermee geeft u resourcelimieten voor codepackage.
ConfigPackagePolicies
Hiermee geeft u configuratiebeleid voor koppels.
Het element DigestedConfigPackage
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
3 element(en), 2 kenmerken |
| gedefinieerd |
lokaal in ServicePackageType complexType |
| naam |
DigestedConfigPackage |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="DigestedConfigPackage" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="ConfigPackage" type="ConfigPackageType"/>
<xs:element name="ConfigOverride" type="ConfigOverrideType" minOccurs="0"/>
<xs:element name="DebugParameters" type="DebugParametersType" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
<xs:attributeGroup ref="VersionedItemAttrGroup"/>
<xs:attribute name="ContentChecksum" type="xs:string"/>
<xs:attribute name="IsShared" type="xs:boolean"/>
</xs:complexType>
</xs:element>
Kenmerkdetails
ContentChecksum
| Kenmerk |
Weergegeven als |
| naam |
ContentChecksum |
| type |
xs:string |
IsShared
| Kenmerk |
Weergegeven als |
| naam |
IsShared |
| type |
xs:boolean |
Details van inhoudselement
ConfigPackage
ConfigOverride
Foutopsporingsparameters
Het element DigestedDataPackage
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
2 element(en), 2 kenmerken |
| gedefinieerd |
lokaal in ServicePackageType complexType |
| naam |
DigestedDataPackage |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="DigestedDataPackage" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="DataPackage" type="DataPackageType"/>
<xs:element name="DebugParameters" type="DebugParametersType" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
<xs:attributeGroup ref="VersionedItemAttrGroup"/>
<xs:attribute name="ContentChecksum" type="xs:string"/>
<xs:attribute name="IsShared" type="xs:boolean"/>
</xs:complexType>
</xs:element>
Kenmerkdetails
ContentChecksum
| Kenmerk |
Weergegeven als |
| naam |
ContentChecksum |
| type |
xs:string |
IsShared
| Kenmerk |
Weergegeven als |
| naam |
IsShared |
| type |
xs:boolean |
Details van inhoudselement
DataPackage
Foutopsporingsparameters
DigestedEndpoint-element
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
4 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in het element DigestedEndpoints |
| naam |
DigestedEndpoint |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="DigestedEndpoint" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="Endpoint" type="EndpointType"/>
<xs:element name="SecurityAccessPolicy" type="SecurityAccessPolicyType" minOccurs="0"/>
<xs:element name="EndpointBindingPolicy" type="EndpointBindingPolicyType" minOccurs="0"/>
<xs:element name="ResourceGovernancePolicy" type="ResourceGovernancePolicyType" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Details van inhoudselement
Eindpunt
SecurityAccessPolicy
EndpointBindingPolicy
ResourceGovernancePolicy
Het element DigestedEndpoints
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
1 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in het element DigestedResources |
| naam |
DigestedEndpoints |
| minOccurs |
0 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="DigestedEndpoints" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="DigestedEndpoint" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="Endpoint" type="EndpointType"/>
<xs:element name="SecurityAccessPolicy" type="SecurityAccessPolicyType" minOccurs="0"/>
<xs:element name="EndpointBindingPolicy" type="EndpointBindingPolicyType" minOccurs="0"/>
<xs:element name="ResourceGovernancePolicy" type="ResourceGovernancePolicyType" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Details van inhoudselement
DigestedEndpoint
| Kenmerk |
Weergegeven als |
| naam |
DigestedEndpoint |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
DigestedEnvironment-element
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="DigestedEnvironment" type="EnvironmentType"/>
Het element DigestedResources
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
2 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in ServicePackageType complexType |
| naam |
DigestedResources |
| minOccurs |
1 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="DigestedResources" minOccurs="1">
<xs:complexType>
<xs:sequence>
<xs:element name="DigestedEndpoints" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="DigestedEndpoint" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="Endpoint" type="EndpointType"/>
<xs:element name="SecurityAccessPolicy" type="SecurityAccessPolicyType" minOccurs="0"/>
<xs:element name="EndpointBindingPolicy" type="EndpointBindingPolicyType" minOccurs="0"/>
<xs:element name="ResourceGovernancePolicy" type="ResourceGovernancePolicyType" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="DigestedCertificates" minOccurs="0" maxOccurs="1">
<xs:complexType>
<xs:sequence>
<xs:element name="EndpointCertificate" type="EndpointCertificateType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="VersionedItemAttrGroup"/>
</xs:complexType>
</xs:element>
Details van inhoudselement
DigestedEndpoints
| Kenmerk |
Weergegeven als |
| naam |
DigestedEndpoints |
| minOccurs |
0 |
DigestedCertificates
| Kenmerk |
Weergegeven als |
| naam |
DigestedCertificates |
| minOccurs |
0 |
| maxOccurs |
1 |
Het element DigestedServiceTypes
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
1 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in ServicePackageType complexType |
| naam |
DigestedServiceTypes |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="DigestedServiceTypes">
<xs:complexType>
<xs:sequence>
<xs:element name="ServiceTypes" type="ServiceTypesType"/>
</xs:sequence>
<xs:attributeGroup ref="VersionedItemAttrGroup"/>
</xs:complexType>
</xs:element>
Details van inhoudselement
ServiceTypes
DllHost-element
Niet ondersteund, niet gebruiken. Ondersteuning voor DLL-hosting (assembly-ingangspunt) wordt geleverd via het FWP.exe proces. Service Fabric start het Fabric Worker Process (FWP.exe) en laadt de assembly als onderdeel van het activeringsproces.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="DllHost" type="DllHostEntryPointType"/>
DomainGroup-element
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
0 element(en), 1 kenmerk(en) |
| gedefinieerd |
lokaal in lidmaatschapselement |
| naam |
DomainGroup |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="DomainGroup" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:attribute name="Name" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>
Kenmerkdetails
Naam
| Kenmerk |
Weergegeven als |
| naam |
Name |
| type |
xs:string |
| gebruiken |
vereist |
DomainUser-element
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
0 element(en), 1 kenmerk(en) |
| gedefinieerd |
lokaal in lidmaatschapselement |
| naam |
DomainUser |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="DomainUser" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:attribute name="Name" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>
Kenmerkdetails
Naam
| Kenmerk |
Weergegeven als |
| naam |
Name |
| type |
xs:string |
| gebruiken |
vereist |
DriverOption-element
Opties voor stuurprogramma's die moeten worden doorgegeven aan het stuurprogramma.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="DriverOption" type="DriverOptionType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Driver options to be passed to driver.</xs:documentation>
</xs:annotation>
</xs:element>
ETW-element
Beschrijft de ETW-instellingen voor de onderdelen van dit servicemanifest.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ETW" minOccurs="0">
<xs:annotation>
<xs:documentation>Describes the ETW settings for the components of this service manifest.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="ProviderGuids" minOccurs="0">
<xs:annotation>
<xs:documentation>Lists the ETW provider GUIDs for the components of this service manifest.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="ProviderGuid" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:attribute name="Value" use="required">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="ManifestDataPackages" minOccurs="0">
<xs:annotation>
<xs:documentation>Lists the data packages containing ETW manifests for the components of this service manifest. The data package containing ETW manifests should not contain any other files. </xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="ManifestDataPackage" type="DataPackageType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Details van inhoudselement
ProviderGuids
Een lijst met de GUID's van de ETW-provider voor de onderdelen van dit servicemanifest.
| Kenmerk |
Weergegeven als |
| naam |
ProviderGuids |
| minOccurs |
0 |
ManifestDataPackages
Een lijst met de gegevenspakketten met ETW-manifesten voor de onderdelen van dit servicemanifest. Het gegevenspakket met ETW-manifesten mag geen andere bestanden bevatten.
| Kenmerk |
Weergegeven als |
| naam |
ManifestDataPackages |
| minOccurs |
0 |
ETWSource-element
Hiermee geeft u ETW tracering verzameling. ETW-traceringen worden verzameld voor de providers die zijn geregistreerd door alle services die tot de toepassing behoren.
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
2 element(en), 1 kenmerk(en) |
| gedefinieerd |
lokaal in DiagnosticsType complexType |
| naam |
ETWSource |
| minOccurs |
0 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ETWSource" minOccurs="0">
<xs:annotation>
<xs:documentation>Specifies ETW trace collection. ETW traces are collected for the providers that are registered by all services belonging to the application.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Destinations" minOccurs="0">
<xs:annotation>
<xs:documentation>Destinations to which the crash dumps need to be transferred.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="LocalStore" type="LocalStoreETWType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="FileStore" type="FileStoreETWType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="AzureBlob" type="AzureBlobETWType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element ref="Parameters" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
<xs:attribute name="IsEnabled" type="xs:string">
<xs:annotation>
<xs:documentation>Whether or not ETW trace collection is enabled. By default, it is not enabled.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
Kenmerkdetails
IsEnabled
Of etw-traceringsverzameling al dan niet is ingeschakeld. Deze functie is standaard niet ingeschakeld.
| Kenmerk |
Weergegeven als |
| naam |
IsEnabled |
| type |
xs:string |
Details van inhoudselement
Bestemmingen
Bestemmingen waarnaar de crashdumps moeten worden overgedragen.
| Kenmerk |
Weergegeven als |
| naam |
Bestemmingen |
| minOccurs |
0 |
Geen
| Kenmerk |
Weergegeven als |
| Ref |
Parameters |
| minOccurs |
0 |
| maxOccurs |
1 |
Eindpuntelement (type EndpointOverrideType)
Het eindpunt, gedeclareerd in het servicemanifest, om te overschrijven.
| Kenmerk |
Weergegeven als |
| type |
EndpointOverrideType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in het element Eindpunten |
| naam |
Eindpunt |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Endpoint" type="EndpointOverrideType" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>The endpoint, declared in the service manifest, to override.</xs:documentation>
</xs:annotation>
</xs:element>
Eindpuntelement (type EndpointType)
Hiermee definieert u een eindpunt voor de service. Er kunnen specifieke poorten worden aangevraagd. Als een poort niet expliciet is opgegeven, wordt er een poort toegewezen vanuit het poortbereik van de gereserveerde toepassing. Servicereplica's die op verschillende clusterknooppunten worden uitgevoerd, kunnen verschillende poortnummers worden toegewezen, terwijl replica's van dezelfde service die op hetzelfde knooppunt worden uitgevoerd, dezelfde poort delen. Dergelijke poorten kunnen door de servicereplica's worden gebruikt voor verschillende doeleinden, zoals replicatie of luisteren naar clientaanvragen.
| Kenmerk |
Weergegeven als |
| type |
EndpointType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in het element Eindpunten, het element DigestedEndpoint |
| naam |
Eindpunt |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Endpoint" type="EndpointType" maxOccurs="unbounded"/>
EndpointBinding-element
Hiermee geeft u een eindpunt op dat moet worden weergegeven in het containernetwerk.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="EndpointBinding" type="ContainerNetworkPolicyEndpointBindingType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Specifies an endpoint that should be exposed on the container network.</xs:documentation>
</xs:annotation>
</xs:element>
EndpointBindingPolicy-element
Hiermee geeft u een certificaat op dat moet worden geretourneerd naar een client voor een HTTPS-eindpunt.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="EndpointBindingPolicy" type="EndpointBindingPolicyType" minOccurs="0">
<xs:annotation>
<xs:documentation>Specifies a certificate that should be returned to a client for an HTTPS endpoint.</xs:documentation>
</xs:annotation>
</xs:element>
EndpointCertificate-element
Hiermee geeft u informatie op over een X509-certificaat dat wordt gebruikt om een eindpunt te beveiligen.
| Kenmerk |
Weergegeven als |
| type |
EndpointCertificateType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in het element Certificaten, het element DigestedCertificates, het element DigestedCertificates |
| naam |
EndpointCertificate |
| minOccurs |
0 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="EndpointCertificate" type="EndpointCertificateType" minOccurs="0"/>
Het element Eindpunten (type FabricEndpointsType)
De eindpunten beschrijven die zijn gekoppeld aan dit knooppunttype
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Endpoints" type="FabricEndpointsType" minOccurs="0">
<xs:annotation>
<xs:documentation>Describe the endpoints associated with this node type</xs:documentation>
</xs:annotation>
</xs:element>
Het element Eindpunten (gedefinieerd in ResourceOverridesType)
De service-eindpunten die moeten worden overschreven.
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
1 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in ResourceOverridesType complexType |
| naam |
Eindpunten |
| minOccurs |
0 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Endpoints" minOccurs="0">
<xs:annotation>
<xs:documentation>The service endpoint(s) to override.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Endpoint" type="EndpointOverrideType" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>The endpoint, declared in the service manifest, to override.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Details van inhoudselement
Eindpunt
Het eindpunt, gedeclareerd in het servicemanifest, om te overschrijven.
Het element Eindpunten (gedefinieerd in ResourcesType)
Definieert eindpunten voor de service.
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
1 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in ResourcesType complexType |
| naam |
Eindpunten |
| minOccurs |
0 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Endpoints" minOccurs="0">
<xs:annotation>
<xs:documentation>Defines endpoints for the service.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Endpoint" type="EndpointType" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Details van inhoudselement
Eindpunt
| Kenmerk |
Weergegeven als |
| naam |
Eindpunt |
| type |
EndpointType |
| maxOccurs |
niet-gebonden |
EntryPoint-element (type EntryPointDescriptionType)
Het uitvoerbare bestand dat is opgegeven door EntryPoint, is doorgaans de langlopende servicehost. De aanwezigheid van een afzonderlijk installatieinvoerpunt voorkomt dat u de servicehost met hoge bevoegdheden gedurende langere tijd moet uitvoeren. Het uitvoerbare bestand dat is opgegeven door EntryPoint, wordt uitgevoerd nadat SetupEntryPoint is afgesloten. Het resulterende proces wordt bewaakt en opnieuw gestart (te beginnen met SetupEntryPoint) als het ooit wordt beëindigd of vastloopt.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="EntryPoint" type="EntryPointDescriptionType" minOccurs="1"/>
EntryPoint-element (type xs:string)
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="EntryPoint" type="xs:string" minOccurs="0" maxOccurs="1"/>
Het element EnvironmentOverrides
| Kenmerk |
Weergegeven als |
| type |
EnvironmentOverridesType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in het element ServiceManifestImport |
| naam |
EnvironmentOverrides |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="EnvironmentOverrides" type="EnvironmentOverridesType" minOccurs="0" maxOccurs="unbounded"/>
EnvironmentVariable element (type EnvironmentVariableOverrideType)
Omgevingsvariabele.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="EnvironmentVariable" type="EnvironmentVariableOverrideType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Environment variable.</xs:documentation>
</xs:annotation>
</xs:element>
EnvironmentVariable element (type EnvironmentVariableType)
Omgevingsvariabele.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="EnvironmentVariable" type="EnvironmentVariableType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Environment variable.</xs:documentation>
</xs:annotation>
</xs:element>
Het element EnvironmentVariables
Geef omgevingsvariabelen door aan uw container of exe.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="EnvironmentVariables" type="EnvironmentVariablesType" minOccurs="0" maxOccurs="1"/>
EphemeralEndpoints-element
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
0 element(en), 2 kenmerken |
| gedefinieerd |
lokaal in FabricEndpointsType complexType |
| naam |
Kortstondigeendpunten |
| minOccurs |
0 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="EphemeralEndpoints" minOccurs="0">
<xs:complexType>
<xs:attribute name="StartPort" type="xs:int" use="required"/>
<xs:attribute name="EndPort" type="xs:int" use="required"/>
</xs:complexType>
</xs:element>
Kenmerkdetails
StartPort
| Kenmerk |
Weergegeven als |
| naam |
StartPort |
| type |
xs:int |
| gebruiken |
vereist |
EndPort
| Kenmerk |
Weergegeven als |
| naam |
EndPort |
| type |
xs:int |
| gebruiken |
vereist |
EventStoreServiceReplicatorEndpoint-element
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="EventStoreServiceReplicatorEndpoint" type="InternalEndpointType" minOccurs="0"/>
EvictionPolicy-element
Verwijderingsbeleidsextensie voor het servicetype.
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
1 element(en), 2 kenmerken |
| gedefinieerd |
wereldwijd |
| naam |
Verwijderingsbeleid |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="EvictionPolicy">
<xs:annotation>
<xs:documentation>Eviction Policy extension for the Service Type.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Properties" type="ServiceTypeExtensionPolicyPropertiesType" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="Name" type="xs:string" use="required"/>
<xs:attribute name="Provider" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>
Kenmerkdetails
Naam
| Kenmerk |
Weergegeven als |
| naam |
Name |
| type |
xs:string |
| gebruiken |
vereist |
Provider
| Kenmerk |
Weergegeven als |
| naam |
Provider |
| type |
xs:string |
| gebruiken |
vereist |
Details van inhoudselement
Eigenschappen
ExeHost element (type ExeHostEntryPointType)
| Kenmerk |
Weergegeven als |
| type |
ExeHostEntryPointType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in het element SetupEntryPoint |
| naam |
ExeHost |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ExeHost" type="ExeHostEntryPointType"/>
ExeHost-element (gedefinieerd in EntryPointDescriptionType)
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ExeHost">
<xs:complexType>
<xs:complexContent>
<xs:extension base="ExeHostEntryPointType">
<xs:sequence>
<xs:element name="RunFrequency" minOccurs="0">
<xs:complexType>
<xs:attribute name="IntervalInSeconds" use="required">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="2147483647"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Extensie-element
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
0 element(en), 2 kenmerken |
| gedefinieerd |
lokaal in ExtensionsType complexType |
| naam |
Toestel |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Extension" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:any namespace="##other" processContents="lax"/>
</xs:sequence>
<xs:attribute name="Name" use="required">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="GeneratedId" type="xs:string" use="optional"/>
</xs:complexType>
</xs:element>
Kenmerkdetails
Naam
| Kenmerk |
Weergegeven als |
| naam |
Naam |
| gebruiken |
vereist |
GeneratedId
| Kenmerk |
Weergegeven als |
| naam |
GeneratedId |
| type |
xs:string |
| gebruiken |
optioneel |
Uitbreidingselement
Beschrijft extensies die kunnen worden toegepast op andere elementen.
| Kenmerk |
Weergegeven als |
| type |
ExtensionsType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
wereldwijd |
| naam |
Uitbreidingen |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Extensions" type="ExtensionsType"/>
FabricSettings-element
Declareert configuratie-instellingen in een servicemanifest dat moet worden overschreven. Het bestaat uit een of meer secties van sleutel-waardeparen. Parameterwaarden kunnen worden versleuteld met behulp van de cmdlet Invoke-ServiceFabricEncryptSecret.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="FabricSettings" type="SettingsOverridesType" minOccurs="0"/>
Het element FailoverManagerReplicatorEndpoint
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="FailoverManagerReplicatorEndpoint" type="InternalEndpointType" minOccurs="0"/>
Het element FaultAnalysisServiceReplicatorEndpoint
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="FaultAnalysisServiceReplicatorEndpoint" type="InternalEndpointType" minOccurs="0"/>
FileStore element (type FileStoreETWType)
Beschrijft een bestandsarchiefbestemming voor ETW-gebeurtenissen. Werkt alleen in een on-premises omgeving.
| Kenmerk |
Weergegeven als |
| type |
FileStoreETWType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in het element Bestemmingen |
| naam |
FileStore |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="FileStore" type="FileStoreETWType" minOccurs="0" maxOccurs="unbounded"/>
FileStore element (type FileStoreType)
Beschrijft een doel voor het opslaan van bestanden voor diagnostische gegevens. Werkt alleen in een zelfstandige clusteromgeving.
| Kenmerk |
Weergegeven als |
| type |
FileStoreType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in het element Bestemmingen, het element Bestemmingen |
| naam |
FileStore |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="FileStore" type="FileStoreType" minOccurs="0" maxOccurs="unbounded"/>
Het element FolderSource
Hiermee geeft u de verzameling van de inhoud van een bepaalde map op het lokale knooppunt.
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
2 element(en), 1 kenmerk(en) |
| gedefinieerd |
lokaal in DiagnosticsType complexType |
| naam |
FolderSource |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="FolderSource" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Specifies the collection of the contents of a particular folder on the local node.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Destinations" minOccurs="0">
<xs:annotation>
<xs:documentation>Destinations to which the folder contents need to be transferred.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="LocalStore" type="LocalStoreType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="FileStore" type="FileStoreType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="AzureBlob" type="AzureBlobType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element ref="Parameters" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
<xs:attribute name="IsEnabled" type="xs:string">
<xs:annotation>
<xs:documentation>Whether or not collection of the contents of this folder is enabled. By default, it is not enabled.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="RelativeFolderPath"/>
<xs:attributeGroup ref="DataDeletionAgeInDays"/>
</xs:complexType>
</xs:element>
Kenmerkdetails
IsEnabled
Hiermee wordt aangegeven of het verzamelen van de inhoud van deze map is ingeschakeld. Deze functie is standaard niet ingeschakeld.
| Kenmerk |
Weergegeven als |
| naam |
IsEnabled |
| type |
xs:string |
Details van inhoudselement
Bestemmingen
Bestemmingen waarnaar de inhoud van de map moet worden overgebracht.
| Kenmerk |
Weergegeven als |
| naam |
Bestemmingen |
| minOccurs |
0 |
Geen
| Kenmerk |
Weergegeven als |
| Ref |
Parameters |
| minOccurs |
0 |
| maxOccurs |
1 |
Het element FromSource
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="FromSource" type="xs:string" minOccurs="0" maxOccurs="1"/>
Het element GatewayResourceManagerReplicatorEndpoint
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="GatewayResourceManagerReplicatorEndpoint" type="InternalEndpointType" minOccurs="0"/>
Groepselement (gedefinieerd in Groepen)
Declareert een groep als beveiligingsprincipaal, waarnaar in beleid kan worden verwezen.
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
2 element(en), 1 kenmerk(en) |
| gedefinieerd |
lokaal in het element Groepen |
| naam |
Groep |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Group" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Declares a group as a security principal, which can be referenced in policies.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="NTLMAuthenticationPolicy" minOccurs="0">
<xs:complexType>
<xs:attribute name="IsEnabled" type="xs:boolean" use="optional" default="true"/>
</xs:complexType>
</xs:element>
<xs:element name="Membership" minOccurs="0">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element name="DomainGroup" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:attribute name="Name" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>
<xs:element name="SystemGroup" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:attribute name="Name" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>
<xs:element name="DomainUser" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:attribute name="Name" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="Name" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Name of the local group account. The name will be prefixed with the application ID.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
Kenmerkdetails
Naam
Naam van het lokale groepsaccount. De naam wordt voorafgegaan door de toepassings-id.
| Kenmerk |
Weergegeven als |
| naam |
Name |
| type |
xs:string |
| gebruiken |
vereist |
Details van inhoudselement
NTLMAuthenticationPolicy
| Kenmerk |
Weergegeven als |
| naam |
NTLMAuthenticationPolicy |
| minOccurs |
0 |
Lidmaatschap
| Kenmerk |
Weergegeven als |
| naam |
Lidmaatschap |
| minOccurs |
0 |
Groepselement (gedefinieerd in MemberOf)
De groep waaraan de gebruiker moet worden toegevoegd. De groep moet worden gedefinieerd in de sectie Groepen.
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
0 element(en), 1 kenmerk(en) |
| gedefinieerd |
lokaal in het element MemberOf |
| naam |
Groep |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Group" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>The group to add the user to. The group must be defined in the Groups section.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="NameRef" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>The name of the group.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
Kenmerkdetails
NameRef
De naam van de groep.
| Kenmerk |
Weergegeven als |
| naam |
NameRef |
| type |
xs:string |
| gebruiken |
vereist |
Het element Groepen
Declareert een set groepen als beveiligingsprinciplen, waarnaar in beleidsregels kan worden verwezen. Groepen zijn handig als er meerdere gebruikers zijn voor verschillende serviceinvoerpunten en ze bepaalde algemene bevoegdheden moeten hebben die beschikbaar zijn op groepsniveau.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Groups" minOccurs="0">
<xs:annotation>
<xs:documentation>Declares a set of groups as security principals, which can be referenced in policies. Groups are useful if there are multiple users for different service entry points and they need to have certain common privileges that are available at the group level.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Group" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Declares a group as a security principal, which can be referenced in policies.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="NTLMAuthenticationPolicy" minOccurs="0">
<xs:complexType>
<xs:attribute name="IsEnabled" type="xs:boolean" use="optional" default="true"/>
</xs:complexType>
</xs:element>
<xs:element name="Membership" minOccurs="0">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element name="DomainGroup" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:attribute name="Name" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>
<xs:element name="SystemGroup" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:attribute name="Name" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>
<xs:element name="DomainUser" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:attribute name="Name" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="Name" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Name of the local group account. The name will be prefixed with the application ID.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Details van inhoudselement
Groep
Declareert een groep als beveiligingsprincipaal, waarnaar in beleid kan worden verwezen.
| Kenmerk |
Weergegeven als |
| naam |
Groep |
| maxOccurs |
niet-gebonden |
HealthConfig-element
Hiermee geeft u docker HEALTHCHECK-integratieopties voor de container op.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="HealthConfig" type="ContainerHealthConfigType" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Specifies docker HEALTHCHECK integration options for the container.</xs:documentation>
</xs:annotation>
</xs:element>
HealthPolicy-element
Beschrijft het beleid voor het evalueren van statusgebeurtenissen die zijn gerapporteerd over verschillende toepassingsgerelateerde entiteiten. Als er geen beleid is opgegeven, wordt ervan uitgegaan dat een entiteit niet in orde is als het statusrapport een waarschuwing of fout is.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="HealthPolicy" type="ApplicationHealthPolicyType" minOccurs="0"/>
HttpApplicationGatewayEndpoint-element
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="HttpApplicationGatewayEndpoint" type="InputEndpointType" minOccurs="0"/>
HttpGatewayEndpoint-element
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="HttpGatewayEndpoint" type="InputEndpointType" minOccurs="0"/>
Afbeeldingselement
Containerinstallatiekopieën die overeenkomen met het buildversienummer van het besturingssysteem dat moet worden gestart. Als het kenmerk Besturingssysteem niet is opgegeven, wordt ervan uitgegaan dat de containerinstallatiekopieën in alle versies van het besturingssysteem werken en de installatiekopieën die zijn opgegeven in het servicemanifest worden overschreven.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Image" type="ImageType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Container image corresponding to OS build version number to be launched. If the Os attribute is not specified, the container image
is assumed to work across all versions of the OS and overrides the image specified in the service manifest.</xs:documentation>
</xs:annotation>
</xs:element>
Het element ImageName
De opslagplaats en installatiekopieën in https://hub.docker.com of Azure Container Registry.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ImageName" type="xs:string">
<xs:annotation>
<xs:documentation>The repo and image on https://hub.docker.com or Azure Container Registry.</xs:documentation>
</xs:annotation>
</xs:element>
Het element ImageOverrides
Namen van installatiekopieën die overeenkomen met het buildnummer van het besturingssysteem dat moet worden gestart.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ImageOverrides" type="ImageOverridesType" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Image names corresponding to OS build number to be launched.</xs:documentation>
</xs:annotation>
</xs:element>
Het element ImageStoreServiceReplicatorEndpoint
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ImageStoreServiceReplicatorEndpoint" type="InternalEndpointType" minOccurs="0"/>
Infrastructuurelement
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
6 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in ClusterManifestType complexType |
| naam |
Infrastructuur |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Infrastructure">
<xs:complexType>
<xs:choice>
<xs:element name="WindowsServer">
<xs:complexType>
<xs:complexContent>
<xs:extension base="WindowsInfrastructureType">
<xs:attribute name="IsScaleMin" type="xs:boolean" default="false"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="Linux">
<xs:complexType>
<xs:complexContent>
<xs:extension base="LinuxInfrastructureType">
<xs:attribute name="IsScaleMin" type="xs:boolean" default="false"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="WindowsAzure">
<xs:complexType>
<xs:sequence>
<xs:element name="Roles">
<xs:complexType>
<xs:sequence>
<xs:element name="Role" type="AzureRoleType" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="WindowsAzureStaticTopology">
<xs:complexType>
<xs:complexContent>
<xs:extension base="WindowsInfrastructureType"/>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="Blackbird">
<xs:complexType>
<xs:sequence>
<xs:element name="Roles">
<xs:complexType>
<xs:sequence>
<xs:element name="Role" type="BlackbirdRoleType" minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="PaaS">
<xs:complexType>
<xs:all>
<xs:element name="Roles">
<xs:complexType>
<xs:sequence>
<xs:element name="Role" type="PaaSRoleType" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Votes">
<xs:complexType>
<xs:sequence>
<xs:element name="Vote" type="PaaSVoteType" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:all>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
Details van inhoudselement
WindowsServer
| Kenmerk |
Weergegeven als |
| naam |
WindowsServer |
Linux
| Kenmerk |
Weergegeven als |
| naam |
Linux |
WindowsAzure
| Kenmerk |
Weergegeven als |
| naam |
WindowsAzure |
WindowsAzureStaticTopology
| Kenmerk |
Weergegeven als |
| naam |
WindowsAzureStaticTopology |
Merel
| Kenmerk |
Weergegeven als |
| naam |
Merel |
PaaS
| Kenmerk |
Weergegeven als |
| naam |
PaaS |
Beschrijft de infrastructuur waarop fabric moet worden uitgevoerd.
| Kenmerk |
Weergegeven als |
| type |
InfrastructureInformationType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
wereldwijd |
| naam |
InfrastructureInformation |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="InfrastructureInformation" type="InfrastructureInformationType">
<xs:annotation>
<xs:documentation>Describes the infrastructure on which fabric needs to run.</xs:documentation>
</xs:annotation>
</xs:element>
Het element InstanceCountScalingMechanism
Definieert een mechanisme voor het verhogen van het aantal exemplaren van een partitie. Dit geldt alleen voor staatloze services.
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
0 element(en), 3 kenmerken |
| gedefinieerd |
lokaal in de groep ScalingPolicyMechanismGroup |
| naam |
InstanceCountScalingMechanism |
| minOccurs |
0 |
| maxOccurs |
1 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="InstanceCountScalingMechanism" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Defines a mechanism for increasing the instance count of a partition. This is for stateless services only.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="MinInstanceCount" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>The minimum number of instances.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="MaxInstanceCount" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>The maximum number of instances..</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ScaleIncrement" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>The number of instances by which to perform the upshift/downshift.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
Kenmerkdetails
MinInstanceCount
Het minimale aantal exemplaren.
| Kenmerk |
Weergegeven als |
| naam |
MinInstanceCount |
| type |
xs:string |
| gebruiken |
vereist |
MaxInstanceCount
Het maximum aantal exemplaren..
| Kenmerk |
Weergegeven als |
| naam |
MaxInstanceCount |
| type |
xs:string |
| gebruiken |
vereist |
ScaleIncrement
Het aantal exemplaren waarmee de upshift/downshift moet worden uitgevoerd.
| Kenmerk |
Weergegeven als |
| naam |
ScaleIncrement |
| type |
xs:string |
| gebruiken |
vereist |
KtlLoggerSettings-element
De KtlLogger-informatie beschrijven die is gekoppeld aan dit knooppunttype
| Kenmerk |
Weergegeven als |
| type |
FabricKtlLoggerSettingsType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in nodetype-element |
| naam |
KtlLoggerSettings |
| minOccurs |
0 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="KtlLoggerSettings" type="FabricKtlLoggerSettingsType" minOccurs="0">
<xs:annotation>
<xs:documentation>Describe the KtlLogger information associated with this node type</xs:documentation>
</xs:annotation>
</xs:element>
Labelelement
Hiermee geeft u de labels voor de container.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Label" type="ContainerLabelType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Specifies the labels for the container.</xs:documentation>
</xs:annotation>
</xs:element>
LeaseDriverEndpoint-element
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="LeaseDriverEndpoint" type="InternalEndpointType"/>
Linux-element
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in het element Infrastructuur |
| naam |
Linux |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Linux">
<xs:complexType>
<xs:complexContent>
<xs:extension base="LinuxInfrastructureType">
<xs:attribute name="IsScaleMin" type="xs:boolean" default="false"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
LoadMetric-element
Een resource waarop deze service moet worden verdeeld, zoals geheugen- of CPU-gebruik. Bevat informatie over hoeveel van die resource elke replica of instantie van deze service standaard verbruikt.
| Kenmerk |
Weergegeven als |
| type |
LoadMetricType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in het element LoadMetrics, het element LoadMetrics, het element LoadMetrics, het element LoadMetrics, het element LoadMetrics |
| naam |
LoadMetric |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="LoadMetric" type="LoadMetricType" maxOccurs="unbounded"/>
Het element LoadMetrics (gedefinieerd in ServiceGroupMemberType)
Laad metrische gegevens die door deze service zijn gerapporteerd.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="LoadMetrics" minOccurs="0">
<xs:annotation>
<xs:documentation>Load metrics reported by this service.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="LoadMetric" type="LoadMetricType" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Details van inhoudselement
LoadMetric
| Kenmerk |
Weergegeven als |
| naam |
LoadMetric |
| type |
LoadMetricType |
| maxOccurs |
niet-gebonden |
Het element LoadMetrics (gedefinieerd in ServiceGroupTypeMember)
Metrische gegevens laden die door deze service worden gerapporteerd, die worden gebruikt voor resourceverdelingsservices.
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
1 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in het element ServiceGroupTypeMember |
| naam |
LoadMetrics |
| minOccurs |
0 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="LoadMetrics" minOccurs="0">
<xs:annotation>
<xs:documentation>Load metrics reported by this service, used for resource balancing services.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="LoadMetric" type="LoadMetricType" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Details van inhoudselement
LoadMetric
| Kenmerk |
Weergegeven als |
| naam |
LoadMetric |
| type |
LoadMetricType |
| maxOccurs |
niet-gebonden |
Het element LoadMetrics (gedefinieerd in ServiceGroupTypeType)
Laad metrische gegevens die door deze service zijn gerapporteerd.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="LoadMetrics" minOccurs="0">
<xs:annotation>
<xs:documentation>Load metrics reported by this service.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="LoadMetric" type="LoadMetricType" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Details van inhoudselement
LoadMetric
| Kenmerk |
Weergegeven als |
| naam |
LoadMetric |
| type |
LoadMetricType |
| maxOccurs |
niet-gebonden |
Het element LoadMetrics (gedefinieerd in ServiceType)
Laad metrische gegevens die door deze service zijn gerapporteerd.
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
1 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in ServiceTypeType complexTypeType |
| naam |
LoadMetrics |
| minOccurs |
0 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="LoadMetrics" minOccurs="0">
<xs:annotation>
<xs:documentation>Load metrics reported by this service.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="LoadMetric" type="LoadMetricType" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Details van inhoudselement
LoadMetric
| Kenmerk |
Weergegeven als |
| naam |
LoadMetric |
| type |
LoadMetricType |
| maxOccurs |
niet-gebonden |
LoadMetrics-element (gedefinieerd in ServiceType)
Metrische gegevens laden die door deze service worden gerapporteerd, die worden gebruikt voor resourceverdelingsservices.
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
1 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in ServiceType complexType |
| naam |
LoadMetrics |
| minOccurs |
0 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="LoadMetrics" minOccurs="0">
<xs:annotation>
<xs:documentation>Load metrics reported by this service, used for resource balancing services.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="LoadMetric" type="LoadMetricType" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Details van inhoudselement
LoadMetric
| Kenmerk |
Weergegeven als |
| naam |
LoadMetric |
| type |
LoadMetricType |
| maxOccurs |
niet-gebonden |
LocalStore-element (type LocalStoreETWType)
Beschrijft een winkelbestemming binnen het knooppunt voor ETW-gebeurtenissen.
| Kenmerk |
Weergegeven als |
| type |
LocalStoreETWType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in het element Bestemmingen |
| naam |
LocalStore |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="LocalStore" type="LocalStoreETWType" minOccurs="0" maxOccurs="unbounded"/>
LocalStore-element (type LocalStoreType)
Beschrijft een winkelbestemming in het knooppunt voor diagnostische gegevens.
| Kenmerk |
Weergegeven als |
| type |
LocalStoreType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in het element Bestemmingen, het element Bestemmingen |
| naam |
LocalStore |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="LocalStore" type="LocalStoreType" minOccurs="0" maxOccurs="unbounded"/>
LogCollectionPolicies-element
Hiermee geeft u op of logboekverzameling is ingeschakeld. Werkt alleen in een Azure-clusteromgeving
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
1 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in ApplicationPoliciesType complexType |
| naam |
LogCollectionPolicies |
| minOccurs |
0 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="LogCollectionPolicies" minOccurs="0">
<xs:annotation>
<xs:documentation>Specifies whether log collection is enabled. Works only in an Azure cluster environment</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence maxOccurs="unbounded">
<xs:element name="LogCollectionPolicy">
<xs:complexType>
<xs:attribute name="Path" type="xs:string" use="optional"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Details van inhoudselement
LogCollectionPolicy
| Kenmerk |
Weergegeven als |
| naam |
LogCollectionPolicy |
LogCollectionPolicy-element
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
0 element(en), 1 kenmerk(en) |
| gedefinieerd |
lokaal in logCollectionPolicies-element |
| naam |
LogCollectionPolicy |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="LogCollectionPolicy">
<xs:complexType>
<xs:attribute name="Path" type="xs:string" use="optional"/>
</xs:complexType>
</xs:element>
Kenmerkdetails
Pad
| Kenmerk |
Weergegeven als |
| naam |
Pad |
| type |
xs:string |
| gebruiken |
optioneel |
LogConfig-element
Hiermee geeft u het stuurprogramma voor logboekregistratie voor een container.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="LogConfig" type="ContainerLoggingDriverType" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Specifies the logging driver for a container.</xs:documentation>
</xs:annotation>
</xs:element>
Het element LogicalDirectories
De instellingen van LogicalDirectories beschrijven die zijn gekoppeld aan dit knooppunttype
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
1 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in nodetype-element |
| naam |
LogicalDirectories |
| minOccurs |
0 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="LogicalDirectories" minOccurs="0">
<xs:annotation>
<xs:documentation>Describe the LogicalDirectories settings associated with this node type</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="LogicalDirectory" type="LogicalDirectoryType" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Details van inhoudselement
LogicalDirectory
LogicalDirectory-element
Beschrijft een LogicalDirectoryType.
| Kenmerk |
Weergegeven als |
| type |
LogicalDirectoryType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in het element LogicalDirectories |
| naam |
LogicalDirectory |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="LogicalDirectory" type="LogicalDirectoryType" maxOccurs="unbounded"/>
Het element ManagedAssembly
Niet ondersteund, niet gebruiken. De naam van beheerde assembly (bijvoorbeeld Queue.dll) die u wilt hosten.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ManagedAssembly" type="ManagedAssemblyType"/>
Het element ManifestDataPackage
Declareert een map, met de naam van het kenmerk Name, onder PackageRoot die statische gegevensbestanden bevat die tijdens runtime door het proces moeten worden gebruikt. Service Fabric recyclet alle EXE's en DLLHOST's die zijn opgegeven in de host- en ondersteuningspakketten wanneer een van de gegevenspakketten die in het servicemanifest worden vermeld, worden bijgewerkt.
| Kenmerk |
Weergegeven als |
| type |
DataPackageType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in het element ManifestDataPackages |
| naam |
ManifestDataPackage |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ManifestDataPackage" type="DataPackageType" minOccurs="0" maxOccurs="unbounded"/>
Het element ManifestDataPackages
Een lijst met de gegevenspakketten met ETW-manifesten voor de onderdelen van dit servicemanifest. Het gegevenspakket met ETW-manifesten mag geen andere bestanden bevatten.
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
1 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in ETW-element |
| naam |
ManifestDataPackages |
| minOccurs |
0 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ManifestDataPackages" minOccurs="0">
<xs:annotation>
<xs:documentation>Lists the data packages containing ETW manifests for the components of this service manifest. The data package containing ETW manifests should not contain any other files. </xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="ManifestDataPackage" type="DataPackageType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Details van inhoudselement
ManifestDataPackage
| Kenmerk |
Weergegeven als |
| naam |
ManifestDataPackage |
| type |
DataPackageType |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
Lidelement
| Kenmerk |
Weergegeven als |
| type |
ServiceGroupMemberType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in het element Leden, het element Leden |
| naam |
Lid |
| minOccurs |
1 |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Member" type="ServiceGroupMemberType" minOccurs="1" maxOccurs="unbounded"/>
MemberOf-element
Gebruikers kunnen worden toegevoegd aan elke bestaande lidmaatschapsgroep, zodat alle eigenschappen en beveiligingsinstellingen van die lidmaatschapsgroep kunnen worden overgenomen. De lidmaatschapsgroep kan worden gebruikt om externe resources te beveiligen die toegankelijk moeten zijn voor verschillende services of dezelfde service (op een andere computer).
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
2 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in gebruikerselement |
| naam |
MemberOf |
| minOccurs |
0 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="MemberOf" minOccurs="0">
<xs:annotation>
<xs:documentation>Users can be added to any existing membership group, so it can inherit all the properties and security settings of that membership group. The membership group can be used to secure external resources that need to be accessed by different services or the same service (on a different machine).</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element name="SystemGroup" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>The system group to add the user to. The system group must be defined in the Groups section.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="Name" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>The name of the system group.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="Group" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>The group to add the user to. The group must be defined in the Groups section.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="NameRef" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>The name of the group.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
Details van inhoudselement
SystemGroup
De systeemgroep waaraan de gebruiker moet worden toegevoegd. De systeemgroep moet worden gedefinieerd in de sectie Groepen.
| Kenmerk |
Weergegeven als |
| naam |
SystemGroup |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
Groep
De groep waaraan de gebruiker moet worden toegevoegd. De groep moet worden gedefinieerd in de sectie Groepen.
| Kenmerk |
Weergegeven als |
| naam |
Groep |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
Het element Leden (gedefinieerd in StatefulServiceGroupType)
Lidservices van deze servicegroep
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Members" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>Member services of this service group</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Member" type="ServiceGroupMemberType" minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Details van inhoudselement
Lid
Het element Leden (gedefinieerd in StatelessServiceGroupType)
Lidservices van deze servicegroep
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Members" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>Member services of this service group</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Member" type="ServiceGroupMemberType" minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Details van inhoudselement
Lid
Lidmaatschapselement
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
3 element(s), 0 kenmerken |
| gedefinieerd |
lokaal in groepselement |
| naam |
Lidmaatschap |
| minOccurs |
0 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Membership" minOccurs="0">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element name="DomainGroup" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:attribute name="Name" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>
<xs:element name="SystemGroup" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:attribute name="Name" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>
<xs:element name="DomainUser" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:attribute name="Name" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
Details van inhoudselement
DomainGroup
| Kenmerk |
Weergegeven als |
| naam |
DomainGroup |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
SystemGroup
| Kenmerk |
Weergegeven als |
| naam |
SystemGroup |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
DomainUser
| Kenmerk |
Weergegeven als |
| naam |
DomainUser |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
Het element NTLMAuthenticationPolicy (gedefinieerd in groep)
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
0 element(en), 1 kenmerk(en) |
| gedefinieerd |
lokaal in groepselement |
| naam |
NTLMAuthenticationPolicy |
| minOccurs |
0 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="NTLMAuthenticationPolicy" minOccurs="0">
<xs:complexType>
<xs:attribute name="IsEnabled" type="xs:boolean" use="optional" default="true"/>
</xs:complexType>
</xs:element>
Kenmerkdetails
IsEnabled
| Kenmerk |
Weergegeven als |
| naam |
IsEnabled |
| type |
xs:boolean |
| gebruiken |
optioneel |
| default |
true |
Het element NTLMAuthenticationPolicy (gedefinieerd in Gebruiker)
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
0 element(en), 6 kenmerken |
| gedefinieerd |
lokaal in gebruikerselement |
| naam |
NTLMAuthenticationPolicy |
| minOccurs |
0 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="NTLMAuthenticationPolicy" minOccurs="0">
<xs:complexType>
<xs:attribute name="IsEnabled" type="xs:boolean" use="optional" default="true"/>
<xs:attribute name="PasswordSecret" type="xs:string" use="required"/>
<xs:attribute name="PasswordSecretEncrypted" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="X509StoreLocation" use="optional" default="LocalMachine">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="LocalMachine"/>
<xs:enumeration value="CurrentUser"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="X509StoreName" default="My">
<xs:simpleType>
<xs:restriction base="xs:string"/>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="X509Thumbprint" type="xs:string"/>
</xs:complexType>
</xs:element>
Kenmerkdetails
IsEnabled
| Kenmerk |
Weergegeven als |
| naam |
IsEnabled |
| type |
xs:boolean |
| gebruiken |
optioneel |
| default |
true |
PasswordSecret
| Kenmerk |
Weergegeven als |
| naam |
PasswordSecret |
| type |
xs:string |
| gebruiken |
vereist |
PasswordSecretEncrypted
| Kenmerk |
Weergegeven als |
| naam |
PasswordSecretEncrypted |
| type |
xs:boolean |
| gebruiken |
optioneel |
| default |
false |
X509StoreLocation
| Kenmerk |
Weergegeven als |
| naam |
X509StoreLocation |
| gebruiken |
optioneel |
| default |
LocalMachine |
X509StoreName
| Kenmerk |
Weergegeven als |
| naam |
X509StoreName |
| default |
Mijn |
X509Thumbprint
| Kenmerk |
Weergegeven als |
| naam |
X509Thumbprint |
| type |
xs:string |
Het element NamedPartition
Beschrijft een benoemd partitioneringsschema op basis van namen voor elke partitie.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="NamedPartition">
<xs:annotation>
<xs:documentation>Describes a named partitioning scheme based on names for each partition.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence maxOccurs="unbounded">
<xs:element name="Partition">
<xs:annotation>
<xs:documentation>Describes a partition by name.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="Name" use="required">
<xs:annotation>
<xs:documentation>The name of the partition</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Details van inhoudselement
Partitie
Beschrijft een partitie op naam.
| Kenmerk |
Weergegeven als |
| naam |
Partitie |
Element NamingReplicatorEndpoint
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="NamingReplicatorEndpoint" type="InternalEndpointType" minOccurs="0"/>
NetworkConfig-element
Hiermee geeft u de netwerkconfiguratie voor een container.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="NetworkConfig" type="ContainerNetworkConfigType" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Specifies the network configuration for a container.</xs:documentation>
</xs:annotation>
</xs:element>
Het element NetworkPolicies
Hiermee geeft u netwerkbeleid inclusief containernetwerkbeleid.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="NetworkPolicies" type="NetworkPoliciesType" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Specifies network policies including container network policies.</xs:documentation>
</xs:annotation>
</xs:element>
Knooppuntelement (type FabricNodeType)
Beschrijft een Microsoft Azure Service Fabric-knooppunt.
| Kenmerk |
Weergegeven als |
| type |
FabricNodeType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in nodelist-element, NodeList-element |
| naam |
Knooppunt |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Node" type="FabricNodeType" maxOccurs="unbounded"/>
Knooppuntelement (type InfrastructureNodeType)
Hierin wordt een infrastructuurinformatie beschreven die nodig is.
| Kenmerk |
Weergegeven als |
| type |
InfrastructureNodeType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in nodelist-element |
| naam |
Knooppunt |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Node" type="InfrastructureNodeType" maxOccurs="unbounded"/>
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="NodeList">
<xs:complexType>
<xs:sequence>
<xs:element name="Node" type="InfrastructureNodeType" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Details van inhoudselement
Knooppunt
NodeList-element (gedefinieerd in LinuxInfrastructureType)
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="NodeList">
<xs:complexType>
<xs:sequence>
<xs:element name="Node" type="FabricNodeType" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Details van inhoudselement
Knooppunt
| Kenmerk |
Weergegeven als |
| naam |
Knooppunt |
| type |
FabricNodeType |
| maxOccurs |
niet-gebonden |
NodeList-element (gedefinieerd in WindowsInfrastructureType)
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="NodeList">
<xs:complexType>
<xs:sequence>
<xs:element name="Node" type="FabricNodeType" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Details van inhoudselement
Knooppunt
| Kenmerk |
Weergegeven als |
| naam |
Knooppunt |
| type |
FabricNodeType |
| maxOccurs |
niet-gebonden |
NodeType-element
Een knooppunttype beschrijven.
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
7 element(en), 1 kenmerk(en) |
| gedefinieerd |
lokaal in het element NodeTypes |
| naam |
NodeType |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="NodeType" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Describe a node type.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:all>
<xs:element name="Endpoints" type="FabricEndpointsType" minOccurs="0">
<xs:annotation>
<xs:documentation>Describe the endpoints associated with this node type</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="KtlLoggerSettings" type="FabricKtlLoggerSettingsType" minOccurs="0">
<xs:annotation>
<xs:documentation>Describe the KtlLogger information associated with this node type</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LogicalDirectories" minOccurs="0">
<xs:annotation>
<xs:documentation>Describe the LogicalDirectories settings associated with this node type</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="LogicalDirectory" type="LogicalDirectoryType" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Certificates" type="CertificatesType" minOccurs="0">
<xs:annotation>
<xs:documentation>Describe the certificates associated with this node type</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PlacementProperties" minOccurs="0">
<xs:annotation>
<xs:documentation>Describe the properties for this NodeType that will be used as placement constraints</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Property" type="KeyValuePairType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Capacities" minOccurs="0">
<xs:annotation>
<xs:documentation>The capacities of various metrics for this node type</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Capacity" type="KeyValuePairType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="SfssRgPolicies" minOccurs="0">
<xs:annotation>
<xs:documentation>The SF system services resource governance policy for this node type</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="SfssRgPolicy" type="KeyValuePairType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:all>
<xs:attribute name="Name" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Name of the NodeType</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
Kenmerkdetails
Naam
Naam van het NodeType
| Kenmerk |
Weergegeven als |
| naam |
Name |
| type |
xs:string |
| gebruiken |
vereist |
Details van inhoudselement
Eindpunten
De eindpunten beschrijven die zijn gekoppeld aan dit knooppunttype
KtlLoggerSettings
De KtlLogger-informatie beschrijven die is gekoppeld aan dit knooppunttype
LogicalDirectories
De instellingen van LogicalDirectories beschrijven die zijn gekoppeld aan dit knooppunttype
| Kenmerk |
Weergegeven als |
| naam |
LogicalDirectories |
| minOccurs |
0 |
Certificaten
De certificaten beschrijven die zijn gekoppeld aan dit knooppunttype
PlacementProperties
De eigenschappen voor dit NodeType beschrijven die worden gebruikt als plaatsingsbeperkingen
| Kenmerk |
Weergegeven als |
| naam |
PlacementProperties |
| minOccurs |
0 |
Capaciteiten
De capaciteiten van verschillende metrische gegevens voor dit knooppunttype
| Kenmerk |
Weergegeven als |
| naam |
Capaciteiten |
| minOccurs |
0 |
SfssRgPolicies
Het resourcebeheerbeleid voor SF-systeemservices voor dit knooppunttype
| Kenmerk |
Weergegeven als |
| naam |
SfssRgPolicies |
| minOccurs |
0 |
Het element NodeTypes
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
1 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in ClusterManifestType complexType |
| naam |
NodeTypes |
| minOccurs |
1 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="NodeTypes" minOccurs="1">
<xs:complexType>
<xs:sequence>
<xs:element name="NodeType" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Describe a node type.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:all>
<xs:element name="Endpoints" type="FabricEndpointsType" minOccurs="0">
<xs:annotation>
<xs:documentation>Describe the endpoints associated with this node type</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="KtlLoggerSettings" type="FabricKtlLoggerSettingsType" minOccurs="0">
<xs:annotation>
<xs:documentation>Describe the KtlLogger information associated with this node type</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LogicalDirectories" minOccurs="0">
<xs:annotation>
<xs:documentation>Describe the LogicalDirectories settings associated with this node type</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="LogicalDirectory" type="LogicalDirectoryType" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Certificates" type="CertificatesType" minOccurs="0">
<xs:annotation>
<xs:documentation>Describe the certificates associated with this node type</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PlacementProperties" minOccurs="0">
<xs:annotation>
<xs:documentation>Describe the properties for this NodeType that will be used as placement constraints</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Property" type="KeyValuePairType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Capacities" minOccurs="0">
<xs:annotation>
<xs:documentation>The capacities of various metrics for this node type</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Capacity" type="KeyValuePairType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="SfssRgPolicies" minOccurs="0">
<xs:annotation>
<xs:documentation>The SF system services resource governance policy for this node type</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="SfssRgPolicy" type="KeyValuePairType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:all>
<xs:attribute name="Name" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Name of the NodeType</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Details van inhoudselement
NodeType
Een knooppunttype beschrijven.
| Kenmerk |
Weergegeven als |
| naam |
NodeType |
| maxOccurs |
niet-gebonden |
PaaS-element
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
2 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in het element Infrastructuur |
| naam |
PaaS |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="PaaS">
<xs:complexType>
<xs:all>
<xs:element name="Roles">
<xs:complexType>
<xs:sequence>
<xs:element name="Role" type="PaaSRoleType" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Votes">
<xs:complexType>
<xs:sequence>
<xs:element name="Vote" type="PaaSVoteType" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:all>
</xs:complexType>
</xs:element>
Details van inhoudselement
Rollen
| Kenmerk |
Weergegeven als |
| naam |
Rollen |
Stemmen
| Kenmerk |
Weergegeven als |
| naam |
Stemmen |
PackageSharingPolicy-element
Geeft aan of een code, configuratie of gegevenspakket moet worden gedeeld tussen service-exemplaren van hetzelfde servicetype.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="PackageSharingPolicy" type="PackageSharingPolicyType" minOccurs="0"/>
Parameterelement (type ParameterType)
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Parameter" type="ParameterType" minOccurs="1" maxOccurs="unbounded"/>
Parameterelement gedefinieerd in Parameters
Een toepassingsparameter die in dit manifest moet worden gebruikt. De parameterwaarde kan worden gewijzigd tijdens de instantiëring van de toepassing of, als er geen waarde wordt opgegeven, wordt de standaardwaarde gebruikt.
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
0 element(en), 2 kenmerken |
| gedefinieerd |
lokaal in het element Parameters |
| naam |
Parameter |
| block |
|
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Parameter" block="" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>An application parameter to be used in this manifest. The parameter value can be changed during application instantiation, or, if no value is supplied the default value is used.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="Name" use="required">
<xs:annotation>
<xs:documentation>The name of the parameter to be used in the manifest as "[Name]".</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="DefaultValue" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Default value for the parameter, used if the parameter value is not provided during application instantiation.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
Kenmerkdetails
Naam
De naam van de parameter die moet worden gebruikt in het manifest als '[Naam]'.
| Kenmerk |
Weergegeven als |
| naam |
Naam |
| gebruiken |
vereist |
DefaultValue
Standaardwaarde voor de parameter, die wordt gebruikt als de parameterwaarde niet wordt opgegeven tijdens de instantiëring van de toepassing.
| Kenmerk |
Weergegeven als |
| naam |
DefaultValue |
| type |
xs:string |
| gebruiken |
vereist |
Parameterelement (gedefinieerd in Parameters)
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in het element Parameters |
| naam |
Parameter |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Parameter" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:attributeGroup ref="NameValuePair"/>
</xs:complexType>
</xs:element>
Parameterelement gedefinieerd in sectie
De instelling die moet worden overschreven.
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
0 element(en), 2 kenmerken |
| gedefinieerd |
lokaal in sectie-element |
| naam |
Parameter |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Parameter" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>The setting to override.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="NameValuePair"/>
<xs:attribute name="IsEncrypted" type="xs:boolean" default="false">
<xs:annotation>
<xs:documentation>
If true, the value of this parameter is encrypted. The application developer is responsible for creating a certificate and using the Invoke-ServiceFabricEncryptSecret cmdlet to encrypt sensitive information. The certificate information that will be used to encrypt the value is specified in the Certificates section. This attribute is deprecated. Please use Type attribute.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Type" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>
This value defines the type of value you have specified in the 'Value' Attribute. It can be SecretsStoreRef/Encrypted/PlainText.
If set to SecretsStoreRef, we retrieve the reference value from the SecretStore.
If set to Encrypted, the application developer is responsible for creating a certificate and using the Invoke-ServiceFabricEncryptSecret cmdlet to encrypt sensitive information.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
Kenmerkdetails
IsEncrypted
Indien waar, wordt de waarde van deze parameter versleuteld. De toepassingsontwikkelaar is verantwoordelijk voor het maken van een certificaat en het gebruik van de cmdlet Invoke-ServiceFabricEncryptSecret om gevoelige informatie te versleutelen. De certificaatgegevens die worden gebruikt om de waarde te versleutelen, worden opgegeven in de sectie Certificaten. Dit kenmerk is afgeschaft. Gebruik het kenmerk Type.
| Kenmerk |
Weergegeven als |
| naam |
IsEncrypted |
| type |
xs:boolean |
| default |
false |
Type
Deze waarde definieert het type waarde dat u hebt opgegeven in het kenmerk 'Waarde'. Het kan SecretsStoreRef/Encrypted/PlainText zijn.
Als deze optie is ingesteld op SecretsStoreRef, halen we de referentiewaarde op uit de SecretStore.
Als deze optie is ingesteld op Encrypted, is de ontwikkelaar van de toepassing verantwoordelijk voor het maken van een certificaat en het gebruik van de cmdlet Invoke-ServiceFabricEncryptSecret om gevoelige informatie te versleutelen.
| Kenmerk |
Weergegeven als |
| naam |
Type |
| type |
xs:string |
| gebruiken |
optioneel |
Parameterelement (gedefinieerd in sectie)
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
0 element(en), 5 kenmerken |
| gedefinieerd |
lokaal in sectie-element |
| naam |
Parameter |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Parameter" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:attribute name="Name" type="xs:string" use="required"/>
<xs:attribute name="Value" type="xs:string" use="required"/>
<xs:attribute name="MustOverride" type="xs:boolean" default="false">
<xs:annotation>
<xs:documentation>If true, the value of this parameter must be overridden by higher level configuration.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="IsEncrypted" type="xs:boolean" default="false">
<xs:annotation>
<xs:documentation>If true, the value of this parameter is encrypted.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Type" type="xs:string" use="optional"/>
</xs:complexType>
</xs:element>
Kenmerkdetails
Naam
| Kenmerk |
Weergegeven als |
| naam |
Name |
| type |
xs:string |
| gebruiken |
vereist |
Weergegeven als
| Kenmerk |
Weergegeven als |
| naam |
Weergegeven als |
| type |
xs:string |
| gebruiken |
vereist |
MustOverride
Indien waar, moet de waarde van deze parameter worden overschreven door configuratie op een hoger niveau.
| Kenmerk |
Weergegeven als |
| naam |
MustOverride |
| type |
xs:boolean |
| default |
false |
IsEncrypted
Indien waar, wordt de waarde van deze parameter versleuteld.
| Kenmerk |
Weergegeven als |
| naam |
IsEncrypted |
| type |
xs:boolean |
| default |
false |
Type
| Kenmerk |
Weergegeven als |
| naam |
Type |
| type |
xs:string |
| gebruiken |
optioneel |
Parameters element (type ParametersType)
Aanvullende instellingen die zijn opgegeven als naam-waardeparen
| Kenmerk |
Weergegeven als |
| type |
ParametersType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
wereldwijd |
| naam |
Parameters |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Parameters" type="ParametersType">
<xs:annotation>
<xs:documentation>Additional settings specified as name-value pairs</xs:documentation>
</xs:annotation>
</xs:element>
Het element Parameters (gedefinieerd in AppInstanceDefinitionType)
Lijst met parameters voor de toepassing zoals gedefinieerd in het toepassingsmanifest en de bijbehorende waarden.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Parameters">
<xs:annotation>
<xs:documentation>List of parameters for the application as defined in application manifest and their respective values.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Parameter" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:attributeGroup ref="NameValuePair"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Details van inhoudselement
Parameter
| Kenmerk |
Weergegeven als |
| naam |
Parameter |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
Het element Parameters (gedefinieerd in ApplicationManifestType)
Declareert de parameters die worden gebruikt in dit toepassingsmanifest. De waarde van deze parameters kan worden opgegeven wanneer de toepassing wordt geïnstantieerd en kan worden gebruikt om de configuratie-instellingen voor toepassingen of services te overschrijven.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Parameters" minOccurs="0">
<xs:annotation>
<xs:documentation>Declares the parameters that are used in this application manifest. The value of these parameters can be supplied when the application is instantiated and can be used to override application or service configuration settings.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Parameter" block="" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>An application parameter to be used in this manifest. The parameter value can be changed during application instantiation, or, if no value is supplied the default value is used.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="Name" use="required">
<xs:annotation>
<xs:documentation>The name of the parameter to be used in the manifest as "[Name]".</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="DefaultValue" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Default value for the parameter, used if the parameter value is not provided during application instantiation.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Details van inhoudselement
Parameter
Een toepassingsparameter die in dit manifest moet worden gebruikt. De parameterwaarde kan worden gewijzigd tijdens de instantiëring van de toepassing of, als er geen waarde wordt opgegeven, wordt de standaardwaarde gebruikt.
| Kenmerk |
Weergegeven als |
| naam |
Parameter |
| block |
|
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
Partitie-element
Beschrijft een partitie op naam.
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
0 element(en), 1 kenmerk(en) |
| gedefinieerd |
lokaal in het element NamedPartition |
| naam |
Partitie |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Partition">
<xs:annotation>
<xs:documentation>Describes a partition by name.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="Name" use="required">
<xs:annotation>
<xs:documentation>The name of the partition</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
Kenmerkdetails
Naam
De naam van de partitie
| Kenmerk |
Weergegeven als |
| naam |
Naam |
| gebruiken |
vereist |
PersistencePolicy-element
Extensie voor persistentiebeleid voor het servicetype
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
1 element(en), 4 kenmerken |
| gedefinieerd |
wereldwijd |
| naam |
PersistencePolicy |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="PersistencePolicy">
<xs:annotation>
<xs:documentation>Persistence Policy extension for the Service Type</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Properties" type="ServiceTypeExtensionPolicyPropertiesType" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="Name" type="xs:string" use="required"/>
<xs:attribute name="Mode" use="required">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Synchronous"/>
<xs:enumeration value="Asynchronous"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="WriteBehind" type="xs:string" use="required"/>
<xs:attribute name="Provider" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>
Kenmerkdetails
Naam
| Kenmerk |
Weergegeven als |
| naam |
Name |
| type |
xs:string |
| gebruiken |
vereist |
Modus
| Kenmerk |
Weergegeven als |
| naam |
Modus |
| gebruiken |
vereist |
WriteBehind
| Kenmerk |
Weergegeven als |
| naam |
WriteBehind |
| type |
xs:string |
| gebruiken |
vereist |
Provider
| Kenmerk |
Weergegeven als |
| naam |
Provider |
| type |
xs:string |
| gebruiken |
vereist |
Details van inhoudselement
Eigenschappen
Het element PlacementConstraints
Wordt gebruikt om te bepalen op welke knooppunten in het cluster een service kan worden uitgevoerd. Een sleutel/waardepaar dat de naam van de knooppunteigenschap en de vereisten van de service voor de waarde beschrijft. Afzonderlijke instructies kunnen worden gegroepeerd met eenvoudige Booleaanse logica om de benodigde beperking te maken. Bijvoorbeeld "(FirmwareVersion>12 && InDMZ == True)".
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="PlacementConstraints" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Used to control which nodes in the cluster a service can run on. A key/value pair which describes the node property name and the service's requirements for the value. Individual statements can be grouped together with simple boolean logic to create the necessary constraint. For example, "(FirmwareVersion>12 && InDMZ == True)".</xs:documentation>
</xs:annotation>
</xs:element>
Het element PlacementProperties
De eigenschappen voor dit NodeType beschrijven die worden gebruikt als plaatsingsbeperkingen
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
1 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in nodetype-element |
| naam |
PlacementProperties |
| minOccurs |
0 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="PlacementProperties" minOccurs="0">
<xs:annotation>
<xs:documentation>Describe the properties for this NodeType that will be used as placement constraints</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Property" type="KeyValuePairType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Details van inhoudselement
Eigenschappen
| Kenmerk |
Weergegeven als |
| naam |
Eigenschap |
| type |
KeyValuePairType |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
Het element Beleid (type ApplicationPoliciesType)
Beschrijft het beleid (logboekverzameling, standaarduitvoering als, status en beveiligingstoegang) dat moet worden toegepast op toepassingsniveau.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Policies" type="ApplicationPoliciesType" minOccurs="0"/>
Het element Beleid (type ServiceManifestImportPoliciesType)
Beschrijft beleidsregels (eindpuntbinding, pakketdeling, run-as- en beveiligingstoegang) die moeten worden toegepast op het geïmporteerde servicemanifest.
| Kenmerk |
Weergegeven als |
| type |
ServiceManifestImportPoliciesType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in het element ServiceManifestImport |
| naam |
Beleid |
| minOccurs |
0 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Policies" type="ServiceManifestImportPoliciesType" minOccurs="0"/>
PortBinding-element
Hiermee geeft u op welke eindpuntresource de weergegeven poort van de container moet binden.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="PortBinding" type="PortBindingType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Specifies which endpoint resource to bind container exposed port.</xs:documentation>
</xs:annotation>
</xs:element>
Principals-element
Beschrijft de beveiligingsprinciplen (gebruikers, groepen) die voor deze toepassing nodig zijn om services uit te voeren en resources te beveiligen. In de beleidssecties wordt verwezen naar principals.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Principals" type="SecurityPrincipalsType" minOccurs="0"/>
Programma-element
De naam van het uitvoerbare bestand. Bijvoorbeeld 'MySetup.bat' of 'MyServiceHost.exe'.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Program" type="xs:string">
<xs:annotation>
<xs:documentation>The executable name. For example, "MySetup.bat" or "MyServiceHost.exe".</xs:documentation>
</xs:annotation></xs:element>
Het element Eigenschappen
Definieert eigenschappen voor het persistentie- en verwijderingsbeleid.
| Kenmerk |
Weergegeven als |
| type |
ServiceTypeExtensionPolicyPropertiesType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in persistencePolicy-element, EvictionPolicy-element |
| naam |
Eigenschappen |
| minOccurs |
0 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Properties" type="ServiceTypeExtensionPolicyPropertiesType" minOccurs="0"/>
Eigenschapselement (type KeyValuePairType)
| Kenmerk |
Weergegeven als |
| type |
KeyValuePairType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in het element PlacementProperties |
| naam |
Eigenschappen |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Property" type="KeyValuePairType" minOccurs="0" maxOccurs="unbounded"/>
Eigenschapselement (gedefinieerd in ServiceTypeExtensionPolicyPropertiesType)
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Property" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:attribute name="Name" type="xs:string" use="required"/>
<xs:attribute name="Value" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>
Kenmerkdetails
Naam
| Kenmerk |
Weergegeven als |
| naam |
Name |
| type |
xs:string |
| gebruiken |
vereist |
Weergegeven als
| Kenmerk |
Weergegeven als |
| naam |
Weergegeven als |
| type |
xs:string |
| gebruiken |
vereist |
Het element ProviderGuid
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
0 element(en), 1 kenmerk(en) |
| gedefinieerd |
lokaal in het element ProviderGuids |
| naam |
ProviderGuid |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ProviderGuid" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:attribute name="Value" use="required">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
Kenmerkdetails
Weergegeven als
| Kenmerk |
Weergegeven als |
| naam |
Weergegeven als |
| gebruiken |
vereist |
Het element ProviderGuids
Een lijst met de GUID's van de ETW-provider voor de onderdelen van dit servicemanifest.
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
1 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in ETW-element |
| naam |
ProviderGuids |
| minOccurs |
0 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ProviderGuids" minOccurs="0">
<xs:annotation>
<xs:documentation>Lists the ETW provider GUIDs for the components of this service manifest.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="ProviderGuid" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:attribute name="Value" use="required">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Details van inhoudselement
ProviderGuid
| Kenmerk |
Weergegeven als |
| naam |
ProviderGuid |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
Het element RepairManagerReplicatorEndpoint
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="RepairManagerReplicatorEndpoint" type="InternalEndpointType" minOccurs="0"/>
Het element RepositoryCredentials
Referenties voor de opslagplaats voor containerinstallatiekopieën waaruit installatiekopieën kunnen worden opgehaald.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="RepositoryCredentials" type="RepositoryCredentialsType" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Credentials for container image repository to pull images from.</xs:documentation>
</xs:annotation>
</xs:element>
Het element ResourceGovernancePolicy
Hiermee geeft u resourcelimieten op voor een codepackage.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ResourceGovernancePolicy" type="ResourceGovernancePolicyType" minOccurs="0">
<xs:annotation>
<xs:documentation>Specifies resource limits for a codepackage.</xs:documentation>
</xs:annotation>
</xs:element>
Het element ResourceOverrides
Hiermee geeft u resource-onderdrukkingen op voor eindpunten die zijn gedeclareerd in servicemanifestresources.
| Kenmerk |
Weergegeven als |
| type |
ResourceOverridesType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in het element ServiceManifestImport |
| naam |
ResourceOverrides |
| minOccurs |
0 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ResourceOverrides" type="ResourceOverridesType" minOccurs="0"/>
Het element Resources
Beschrijft de resources die door deze service worden gebruikt, die kunnen worden gedeclareerd zonder gecompileerde code te wijzigen en te wijzigen wanneer de service wordt geïmplementeerd. Toegang tot deze resources wordt beheerd via de secties Principals en Beleid van het toepassingsmanifest.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Resources" type="ResourcesType" minOccurs="0"/>
Rolelement (type AzureRoleType)
| Kenmerk |
Weergegeven als |
| type |
AzureRoleType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in het element Rollen |
| naam |
Role |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Role" type="AzureRoleType" maxOccurs="unbounded"/>
Rolelement (type BlackbirdRoleType)
| Kenmerk |
Weergegeven als |
| type |
BlackbirdRoleType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in het element Rollen |
| naam |
Role |
| minOccurs |
1 |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Role" type="BlackbirdRoleType" minOccurs="1" maxOccurs="unbounded"/>
Rolelement (type PaaSRoleType)
| Kenmerk |
Weergegeven als |
| type |
PaaSRoleType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in het element Rollen |
| naam |
Role |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Role" type="PaaSRoleType" maxOccurs="unbounded"/>
Het element Rollen (gedefinieerd in Blackbird)
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
1 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in Blackbird-element |
| naam |
Rollen |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Roles">
<xs:complexType>
<xs:sequence>
<xs:element name="Role" type="BlackbirdRoleType" minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Details van inhoudselement
Role
| Kenmerk |
Weergegeven als |
| naam |
Role |
| type |
BlackbirdRoleType |
| minOccurs |
1 |
| maxOccurs |
niet-gebonden |
Het element Rollen (gedefinieerd in PaaS)
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
1 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in paaS-element |
| naam |
Rollen |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Roles">
<xs:complexType>
<xs:sequence>
<xs:element name="Role" type="PaaSRoleType" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Details van inhoudselement
Role
| Kenmerk |
Weergegeven als |
| naam |
Role |
| type |
PaaSRoleType |
| maxOccurs |
niet-gebonden |
Het element Rollen (gedefinieerd in WindowsAzure)
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
1 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in het WindowsAzure-element |
| naam |
Rollen |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Roles">
<xs:complexType>
<xs:sequence>
<xs:element name="Role" type="AzureRoleType" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Details van inhoudselement
Role
| Kenmerk |
Weergegeven als |
| naam |
Role |
| type |
AzureRoleType |
| maxOccurs |
niet-gebonden |
RunAsPolicy-element
Hiermee geeft u het lokale gebruikers- of lokale systeemaccount op dat een servicecodepakket wordt uitgevoerd als. Domeinaccounts worden ondersteund in Windows Server-implementaties waar Microsoft Entra-id beschikbaar is. Standaard worden toepassingen uitgevoerd onder het account waarvoor het Fabric.exe proces wordt uitgevoerd. Toepassingen kunnen ook worden uitgevoerd als andere accounts, die moeten worden gedeclareerd in de sectie Principals. Als u een RunAs-beleid toepast op een service en het servicemanifest eindpuntbronnen declareert met het HTTP-protocol, moet u ook een SecurityAccessPolicy opgeven om ervoor te zorgen dat poorten die aan deze eindpunten zijn toegewezen correct toegangsbeheer worden vermeld voor het RunAs-gebruikersaccount waaronder de service wordt uitgevoerd. Voor een HTTPS-eindpunt moet u ook een EndpointBindingPolicy definiëren om de naam van het certificaat aan te geven die naar de client moet worden geretourneerd.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="RunAsPolicy" type="RunAsPolicyType" minOccurs="0"/>
RunFrequency-element
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
0 element(en), 1 kenmerk(en) |
| gedefinieerd |
lokaal in ExeHost-element |
| naam |
RunFrequency |
| minOccurs |
0 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="RunFrequency" minOccurs="0">
<xs:complexType>
<xs:attribute name="IntervalInSeconds" use="required">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="2147483647"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
Kenmerkdetails
IntervalInSeconds
| Kenmerk |
Weergegeven als |
| naam |
IntervalInSeconds |
| gebruiken |
vereist |
Het element ScalingPolicy
Een beschrijving van het schaalbeleid die bestaat uit een trigger en een mechanisme voor schalen.
| Kenmerk |
Weergegeven als |
| type |
ScalingPolicyType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in het element ServiceScalingPolicies |
| naam |
ScalingPolicy |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ScalingPolicy" type="ScalingPolicyType" maxOccurs="unbounded"/>
Het element SecretsCertificate
Hiermee geeft u de certificaatgegevens op.
| Kenmerk |
Weergegeven als |
| type |
FabricCertificateType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in het element Certificaten, het element Certificaten, het element DigestedCertificates |
| naam |
SecretsCertificate |
| minOccurs |
0 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="SecretsCertificate" type="FabricCertificateType" minOccurs="0"/>
Sectie-element (gedefinieerd in SettingsOverridesType)
Een sectie in het bestand Settings.xml dat moet worden overschreven.
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
1 element(en), 1 kenmerk(en) |
| gedefinieerd |
lokaal in SettingsOverridesType complexType |
| naam |
Sectie |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Section" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>A section in the Settings.xml file to override.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Parameter" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>The setting to override.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="NameValuePair"/>
<xs:attribute name="IsEncrypted" type="xs:boolean" default="false">
<xs:annotation>
<xs:documentation>
If true, the value of this parameter is encrypted. The application developer is responsible for creating a certificate and using the Invoke-ServiceFabricEncryptSecret cmdlet to encrypt sensitive information. The certificate information that will be used to encrypt the value is specified in the Certificates section. This attribute is deprecated. Please use Type attribute.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Type" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>
This value defines the type of value you have specified in the 'Value' Attribute. It can be SecretsStoreRef/Encrypted/PlainText.
If set to SecretsStoreRef, we retrieve the reference value from the SecretStore.
If set to Encrypted, the application developer is responsible for creating a certificate and using the Invoke-ServiceFabricEncryptSecret cmdlet to encrypt sensitive information.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="Name" use="required">
<xs:annotation>
<xs:documentation>The name of the section in the Settings.xml file to override.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
Kenmerkdetails
Naam
De naam van de sectie in het Settings.xml-bestand die moet worden overschreven.
| Kenmerk |
Weergegeven als |
| naam |
Naam |
| gebruiken |
vereist |
Details van inhoudselement
Parameter
De instelling die moet worden overschreven.
| Kenmerk |
Weergegeven als |
| naam |
Parameter |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
Sectie-element (gedefinieerd in SettingsType)
Een door de gebruiker gedefinieerde benoemde sectie.
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
1 element(en), 1 kenmerk(en) |
| gedefinieerd |
lokaal in SettingsType complexType |
| naam |
Sectie |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Section" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>A user-defined named section.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Parameter" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:attribute name="Name" type="xs:string" use="required"/>
<xs:attribute name="Value" type="xs:string" use="required"/>
<xs:attribute name="MustOverride" type="xs:boolean" default="false">
<xs:annotation>
<xs:documentation>If true, the value of this parameter must be overridden by higher level configuration.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="IsEncrypted" type="xs:boolean" default="false">
<xs:annotation>
<xs:documentation>If true, the value of this parameter is encrypted.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Type" type="xs:string" use="optional"/>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="Name" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>
Kenmerkdetails
Naam
| Kenmerk |
Weergegeven als |
| naam |
Name |
| type |
xs:string |
| gebruiken |
vereist |
Details van inhoudselement
Parameter
| Kenmerk |
Weergegeven als |
| naam |
Parameter |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
Het element SecurityAccessPolicies
Lijst met beveiligingsbeleidsregels die worden toegepast op resources op toepassingsniveau.
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
1 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in ApplicationPoliciesType complexType |
| naam |
SecurityAccessPolicies |
| minOccurs |
0 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="SecurityAccessPolicies" minOccurs="0">
<xs:annotation>
<xs:documentation>List of security policies applied to resources at the application level.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence maxOccurs="unbounded">
<xs:element name="SecurityAccessPolicy" type="SecurityAccessPolicyType"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Details van inhoudselement
SecurityAccessPolicy
SecurityAccessPolicy-element
Verleent toegangsmachtigingen aan een principal voor een resource (zoals een eindpunt) die is gedefinieerd in een servicemanifest. Normaal gesproken is het erg handig om de toegang van services tot verschillende resources te beheren en te beperken om beveiligingsrisico's te minimaliseren. Dit is met name belangrijk wanneer de toepassing is gebouwd op basis van een verzameling services uit een marketplace die door verschillende ontwikkelaars is ontwikkeld.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="SecurityAccessPolicy" type="SecurityAccessPolicyType" minOccurs="0"/>
SecurityOption-element
Hiermee geeft u beveiligingsoptions voor de container op.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="SecurityOption" type="SecurityOptionsType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Specifies securityoptions for the container.</xs:documentation>
</xs:annotation>
</xs:element>
Het element ServerCertificate
Het certificaat dat wordt gebruikt om de communicatie binnen het cluster te beveiligen.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ServerCertificate" type="FabricCertificateType" minOccurs="0">
<xs:annotation>
<xs:documentation>The certificate used to secure the intra cluster communication.</xs:documentation>
</xs:annotation>
</xs:element>
Service-element
Declareert een service die automatisch moet worden gemaakt wanneer de toepassing wordt geïnstantieerd.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Service">
<xs:annotation>
<xs:documentation>Declares a service to be created automatically when the application is instantiated.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice minOccurs="0">
<xs:element name="StatelessService" type="StatelessServiceType"/>
<xs:element name="StatefulService" type="StatefulServiceType"/>
</xs:choice>
<xs:attribute name="Name" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>The service name, used to form the fully qualified application name URI. The fully qualified name URI of the service would be: fabric:/ApplicationName/ServiceName.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="GeneratedIdRef" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>Reference to the auto generated id used by Visual Studio tooling.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ServiceDnsName" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The DNS name of the service.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ServicePackageActivationMode" type="xs:string" use="optional" default="SharedProcess">
<xs:annotation>
<xs:documentation>ServicePackageActivationMode to be used when creating the service. Allowed values are 'SharedProcess' and 'ExclusiveProcess'. With SharedProcess mode, replica(s) or instance(s) from different partition(s) of service will share same activation of service package on a node. With ExclusiveProcess mode, each replica or instance of service will have its own dedicated activation of service package.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
Kenmerkdetails
Naam
De servicenaam, die wordt gebruikt om de volledig gekwalificeerde toepassingsnaam-URI te vormen. De volledig gekwalificeerde naam-URI van de service is: fabric:/ApplicationName/ServiceName.
| Kenmerk |
Weergegeven als |
| naam |
Name |
| type |
xs:string |
| gebruiken |
vereist |
GeneratedIdRef
Verwijzing naar de automatisch gegenereerde id die door Visual Studio-hulpprogramma's wordt gebruikt.
| Kenmerk |
Weergegeven als |
| naam |
GeneratedIdRef |
| type |
xs:string |
| gebruiken |
optioneel |
ServiceDnsName
De DNS-naam van de service.
| Kenmerk |
Weergegeven als |
| naam |
ServiceDnsName |
| type |
xs:string |
| gebruiken |
optioneel |
ServicePackageActivationMode
ServicePackageActivationMode die moet worden gebruikt bij het maken van de service. Toegestane waarden zijn SharedProcess en ExclusiveProcess. Met de modus SharedProcess delen replica('s) of exemplaren van verschillende partities van de service dezelfde activering van het servicepakket op een knooppunt. Met de modus ExclusiveProcess heeft elke replica of instantie van de service een eigen toegewezen activering van het servicepakket.
| Kenmerk |
Weergegeven als |
| naam |
ServicePackageActivationMode |
| type |
xs:string |
| gebruiken |
optioneel |
| default |
SharedProcess |
Details van inhoudselement
StatelessService
StatefulService
Het element ServiceConnectionEndpoint
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ServiceConnectionEndpoint" type="InternalEndpointType" minOccurs="0"/>
ServiceCorrelation-element
Definieert een affiniteitsrelatie met een andere service. Handig bij het splitsen van een eerder monolithische toepassing in microservices. De ene service heeft een lokale afhankelijkheid van een andere service en beide services moeten worden uitgevoerd op hetzelfde knooppunt om te kunnen werken.
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
0 element(en), 2 kenmerken |
| gedefinieerd |
lokaal in het element ServiceCorrelations |
| naam |
ServiceCorrelation |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ServiceCorrelation" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Defines an affinity relationship with another service. Useful when splitting a previously-monolithic application into microservices. One service has a local dependency on another service and both services need to run on the same node in order to work.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="ServiceName" use="required">
<xs:annotation>
<xs:documentation>The name of the other service as a URI. Example, "fabric:/otherApplication/parentService".</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="Scheme" use="required">
<xs:annotation>
<xs:documentation>In NonAlignedAffinity the replicas or instances of the different services are placed on the same nodes. AlignedAffinity is used with stateful services. Configuring one stateful service as having aligned affinity with another stateful service ensures that the primaries of those services are placed on the same nodes as each other, and that each pair of secondaries are also placed on the same nodes.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Affinity"/>
<xs:enumeration value="AlignedAffinity"/>
<xs:enumeration value="NonAlignedAffinity"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
Kenmerkdetails
ServiceName
De naam van de andere service als een URI. Bijvoorbeeld 'fabric:/otherApplication/parentService'.
| Kenmerk |
Weergegeven als |
| naam |
ServiceName |
| gebruiken |
vereist |
Schema
In NonAlignedAffinity worden de replica's of exemplaren van de verschillende services op dezelfde knooppunten geplaatst. AlignedAffinity wordt gebruikt met stateful services. Als u één stateful service configureert omdat de affiniteit met een andere stateful service is afgestemd, zorgt u ervoor dat de primaries van deze services op dezelfde knooppunten als elkaar worden geplaatst en dat elk paar secundaire bestanden ook op dezelfde knooppunten worden geplaatst.
| Kenmerk |
Weergegeven als |
| naam |
Schema |
| gebruiken |
vereist |
Het element ServiceCorrelations
Definieert affiniteitsrelaties tussen services.
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
1 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in ServiceType complexType |
| naam |
ServiceCorrelations |
| minOccurs |
0 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ServiceCorrelations" minOccurs="0">
<xs:annotation>
<xs:documentation>Defines affinity relationships between services.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="ServiceCorrelation" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Defines an affinity relationship with another service. Useful when splitting a previously-monolithic application into microservices. One service has a local dependency on another service and both services need to run on the same node in order to work.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="ServiceName" use="required">
<xs:annotation>
<xs:documentation>The name of the other service as a URI. Example, "fabric:/otherApplication/parentService".</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="Scheme" use="required">
<xs:annotation>
<xs:documentation>In NonAlignedAffinity the replicas or instances of the different services are placed on the same nodes. AlignedAffinity is used with stateful services. Configuring one stateful service as having aligned affinity with another stateful service ensures that the primaries of those services are placed on the same nodes as each other, and that each pair of secondaries are also placed on the same nodes.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Affinity"/>
<xs:enumeration value="AlignedAffinity"/>
<xs:enumeration value="NonAlignedAffinity"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Details van inhoudselement
ServiceCorrelation
Definieert een affiniteitsrelatie met een andere service. Handig bij het splitsen van een eerder monolithische toepassing in microservices. De ene service heeft een lokale afhankelijkheid van een andere service en beide services moeten worden uitgevoerd op hetzelfde knooppunt om te kunnen werken.
| Kenmerk |
Weergegeven als |
| naam |
ServiceCorrelation |
| maxOccurs |
niet-gebonden |
Het element ServiceFabricRuntimeAccessPolicy
Hiermee geeft u beleidsregels op die bepalen hoe de Service Fabric-runtime beschikbaar wordt gesteld aan de replica's.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ServiceFabricRuntimeAccessPolicy" type="ServiceFabricRuntimeAccessPolicyType" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Specifies policies that determine how the service fabric runtime is exposed to the replicas.</xs:documentation>
</xs:annotation>
</xs:element>
ServiceGroup-element
Een verzameling services die zich automatisch samen bevinden, zodat ze ook samen worden verplaatst tijdens een failover of resourcebeheer.
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
2 element(en), 2 kenmerken |
| gedefinieerd |
lokaal in DefaultServicesType complexType |
| naam |
ServiceGroup |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ServiceGroup">
<xs:annotation>
<xs:documentation>A collection of services that are automatically located together, so they are also moved together during fail-over or resource management.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice minOccurs="0">
<xs:element name="StatelessServiceGroup" type="StatelessServiceGroupType"/>
<xs:element name="StatefulServiceGroup" type="StatefulServiceGroupType"/>
</xs:choice>
<xs:attribute name="Name" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Name of this service relative to this application Name URI. Fully qualified Name of the service is a combination of Name Uri of the Application and this Name.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ServicePackageActivationMode" type="xs:string" use="optional" default="SharedProcess">
<xs:annotation>
<xs:documentation>ServicePackageActivationMode to be used when creating the service. Allowed values are 'SharedProcess' and 'ExclusiveProcess'. With SharedProcess mode, replica(s) or instance(s) from different partition(s) of service will share same activation of service package on a node. With ExclusiveProcess mode, each replica or instance of service will have its own dedicated activation of service package.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
Kenmerkdetails
Naam
Naam van deze service ten opzichte van deze toepassingsnaam-URI. Volledig gekwalificeerde naam van de service is een combinatie van naam-URI van de toepassing en deze naam.
| Kenmerk |
Weergegeven als |
| naam |
Name |
| type |
xs:string |
| gebruiken |
vereist |
ServicePackageActivationMode
ServicePackageActivationMode die moet worden gebruikt bij het maken van de service. Toegestane waarden zijn SharedProcess en ExclusiveProcess. Met de modus SharedProcess delen replica('s) of exemplaren van verschillende partities van de service dezelfde activering van het servicepakket op een knooppunt. Met de modus ExclusiveProcess heeft elke replica of instantie van de service een eigen toegewezen activering van het servicepakket.
| Kenmerk |
Weergegeven als |
| naam |
ServicePackageActivationMode |
| type |
xs:string |
| gebruiken |
optioneel |
| default |
SharedProcess |
Details van inhoudselement
StatelessServiceGroup
StatefulServiceGroup
Het element ServiceGroupMembers
Lidtypen van dit servicegroeptype.
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
1 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in ServiceGroupTypeType complexTypeType |
| naam |
ServiceGroupMembers |
| minOccurs |
0 |
| maxOccurs |
1 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ServiceGroupMembers" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Member types of this service group type.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="ServiceGroupTypeMember" minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Details van inhoudselement
Geen
| Kenmerk |
Weergegeven als |
| Ref |
ServiceGroupTypeMember |
| minOccurs |
1 |
| maxOccurs |
niet-gebonden |
Het element ServiceGroupTypeMember
Beschrijft het lidtype van de servicegroep.
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
1 element(en), 1 kenmerk(en) |
| gedefinieerd |
wereldwijd |
| naam |
ServiceGroupTypeMember |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ServiceGroupTypeMember">
<xs:annotation>
<xs:documentation>Describes the member type of the service group.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="LoadMetrics" minOccurs="0">
<xs:annotation>
<xs:documentation>Load metrics reported by this service, used for resource balancing services.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="LoadMetric" type="LoadMetricType" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="ServiceTypeName" use="required">
<xs:annotation>
<xs:documentation>User-defined type identifier for a Microsoft Azure Service Fabric ServiceGroup Member, .e.g Actor</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
Kenmerkdetails
ServiceTypeName
Door de gebruiker gedefinieerde type-id voor een Microsoft Azure Service Fabric ServiceGroup Member, bijvoorbeeld Actor
| Kenmerk |
Weergegeven als |
| naam |
ServiceTypeName |
| gebruiken |
vereist |
Details van inhoudselement
LoadMetrics
Metrische gegevens laden die door deze service worden gerapporteerd, die worden gebruikt voor resourceverdelingsservices.
| Kenmerk |
Weergegeven als |
| naam |
LoadMetrics |
| minOccurs |
0 |
ServiceManifest-element
Beschrijft declaratief het servicetype en de versie. Het bevat de onafhankelijk upgradebare code, configuratie en gegevenspakketten die samen een servicepakket opstellen ter ondersteuning van een of meer servicetypen. Resources, diagnostische instellingen en servicemetagegevens, zoals servicetype, statuseigenschappen en metrische gegevens voor taakverdeling, worden ook opgegeven.
| Kenmerk |
Weergegeven als |
| type |
ServiceManifestType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
wereldwijd |
| naam |
ServiceManifest |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ServiceManifest" type="ServiceManifestType"/>
Het element ServiceManifestImport
Hiermee importeert u een servicemanifest dat is gemaakt door de serviceontwikkelaar. Er moet een servicemanifest worden geïmporteerd voor elke samenstellende service in de toepassing. Configuratieoverschrijvingen en beleidsregels kunnen worden gedeclareerd voor het servicemanifest.
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
5 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in ApplicationManifestType complexType |
| naam |
ServiceManifestImport |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ServiceManifestImport" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Imports a service manifest created by the service developer. A service manifest must be imported for each constituent service in the application. Configuration overrides and policies can be declared for the service manifest.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="ServiceManifestRef" type="ServiceManifestRefType"/>
<xs:element name="ConfigOverrides" minOccurs="0">
<xs:annotation>
<xs:documentation>Describes configuration overrides for the imported service manifest. Configuration overrides allow the flexibility of re-using the same service manifests across multiple application types by overriding the service manifest's configuration only when used with a particular application type. Configuration overrides can change any default configuration in a service manifest as long as default configuration is defined using the Settings.xml in the ConfigPackage folder. </xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="ConfigOverride" type="ConfigOverrideType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="ResourceOverrides" type="ResourceOverridesType" minOccurs="0"/>
<xs:element name="EnvironmentOverrides" type="EnvironmentOverridesType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="Policies" type="ServiceManifestImportPoliciesType" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Details van inhoudselement
ServiceManifestRef
ConfigOverrides
Beschrijft configuratie-onderdrukkingen voor het geïmporteerde servicemanifest. Configuratie-onderdrukkingen bieden de flexibiliteit om dezelfde servicemanifesten opnieuw te gebruiken voor meerdere toepassingstypen door de configuratie van het servicemanifest alleen te overschrijven wanneer ze worden gebruikt met een bepaald toepassingstype. Configuratieoverschrijvingen kunnen elke standaardconfiguratie in een servicemanifest wijzigen zolang de standaardconfiguratie is gedefinieerd met behulp van de Settings.xml in de map ConfigPackage.
| Kenmerk |
Weergegeven als |
| naam |
ConfigOverrides |
| minOccurs |
0 |
ResourceOverrides
EnvironmentOverrides
Beleid
Het element ServiceManifestRef
Hiermee importeert u het servicemanifest op basis van referentie. Momenteel moet het servicemanifestbestand (ServiceManifest.xml) aanwezig zijn in het buildpakket.
| Kenmerk |
Weergegeven als |
| type |
ServiceManifestRefType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in het element ServiceManifestImport |
| naam |
ServiceManifestRef |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ServiceManifestRef" type="ServiceManifestRefType"/>
ServicePackage-element
ServicePackage vertegenwoordigt een versie-eenheid van implementatie en activering. De versie van servicepackage wordt bepaald op basis van de manifestversie en de versie van de onderdrukkingen.
| Kenmerk |
Weergegeven als |
| type |
ServicePackageType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
wereldwijd |
| naam |
ServicePackage |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ServicePackage" type="ServicePackageType">
<xs:annotation>
<xs:documentation>ServicePackage represents a versioned unit of deployment and activation. The version of the ServicePackage is determined based on the manifest version and the version of the overrides.</xs:documentation>
</xs:annotation>
</xs:element>
Het element ServicePackageContainerPolicy
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ServicePackageContainerPolicy" type="ServicePackageContainerPolicyType" minOccurs="0" maxOccurs="1"/>
Het element ServicePackageRef
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
0 element(en), 1 kenmerk(en) |
| gedefinieerd |
lokaal in ApplicationInstanceType complexType |
| naam |
ServicePackageRef |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ServicePackageRef" maxOccurs="unbounded">
<xs:complexType>
<xs:attribute name="Name" use="required"/>
<xs:attributeGroup ref="VersionedItemAttrGroup"/>
</xs:complexType>
</xs:element>
Kenmerkdetails
Naam
| Kenmerk |
Weergegeven als |
| naam |
Naam |
| gebruiken |
vereist |
Het element ServicePackageResourceGovernancePolicy
Definieert het resourcebeheerbeleid dat wordt toegepast op het niveau van het hele servicepakket.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ServicePackageResourceGovernancePolicy" type="ServicePackageResourceGovernancePolicyType" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Defines the resource governance policy that is applied at the level of the entire service package.</xs:documentation>
</xs:annotation>
</xs:element>
Het element ServicePlacementPolicies (gedefinieerd in ServiceType)
Declareert plaatsingsbeleid voor een service. Handig wanneer het cluster geografische afstanden of en/of geopolitieke regio's omvat.
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
1 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in ServiceTypeType complexTypeType |
| naam |
ServicePlacementPolicies |
| minOccurs |
0 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ServicePlacementPolicies" minOccurs="0">
<xs:annotation>
<xs:documentation>Declares placement policies for a service. Useful when the cluster spans geographic distances or and/or geopolitical regions.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="ServicePlacementPolicy" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Defines a service placement policy, which specifies that the service should or should not run in certain cluster fault domains. Useful when the cluster spans geographic distances or and/or geopolitical regions.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="DomainName">
<xs:annotation>
<xs:documentation>The fault domain where the service should or should not be placed, depending on the Type value.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="Type" use="required">
<xs:annotation>
<xs:documentation>InvalidDomain allows you to specify that a particular Fault Domain is invalid for this workload. RequiredDomain requires that all of the replicas be present in the specified domain. Multiple required domains can be specified. PreferredPrimaryDomain specifies the preferred Fault Domain for primary replicas. Useful in geographically spanned clusters where you are using other locations for redundancy, but would prefer that the primary replicas be placed in a certain location in order to provider lower latency for operations which go to the primary. RequiredDomainDistribution specifies that replicas are required to be distributed among the available fault domains. NonPartiallyPlace controls if the service replicas will be partially place if not all of them can be placed. </xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="InvalidDomain"/>
<xs:enumeration value="RequiredDomain"/>
<xs:enumeration value="PreferredPrimaryDomain"/>
<xs:enumeration value="RequiredDomainDistribution"/>
<xs:enumeration value="NonPartiallyPlace"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Details van inhoudselement
ServicePlacementPolicy
Definieert een beleid voor serviceplaatsing, waarmee wordt aangegeven dat de service wel of niet moet worden uitgevoerd in bepaalde clusterfoutdomeinen. Handig wanneer het cluster geografische afstanden of en/of geopolitieke regio's omvat.
| Kenmerk |
Weergegeven als |
| naam |
ServicePlacementPolicy |
| maxOccurs |
niet-gebonden |
Het element ServicePlacementPolicies (gedefinieerd in ServiceType)
Declareert plaatsingsbeleid voor een service. Handig wanneer het cluster geografische afstanden of en/of geopolitieke regio's omvat.
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
1 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in ServiceType complexType |
| naam |
ServicePlacementPolicies |
| minOccurs |
0 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ServicePlacementPolicies" minOccurs="0">
<xs:annotation>
<xs:documentation>Declares placement policies for a service. Useful when the cluster spans geographic distances or and/or geopolitical regions.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="ServicePlacementPolicy" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Defines a service placement policy, which specifies that the service should or should not run in certain cluster fault domains. Useful when the cluster spans geographic distances or and/or geopolitical regions.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="DomainName">
<xs:annotation>
<xs:documentation>The fault domain where the service should or should not be placed, depending on the Type value.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="Type" use="required">
<xs:annotation>
<xs:documentation>InvalidDomain allows you to specify that a particular Fault Domain is invalid for this workload. RequiredDomain requires that all of the replicas be present in the specified domain. Multiple required domains can be specified. PreferredPrimaryDomain specifies the preferred Fault Domain for primary replicas. Useful in geographically spanned clusters where you are using other locations for redundancy, but would prefer that the primary replicas be placed in a certain location in order to provider lower latency for operations which go to the primary. RequiredDomainDistribution specifies that replicas are required to be distributed among the available fault domains. NonPartiallyPlace controls if the service replicas will be partially place if not all of them can be placed.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="InvalidDomain"/>
<xs:enumeration value="RequiredDomain"/>
<xs:enumeration value="PreferredPrimaryDomain"/>
<xs:enumeration value="RequiredDomainDistribution"/>
<xs:enumeration value="NonPartiallyPlace"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Details van inhoudselement
ServicePlacementPolicy
Definieert een beleid voor serviceplaatsing, waarmee wordt aangegeven dat de service wel of niet moet worden uitgevoerd in bepaalde clusterfoutdomeinen. Handig wanneer het cluster geografische afstanden of en/of geopolitieke regio's omvat.
| Kenmerk |
Weergegeven als |
| naam |
ServicePlacementPolicy |
| maxOccurs |
niet-gebonden |
Het element ServicePlacementPolicy gedefinieerd in ServicePlacementPolicies
Definieert een beleid voor serviceplaatsing, waarmee wordt aangegeven dat de service wel of niet moet worden uitgevoerd in bepaalde clusterfoutdomeinen. Handig wanneer het cluster geografische afstanden of en/of geopolitieke regio's omvat.
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
0 element(en), 2 kenmerken |
| gedefinieerd |
lokaal in het element ServicePlacementPolicies |
| naam |
ServicePlacementPolicy |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ServicePlacementPolicy" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Defines a service placement policy, which specifies that the service should or should not run in certain cluster fault domains. Useful when the cluster spans geographic distances or and/or geopolitical regions.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="DomainName">
<xs:annotation>
<xs:documentation>The fault domain where the service should or should not be placed, depending on the Type value.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="Type" use="required">
<xs:annotation>
<xs:documentation>InvalidDomain allows you to specify that a particular Fault Domain is invalid for this workload. RequiredDomain requires that all of the replicas be present in the specified domain. Multiple required domains can be specified. PreferredPrimaryDomain specifies the preferred Fault Domain for primary replicas. Useful in geographically spanned clusters where you are using other locations for redundancy, but would prefer that the primary replicas be placed in a certain location in order to provider lower latency for operations which go to the primary. RequiredDomainDistribution specifies that replicas are required to be distributed among the available fault domains. NonPartiallyPlace controls if the service replicas will be partially place if not all of them can be placed.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="InvalidDomain"/>
<xs:enumeration value="RequiredDomain"/>
<xs:enumeration value="PreferredPrimaryDomain"/>
<xs:enumeration value="RequiredDomainDistribution"/>
<xs:enumeration value="NonPartiallyPlace"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
Kenmerkdetails
DomainName
Het foutdomein waar de service wel of niet moet worden geplaatst, afhankelijk van de waarde Type.
| Kenmerk |
Weergegeven als |
| naam |
DomainName |
Type
Met InvalidDomain kunt u opgeven dat een bepaald foutdomein ongeldig is voor deze workload. RequiredDomain vereist dat alle replica's aanwezig zijn in het opgegeven domein. Er kunnen meerdere vereiste domeinen worden opgegeven. PreferredPrimaryDomain specificeert het voorkeursfoutdomein voor primaire replica's. Handig in geografisch verspreide clusters waar u andere locaties voor redundantie gebruikt, maar liever dat de primaire replica's op een bepaalde locatie worden geplaatst om een lagere latentie te kunnen gebruiken voor bewerkingen die naar de primaire locatie gaan. RequiredDomainDistribution geeft aan dat replica's moeten worden gedistribueerd tussen de beschikbare foutdomeinen. Niet-GedeeltelijkPlace-besturingselementen als de servicereplica's gedeeltelijk worden geplaatst als ze niet allemaal kunnen worden geplaatst.
| Kenmerk |
Weergegeven als |
| naam |
Type |
| gebruiken |
vereist |
Het element ServicePlacementPolicy (gedefinieerd in ServicePlacementPolicies)
Definieert een beleid voor serviceplaatsing, waarmee wordt aangegeven dat de service wel of niet moet worden uitgevoerd in bepaalde clusterfoutdomeinen. Handig wanneer het cluster geografische afstanden of en/of geopolitieke regio's omvat.
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
0 element(en), 2 kenmerken |
| gedefinieerd |
lokaal in het element ServicePlacementPolicies |
| naam |
ServicePlacementPolicy |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ServicePlacementPolicy" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Defines a service placement policy, which specifies that the service should or should not run in certain cluster fault domains. Useful when the cluster spans geographic distances or and/or geopolitical regions.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="DomainName">
<xs:annotation>
<xs:documentation>The fault domain where the service should or should not be placed, depending on the Type value.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="Type" use="required">
<xs:annotation>
<xs:documentation>InvalidDomain allows you to specify that a particular Fault Domain is invalid for this workload. RequiredDomain requires that all of the replicas be present in the specified domain. Multiple required domains can be specified. PreferredPrimaryDomain specifies the preferred Fault Domain for primary replicas. Useful in geographically spanned clusters where you are using other locations for redundancy, but would prefer that the primary replicas be placed in a certain location in order to provider lower latency for operations which go to the primary. RequiredDomainDistribution specifies that replicas are required to be distributed among the available fault domains. NonPartiallyPlace controls if the service replicas will be partially place if not all of them can be placed. </xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="InvalidDomain"/>
<xs:enumeration value="RequiredDomain"/>
<xs:enumeration value="PreferredPrimaryDomain"/>
<xs:enumeration value="RequiredDomainDistribution"/>
<xs:enumeration value="NonPartiallyPlace"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
Kenmerkdetails
DomainName
Het foutdomein waar de service wel of niet moet worden geplaatst, afhankelijk van de waarde Type.
| Kenmerk |
Weergegeven als |
| naam |
DomainName |
Type
Met InvalidDomain kunt u opgeven dat een bepaald foutdomein ongeldig is voor deze workload. RequiredDomain vereist dat alle replica's aanwezig zijn in het opgegeven domein. Er kunnen meerdere vereiste domeinen worden opgegeven. PreferredPrimaryDomain specificeert het voorkeursfoutdomein voor primaire replica's. Handig in geografisch verspreide clusters waar u andere locaties voor redundantie gebruikt, maar liever dat de primaire replica's op een bepaalde locatie worden geplaatst om een lagere latentie te kunnen gebruiken voor bewerkingen die naar de primaire locatie gaan. RequiredDomainDistribution geeft aan dat replica's moeten worden gedistribueerd tussen de beschikbare foutdomeinen. Niet-GedeeltelijkPlace-besturingselementen als de servicereplica's gedeeltelijk worden geplaatst als ze niet allemaal kunnen worden geplaatst.
| Kenmerk |
Weergegeven als |
| naam |
Type |
| gebruiken |
vereist |
Het element ServiceScalingPolicies
Declareert schaalbeleid voor een service. Handig voor het dynamisch schalen van de service op basis van behoeften.
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
1 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in ServiceType complexType |
| naam |
ServiceScalingPolicies |
| minOccurs |
0 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ServiceScalingPolicies" minOccurs="0">
<xs:annotation>
<xs:documentation>Declares scaling policies for a service. Useful for dynamically scaling the service based on needs. </xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="ScalingPolicy" type="ScalingPolicyType" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Details van inhoudselement
ScalingPolicy
| Kenmerk |
Weergegeven als |
| naam |
ScalingPolicy |
| type |
ScalingPolicyType |
| maxOccurs |
niet-gebonden |
ServiceTemplates-element
Declareert de set toegestane servicetypen die dynamisch in het toepassingsexemplaren kunnen worden gemaakt. Standaardconfiguratiewaarden, zoals replicatiefactor, worden opgegeven en gebruikt als sjabloon voor het maken van service-exemplaren.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ServiceTemplates" type="ServiceTemplatesType" minOccurs="0">
<xs:annotation>
<xs:documentation>Declares the set of permitted service types that can be created dynamically inside the application instance. Default configuration values, such as replication factor, are specified and used as a template for creating service instances.</xs:documentation>
</xs:annotation>
</xs:element>
Het element ServiceTypeHealthPolicy
Beschrijft het beleid voor het evalueren van status gebeurtenissen die zijn gerapporteerd op services, partities en replica's van een bepaald servicetype.
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in ApplicationHealthPolicyType complexType |
| naam |
ServiceTypeHealthPolicy |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ServiceTypeHealthPolicy" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Describes the policy for evaluating health events reported on services, partitions and replicas of a particular service type.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="ServiceTypeHealthPolicyType">
<xs:attribute name="ServiceTypeName" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>The name of the service type that the policy will be applied to.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
ServiceTypes element (type ServiceAndServiceGroupTypesType)
Hiermee definieert u welke servicetypen worden ondersteund door een CodePackage in dit manifest. Wanneer een service wordt geïnstantieerd op basis van een van deze servicetypen, worden alle codepakketten die in dit manifest zijn gedeclareerd, geactiveerd door hun toegangspunten uit te voeren. Servicetypen worden gedeclareerd op manifestniveau en niet op codepakketniveau.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ServiceTypes" type="ServiceAndServiceGroupTypesType">
<xs:annotation>
<xs:documentation>Defines what service types are supported by a CodePackage in this manifest. When a service is instantiated against one of these service types, all code packages declared in this manifest are activated by running their entry points. Service types are declared at the manifest level and not the code package level.</xs:documentation>
</xs:annotation>
</xs:element>
ServiceTypes element (type ServiceTypesType)
| Kenmerk |
Weergegeven als |
| type |
ServiceTypesType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in het element DigestedServiceTypes |
| naam |
ServiceTypes |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ServiceTypes" type="ServiceTypesType"/>
Het element Instellingen (type SettingsOverridesType)
Declareert configuratie-instellingen in een servicemanifest dat moet worden overschreven. Het bestaat uit een of meer secties van sleutel-waardeparen. Parameterwaarden kunnen worden versleuteld met behulp van de cmdlet Invoke-ServiceFabricEncryptSecret.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Settings" type="SettingsOverridesType" minOccurs="0"/>
Het element Instellingen (type SettingsType)
Configureerbare instellingen voor de codepakketten van een service worden gedefilet. Microsoft Azure Service Fabric interpreteert de instellingen niet, maar maakt deze beschikbaar via Runtime-API's voor gebruik door de codeonderdelen.
| Kenmerk |
Weergegeven als |
| type |
SettingsType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
wereldwijd |
| naam |
Instellingen |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Settings" type="SettingsType">
<xs:annotation>
<xs:documentation>Defiles configurable settings for the code packages of a service. Microsoft Azure Service Fabric does not interpret the settings, however it makes them available via Runtime APIs for use by the code components.</xs:documentation>
</xs:annotation>
</xs:element>
Het element SetupEntryPoint
Een bevoegd toegangspunt dat standaard wordt uitgevoerd met dezelfde referenties als Service Fabric (meestal het NETWORKSERVICE-account) vóór een ander toegangspunt. Het uitvoerbare bestand dat is opgegeven door EntryPoint, is doorgaans de langlopende servicehost. De aanwezigheid van een afzonderlijk installatieinvoerpunt voorkomt dat u de servicehost met hoge bevoegdheden gedurende langere tijd moet uitvoeren.
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
1 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in CodePackageType complexType |
| naam |
SetupEntryPoint |
| minOccurs |
0 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="SetupEntryPoint" minOccurs="0">
<xs:annotation>
<xs:documentation>A privileged entry point that by default runs with the same credentials as Service Fabric (typically the NETWORKSERVICE account) before any other entry point. The executable specified by EntryPoint is typically the long-running service host. The presence of a separate setup entry point avoids having to run the service host with high privileges for extended periods of time.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="ExeHost" type="ExeHostEntryPointType"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Details van inhoudselement
ExeHost
Het element SfssRgPolicies
Het resourcebeheerbeleid voor SF-systeemservices voor dit knooppunttype
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
1 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in nodetype-element |
| naam |
SfssRgPolicies |
| minOccurs |
0 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="SfssRgPolicies" minOccurs="0">
<xs:annotation>
<xs:documentation>The SF system services resource governance policy for this node type</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="SfssRgPolicy" type="KeyValuePairType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Details van inhoudselement
SfssRgPolicy
| Kenmerk |
Weergegeven als |
| naam |
SfssRgPolicy |
| type |
KeyValuePairType |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
SfssRgPolicy-element
| Kenmerk |
Weergegeven als |
| type |
KeyValuePairType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in het element SfssRgPolicies |
| naam |
SfssRgPolicy |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="SfssRgPolicy" type="KeyValuePairType" minOccurs="0" maxOccurs="unbounded"/>
Het element SharedLogFileId
Specifieke GUID die moet worden gebruikt als de gedeelde logboek-id.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="SharedLogFileId" minOccurs="0">
<xs:annotation>
<xs:documentation>Specific GUID to use as the shared log ID.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="Value" use="required">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
Kenmerkdetails
Weergegeven als
| Kenmerk |
Weergegeven als |
| naam |
Weergegeven als |
| gebruiken |
vereist |
Het element SharedLogFilePath
Hiermee definieert u het pad naar het gedeelde logboek.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="SharedLogFilePath" minOccurs="0">
<xs:annotation>
<xs:documentation>Defines path to shared log.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="Value" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>
Kenmerkdetails
Weergegeven als
| Kenmerk |
Weergegeven als |
| naam |
Weergegeven als |
| type |
xs:string |
| gebruiken |
vereist |
Het element SharedLogFileSizeInMB
Definieert hoe groot het gedeelde logboek is.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="SharedLogFileSizeInMB" minOccurs="0">
<xs:annotation>
<xs:documentation>Defines how large is the shared log.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="Value" use="required">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="512"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
Kenmerkdetails
Weergegeven als
| Kenmerk |
Weergegeven als |
| naam |
Weergegeven als |
| gebruiken |
vereist |
SingletonPartition-element
Declareert dat deze service slechts één partitie heeft.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="SingletonPartition">
<xs:annotation>
<xs:documentation>Declares that this service has only one partition.</xs:documentation>
</xs:annotation>
<xs:complexType/>
</xs:element>
StatefulService-element
Definieert een stateful service.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="StatefulService" type="StatefulServiceType"/>
Het element StatefulServiceGroup
Hiermee definieert u een stateful servicegroep.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="StatefulServiceGroup" type="StatefulServiceGroupType"/>
Het element StatefulServiceGroupType
Beschrijft een stateful servicegroeptype.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="StatefulServiceGroupType" type="StatefulServiceGroupTypeType"/>
Het element StatefulServiceType
Beschrijft een stateful servicetype.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="StatefulServiceType" type="StatefulServiceTypeType"/>
StatelessService-element
Definieert een staatloze service.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="StatelessService" type="StatelessServiceType"/>
StatelessServiceGroup-element
Definieert een stateless servicegroep.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="StatelessServiceGroup" type="StatelessServiceGroupType"/>
Het element StatelessServiceGroupType
Beschrijft een staatloze servicegroepstype.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="StatelessServiceGroupType" type="StatelessServiceGroupTypeType"/>
StatelessServiceType-element
Beschrijft een staatloos servicetype.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="StatelessServiceType" type="StatelessServiceTypeType"/>
SystemGroup-element (gedefinieerd in MemberOf)
De systeemgroep waaraan de gebruiker moet worden toegevoegd. De systeemgroep moet worden gedefinieerd in de sectie Groepen.
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
0 element(en), 1 kenmerk(en) |
| gedefinieerd |
lokaal in het element MemberOf |
| naam |
SystemGroup |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="SystemGroup" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>The system group to add the user to. The system group must be defined in the Groups section.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="Name" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>The name of the system group.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
Kenmerkdetails
Naam
De naam van de systeemgroep.
| Kenmerk |
Weergegeven als |
| naam |
Name |
| type |
xs:string |
| gebruiken |
vereist |
SystemGroup-element (gedefinieerd in lidmaatschap)
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
0 element(en), 1 kenmerk(en) |
| gedefinieerd |
lokaal in lidmaatschapselement |
| naam |
SystemGroup |
| minOccurs |
0 |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="SystemGroup" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:attribute name="Name" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>
Kenmerkdetails
Naam
| Kenmerk |
Weergegeven als |
| naam |
Name |
| type |
xs:string |
| gebruiken |
vereist |
Beschrijft het doel dat fabricDeployer moet implementeren.
| Kenmerk |
Weergegeven als |
| type |
TargetInformationType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
wereldwijd |
| naam |
TargetInformation |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="TargetInformation" type="TargetInformationType">
<xs:annotation>
<xs:documentation>Describes the target the FabricDeployer needs to deploy.</xs:documentation>
</xs:annotation>
</xs:element>
TargetInstallation-element
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="TargetInstallation" type="WindowsFabricDeploymentInformation" minOccurs="1"/>
Beschrijft een uniform partitioneringsschema op basis van Int64-sleutels.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="UniformInt64Partition">
<xs:annotation>
<xs:documentation>Describes a uniform partitioning scheme based on Int64 keys.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="PartitionCount" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Total number of partitions (positive integer). Each partition is responsible for a non-overlapping subrange of the overall partition key range.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="LowKey" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Inclusive low range of the partition key (long).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="HighKey" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Inclusive high range of the partition key (long).</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
Kenmerkdetails
PartitionCount
Totaal aantal partities (positief geheel getal). Elke partitie is verantwoordelijk voor een niet-overlappende subbereik van het totale partitiesleutelbereik.
| Kenmerk |
Weergegeven als |
| naam |
PartitionCount |
| type |
xs:string |
| gebruiken |
vereist |
LowKey
Inclusief laag bereik van de partitiesleutel (lang).
| Kenmerk |
Weergegeven als |
| naam |
LowKey |
| type |
xs:string |
| gebruiken |
vereist |
HighKey
Inclusief hoog bereik van de partitiesleutel (lang).
| Kenmerk |
Weergegeven als |
| naam |
HighKey |
| type |
xs:string |
| gebruiken |
vereist |
UnmanagedDll-element
Niet ondersteund, niet gebruiken. De naam van een niet-beheerde assembly (bijvoorbeeld Queue.dll) die u wilt hosten.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="UnmanagedDll" type="UnmanagedDllType"/>
Het element UpgradeOrchestrationServiceReplicatorEndpoint
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="UpgradeOrchestrationServiceReplicatorEndpoint" type="InternalEndpointType" minOccurs="0"/>
Element UpgradeServiceReplicatorEndpoint
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="UpgradeServiceReplicatorEndpoint" type="InternalEndpointType" minOccurs="0"/>
Gebruiker element
Declareert een gebruiker als beveiligingsprincipaal, waarnaar kan worden verwezen in beleid.
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
2 element(en), 5 kenmerken |
| gedefinieerd |
lokaal in het element Gebruikers |
| naam |
User |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="User" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Declares a user as a security principal, which can be referenced in policies.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="NTLMAuthenticationPolicy" minOccurs="0">
<xs:complexType>
<xs:attribute name="IsEnabled" type="xs:boolean" use="optional" default="true"/>
<xs:attribute name="PasswordSecret" type="xs:string" use="required"/>
<xs:attribute name="PasswordSecretEncrypted" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="X509StoreLocation" use="optional" default="LocalMachine">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="LocalMachine"/>
<xs:enumeration value="CurrentUser"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="X509StoreName" default="My">
<xs:simpleType>
<xs:restriction base="xs:string"/>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="X509Thumbprint" type="xs:string"/>
</xs:complexType>
</xs:element>
<xs:element name="MemberOf" minOccurs="0">
<xs:annotation>
<xs:documentation>Users can be added to any existing membership group, so it can inherit all the properties and security settings of that membership group. The membership group can be used to secure external resources that need to be accessed by different services or the same service (on a different machine).</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element name="SystemGroup" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>The system group to add the user to. The system group must be defined in the Groups section.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="Name" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>The name of the system group.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="Group" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>The group to add the user to. The group must be defined in the Groups section.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="NameRef" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>The name of the group.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="Name" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Name of the user account.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="AccountType" use="optional" default="LocalUser">
<xs:annotation>
<xs:documentation>Specifies the type of account: LocalUser, DomainUser, NetworkService, LocalService, ManagedServiceAccount, or LocalSystem. The default is LocalUser. Local user accounts are created on the machines where the application is deployed. By default, these accounts do not have the same names as those specified here. Instead, they are dynamically generated and have random passwords. Supported local system account types are LocalUser, NetworkService, LocalService and LocalSystem. Domain accounts are supported on Windows Server deployments where Azure Active Directory is available.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="LocalUser"/>
<xs:enumeration value="DomainUser"/>
<xs:enumeration value="NetworkService"/>
<xs:enumeration value="LocalService"/>
<xs:enumeration value="ManagedServiceAccount"/>
<xs:enumeration value="LocalSystem"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="LoadUserProfile" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="PerformInteractiveLogon" type="xs:boolean" use="optional" default="false"/>
<xs:attributeGroup ref="AccountCredentialsGroup"/>
<xs:attribute name="PasswordEncrypted" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation>True if the password is encrypted; false if in plain text.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
Kenmerkdetails
Naam
Naam van het gebruikersaccount.
| Kenmerk |
Weergegeven als |
| naam |
Name |
| type |
xs:string |
| gebruiken |
vereist |
AccountType
Hiermee geeft u het type account: LocalUser, DomainUser, NetworkService, LocalService, ManagedServiceAccount of LocalSystem. De standaardwaarde is LocalUser. Lokale gebruikersaccounts worden gemaakt op de computers waarop de toepassing wordt geïmplementeerd. Deze accounts hebben standaard niet dezelfde namen als die hier zijn opgegeven. In plaats daarvan worden ze dynamisch gegenereerd en hebben willekeurige wachtwoorden. Ondersteunde lokale systeemaccounttypen zijn LocalUser, NetworkService, LocalService en LocalSystem. Domeinaccounts worden ondersteund in Windows Server-implementaties waar Microsoft Entra-id beschikbaar is.
| Kenmerk |
Weergegeven als |
| naam |
AccountType |
| gebruiken |
optioneel |
| default |
LocalUser |
LoadUserProfile
| Kenmerk |
Weergegeven als |
| naam |
LoadUserProfile |
| type |
xs:boolean |
| gebruiken |
optioneel |
| default |
false |
| Kenmerk |
Weergegeven als |
| naam |
PerformInteractiveLogon |
| type |
xs:boolean |
| gebruiken |
optioneel |
| default |
false |
PasswordEncrypted
Waar als het wachtwoord is versleuteld; onwaar indien in tekst zonder opmaak.
| Kenmerk |
Weergegeven als |
| naam |
PasswordEncrypted |
| type |
xs:boolean |
| gebruiken |
optioneel |
Details van inhoudselement
NTLMAuthenticationPolicy
| Kenmerk |
Weergegeven als |
| naam |
NTLMAuthenticationPolicy |
| minOccurs |
0 |
MemberOf
Gebruikers kunnen worden toegevoegd aan elke bestaande lidmaatschapsgroep, zodat alle eigenschappen en beveiligingsinstellingen van die lidmaatschapsgroep kunnen worden overgenomen. De lidmaatschapsgroep kan worden gebruikt om externe resources te beveiligen die toegankelijk moeten zijn voor verschillende services of dezelfde service (op een andere computer).
| Kenmerk |
Weergegeven als |
| naam |
MemberOf |
| minOccurs |
0 |
UserRoleClientCertificate-element
Het standaardclientcertificaat voor gebruikersrollen dat wordt gebruikt voor het beveiligen van clientservercommunicatie.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="UserRoleClientCertificate" type="FabricCertificateType" minOccurs="0">
<xs:annotation>
<xs:documentation>The default user role client certificate used to secure client server communication.</xs:documentation>
</xs:annotation>
</xs:element>
Gebruikerselement
Declareert een set gebruikers als beveiligingsprinciplen, waarnaar kan worden verwezen in beleid.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Users" minOccurs="0">
<xs:annotation>
<xs:documentation>Declares a set of users as security principals, which can be referenced in policies.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="User" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Declares a user as a security principal, which can be referenced in policies.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="NTLMAuthenticationPolicy" minOccurs="0">
<xs:complexType>
<xs:attribute name="IsEnabled" type="xs:boolean" use="optional" default="true"/>
<xs:attribute name="PasswordSecret" type="xs:string" use="required"/>
<xs:attribute name="PasswordSecretEncrypted" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="X509StoreLocation" use="optional" default="LocalMachine">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="LocalMachine"/>
<xs:enumeration value="CurrentUser"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="X509StoreName" default="My">
<xs:simpleType>
<xs:restriction base="xs:string"/>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="X509Thumbprint" type="xs:string"/>
</xs:complexType>
</xs:element>
<xs:element name="MemberOf" minOccurs="0">
<xs:annotation>
<xs:documentation>Users can be added to any existing membership group, so it can inherit all the properties and security settings of that membership group. The membership group can be used to secure external resources that need to be accessed by different services or the same service (on a different machine).</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element name="SystemGroup" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>The system group to add the user to. The system group must be defined in the Groups section.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="Name" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>The name of the system group.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="Group" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>The group to add the user to. The group must be defined in the Groups section.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="NameRef" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>The name of the group.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="Name" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Name of the user account.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="AccountType" use="optional" default="LocalUser">
<xs:annotation>
<xs:documentation>Specifies the type of account: LocalUser, DomainUser, NetworkService, LocalService, ManagedServiceAccount, or LocalSystem. The default is LocalUser. Local user accounts are created on the machines where the application is deployed. By default, these accounts do not have the same names as those specified here. Instead, they are dynamically generated and have random passwords. Supported local system account types are LocalUser, NetworkService, LocalService and LocalSystem. Domain accounts are supported on Windows Server deployments where Azure Active Directory is available.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="LocalUser"/>
<xs:enumeration value="DomainUser"/>
<xs:enumeration value="NetworkService"/>
<xs:enumeration value="LocalService"/>
<xs:enumeration value="ManagedServiceAccount"/>
<xs:enumeration value="LocalSystem"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="LoadUserProfile" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="PerformInteractiveLogon" type="xs:boolean" use="optional" default="false"/>
<xs:attributeGroup ref="AccountCredentialsGroup"/>
<xs:attribute name="PasswordEncrypted" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation>True if the password is encrypted; false if in plain text.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Details van inhoudselement
User
Declareert een gebruiker als beveiligingsprincipaal, waarnaar kan worden verwezen in beleid.
| Kenmerk |
Weergegeven als |
| naam |
User |
| maxOccurs |
niet-gebonden |
Volumeelement
Hiermee geeft u het volume moet worden gebonden aan container.
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Volume" type="ContainerVolumeType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Specifies the volume to be bound to container.</xs:documentation>
</xs:annotation>
</xs:element>
Stemelement
| Kenmerk |
Weergegeven als |
| type |
PaaSVoteType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in het element Stemmen |
| naam |
Stem |
| maxOccurs |
niet-gebonden |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Vote" type="PaaSVoteType" maxOccurs="unbounded"/>
Het element Stemmen
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
1 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in paaS-element |
| naam |
Stemmen |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Votes">
<xs:complexType>
<xs:sequence>
<xs:element name="Vote" type="PaaSVoteType" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Details van inhoudselement
Stem
| Kenmerk |
Weergegeven als |
| naam |
Stem |
| type |
PaaSVoteType |
| maxOccurs |
niet-gebonden |
WindowsAzure-element
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
1 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in het element Infrastructuur |
| naam |
WindowsAzure |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="WindowsAzure">
<xs:complexType>
<xs:sequence>
<xs:element name="Roles">
<xs:complexType>
<xs:sequence>
<xs:element name="Role" type="AzureRoleType" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Details van inhoudselement
Rollen
| Kenmerk |
Weergegeven als |
| naam |
Rollen |
Het element WindowsAzureStaticTopology
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in het element Infrastructuur |
| naam |
WindowsAzureStaticTopology |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="WindowsAzureStaticTopology">
<xs:complexType>
<xs:complexContent>
<xs:extension base="WindowsInfrastructureType"/>
</xs:complexContent>
</xs:complexType>
</xs:element>
WindowsServer-element
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in het element Infrastructuur |
| naam |
WindowsServer |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="WindowsServer">
<xs:complexType>
<xs:complexContent>
<xs:extension base="WindowsInfrastructureType">
<xs:attribute name="IsScaleMin" type="xs:boolean" default="false"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Het element WorkingFolder
| Kenmerk |
Weergegeven als |
| type |
anoniem complexType |
| content |
0 element(en), 0 kenmerken |
| gedefinieerd |
lokaal in ExeHostEntryPointType complexType |
| naam |
WorkingFolder |
| default |
Werk |
| minOccurs |
0 |
XML-bron
<xs:element xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="WorkingFolder" default="Work" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Work"/>
<xs:enumeration value="CodePackage"/>
<xs:enumeration value="CodeBase"/>
</xs:restriction>
</xs:simpleType>
</xs:element>