AccountCredentialsGroup attributeGroup
Atrybut |
Wartość |
content |
2 atrybuty |
name |
AccountCredentialsGroup |
Źródło XML
<xs:attributeGroup xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="AccountCredentialsGroup">
<xs:attribute name="AccountName" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>User name or Service Account Name (for example, MyMachine\JohnDoe or John.Doe@department.contoso.com).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Password" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>Password for the user account.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
Szczegóły atrybutu
AccountName
Nazwa użytkownika lub nazwa konta usługi (na przykład MyMachine\JohnDoe lub John.Doe@department.contoso.com).
Atrybut |
Wartość |
name |
AccountName |
type |
xs:string |
używać |
optional |
Źródło XML
<xs:attribute xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="AccountName" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>User name or Service Account Name (for example, MyMachine\JohnDoe or John.Doe@department.contoso.com).</xs:documentation>
</xs:annotation>
</xs:attribute>
Hasło
Hasło do konta użytkownika.
Atrybut |
Wartość |
name |
Hasło |
type |
xs:string |
używać |
optional |
Źródło XML
<xs:attribute xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Password" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>Password for the user account.</xs:documentation>
</xs:annotation>
</xs:attribute>
ApplicationInstanceAttrGroup, grupa atrybutów
Grupa atrybutów dla wystąpienia aplikacji.
Atrybut |
Wartość |
content |
2 atrybuty |
name |
ApplicationInstanceAttrGroup |
Źródło XML
<xs:attributeGroup xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ApplicationInstanceAttrGroup">
<xs:annotation>
<xs:documentation>Attribute group for application instance.</xs:documentation>
</xs:annotation>
<xs:attribute name="NameUri" type="FabricUri" use="required">
<xs:annotation>
<xs:documentation>Fully qualified name of the application.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ApplicationId" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Id of this application.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
Szczegóły atrybutu
Identyfikator NameUri
W pełni kwalifikowana nazwa aplikacji.
Atrybut |
Wartość |
name |
Identyfikator NameUri |
type |
Identyfikator FabricUri |
używać |
wymagane |
Źródło XML
<xs:attribute xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="NameUri" type="FabricUri" use="required">
<xs:annotation>
<xs:documentation>Fully qualified name of the application.</xs:documentation>
</xs:annotation>
</xs:attribute>
Identyfikator aplikacji
Identyfikator tej aplikacji.
Atrybut |
Wartość |
name |
Identyfikator aplikacji |
type |
xs:string |
używać |
wymagane |
Źródło XML
<xs:attribute xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ApplicationId" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Id of this application.</xs:documentation>
</xs:annotation>
</xs:attribute>
ApplicationManifestAttrGroup, atrybutGroup
Grupa atrybutów manifestu aplikacji.
Atrybut |
Wartość |
content |
3 atrybuty |
name |
ApplicationManifestAttrGroup |
Źródło XML
<xs:attributeGroup xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ApplicationManifestAttrGroup">
<xs:annotation>
<xs:documentation>Attribute group for application manifest.</xs:documentation>
</xs:annotation>
<xs:attribute name="ApplicationTypeName" use="required">
<xs:annotation>
<xs:documentation>The type identifier for this application.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="ApplicationTypeVersion" use="required">
<xs:annotation>
<xs:documentation>The version of this application type, an unstructured string.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="ManifestId" use="optional" default="" type="xs:string">
<xs:annotation>
<xs:documentation>The identifier of this application manifest, an unstructured string.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:anyAttribute processContents="skip"/> <!-- Allow unknown attributes to be used. -->
</xs:attributeGroup>
Szczegóły atrybutu
ApplicationTypeName
Identyfikator typu dla tej aplikacji.
Atrybut |
Wartość |
name |
ApplicationTypeName |
używać |
wymagane |
Źródło XML
<xs:attribute xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ApplicationTypeName" use="required">
<xs:annotation>
<xs:documentation>The type identifier for this application.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
ApplicationTypeVersion
Wersja tego typu aplikacji, ciąg bez struktury.
Atrybut |
Wartość |
name |
ApplicationTypeVersion |
używać |
wymagane |
Źródło XML
<xs:attribute xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ApplicationTypeVersion" use="required">
<xs:annotation>
<xs:documentation>The version of this application type, an unstructured string.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
ManifestId
Identyfikator tego manifestu aplikacji, ciąg bez struktury.
Atrybut |
Wartość |
name |
ManifestId |
używać |
optional |
domyślna |
|
type |
xs:string |
Źródło XML
<xs:attribute xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ManifestId" use="optional" default="" type="xs:string">
<xs:annotation>
<xs:documentation>The identifier of this application manifest, an unstructured string.</xs:documentation>
</xs:annotation>
</xs:attribute>
ConfigOverridesIdentifier attributeGroup
Identyfikuje przesłonięcia konfiguracji dla pakietu usługi.
Atrybut |
Wartość |
content |
2 atrybuty |
name |
ConfigOverridesIdentifier |
Źródło XML
<xs:attributeGroup xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ConfigOverridesIdentifier">
<xs:annotation>
<xs:documentation>Identifies configuration overrides for a service package.</xs:documentation>
</xs:annotation>
<xs:attribute name="ServicePackageName" type="xs:string" use="required"/>
<xs:attribute name="RolloutVersion" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>ID of the rollout in which changes were made to the overrides element.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
Szczegóły atrybutu
ServicePackageName
Atrybut |
Wartość |
name |
ServicePackageName |
type |
xs:string |
używać |
wymagane |
Źródło XML
<xs:attribute xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ServicePackageName" type="xs:string" use="required"/>
RolloutVersion
Identyfikator wdrożenia, w którym wprowadzono zmiany w elemecie przesłonięcia.
Atrybut |
Wartość |
name |
RolloutVersion |
type |
xs:string |
używać |
wymagane |
Źródło XML
<xs:attribute xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="RolloutVersion" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>ID of the rollout in which changes were made to the overrides element.</xs:documentation>
</xs:annotation>
</xs:attribute>
ConnectionString attributeGroup
Atrybut |
Wartość |
content |
1 atrybuty |
name |
ConnectionString |
Źródło XML
<xs:attributeGroup xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ConnectionString">
<xs:attribute name="ConnectionString" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Connection string to the Azure storage account. Format: DefaultEndpointsProtocol=https;AccountName=[];AccountKey=[]</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
Szczegóły atrybutu
ConnectionString
Parametry połączenia z kontem usługi Azure Storage. Format: DefaultEndpointsProtocol=https; AccountName=[]; AccountKey=[]
Atrybut |
Wartość |
name |
ConnectionString |
type |
xs:string |
używać |
wymagane |
Źródło XML
<xs:attribute xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ConnectionString" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Connection string to the Azure storage account. Format: DefaultEndpointsProtocol=https;AccountName=[];AccountKey=[]</xs:documentation>
</xs:annotation>
</xs:attribute>
ContainerName attributeGroup
Atrybut |
Wartość |
content |
1 atrybuty |
name |
NazwaKontenera |
Źródło XML
<xs:attributeGroup xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ContainerName">
<xs:attribute name="ContainerName" type="xs:string">
<xs:annotation>
<xs:documentation>The name of the container in Azure blob storage where data is uploaded.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
Szczegóły atrybutu
NazwaKontenera
Nazwa kontenera w usłudze Azure Blob Storage, w którym są przekazywane dane.
Atrybut |
Wartość |
name |
NazwaKontenera |
type |
xs:string |
Źródło XML
<xs:attribute xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ContainerName" type="xs:string">
<xs:annotation>
<xs:documentation>The name of the container in Azure blob storage where data is uploaded.</xs:documentation>
</xs:annotation>
</xs:attribute>
DataDeletionAgeInDays attributeGroup
Atrybut |
Wartość |
content |
1 atrybuty |
name |
DataDeletionAgeInDays |
Źródło XML
<xs:attributeGroup xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="DataDeletionAgeInDays">
<xs:attribute name="DataDeletionAgeInDays" type="xs:string">
<xs:annotation>
<xs:documentation>Number of days after which old data is deleted from this location.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
Szczegóły atrybutu
DataDeletionAgeInDays
Liczba dni, po których stare dane zostaną usunięte z tej lokalizacji.
Atrybut |
Wartość |
name |
DataDeletionAgeInDays |
type |
xs:string |
Źródło XML
<xs:attribute xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="DataDeletionAgeInDays" type="xs:string">
<xs:annotation>
<xs:documentation>Number of days after which old data is deleted from this location.</xs:documentation>
</xs:annotation>
</xs:attribute>
IsEnabled attributeGroup
Atrybut |
Wartość |
content |
1 atrybuty |
name |
IsEnabled |
Źródło XML
<xs:attributeGroup xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="IsEnabled">
<xs:attribute name="IsEnabled" type="xs:string">
<xs:annotation>
<xs:documentation>Whether or not data transfer to this destination is enabled. By default, it is not enabled.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
Szczegóły atrybutu
IsEnabled
Określa, czy transfer danych do tego miejsca docelowego jest włączony. Domyślnie nie jest włączona.
Atrybut |
Wartość |
name |
IsEnabled |
type |
xs:string |
Źródło XML
<xs:attribute xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="IsEnabled" type="xs:string">
<xs:annotation>
<xs:documentation>Whether or not data transfer to this destination is enabled. By default, it is not enabled.</xs:documentation>
</xs:annotation>
</xs:attribute>
LevelFilter attributeGroup
Atrybut |
Wartość |
content |
1 atrybuty |
name |
Filtr poziomów |
Źródło XML
<xs:attributeGroup xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="LevelFilter">
<xs:attribute name="LevelFilter" type="xs:string">
<xs:annotation>
<xs:documentation>Level at which ETW events should be filtered. All events at the same or lower level than the specified level are included.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
Szczegóły atrybutu
Filtr poziomów
Poziom, na którym powinny być filtrowane zdarzenia ETW. Wszystkie zdarzenia na tym samym lub niższym poziomie niż określony poziom są uwzględniane.
Atrybut |
Wartość |
name |
Filtr poziomów |
type |
xs:string |
Źródło XML
<xs:attribute xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="LevelFilter" type="xs:string">
<xs:annotation>
<xs:documentation>Level at which ETW events should be filtered. All events at the same or lower level than the specified level are included.</xs:documentation>
</xs:annotation>
</xs:attribute>
NameValuePair attributeGroup
Nazwa i wartość zdefiniowana jako atrybut.
Atrybut |
Wartość |
content |
2 atrybuty |
name |
NameValuePair |
Źródło XML
<xs:attributeGroup xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="NameValuePair">
<xs:annotation>
<xs:documentation>Name and Value defined as an attribute.</xs:documentation>
</xs:annotation>
<xs:attribute name="Name" use="required">
<xs:annotation>
<xs:documentation>The name of the setting to override.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="Value" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>The new value of the setting.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
Szczegóły atrybutu
Nazwisko
Nazwa ustawienia do zastąpienia.
Atrybut |
Wartość |
name |
Nazwisko |
używać |
wymagane |
Źródło XML
<xs:attribute xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Name" use="required">
<xs:annotation>
<xs:documentation>The name of the setting to override.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
Wartość
Nowa wartość ustawienia.
Atrybut |
Wartość |
name |
Wartość |
type |
xs:string |
używać |
wymagane |
Źródło XML
<xs:attribute xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Value" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>The new value of the setting.</xs:documentation>
</xs:annotation>
</xs:attribute>
Path attributeGroup
Atrybut |
Wartość |
content |
1 atrybuty |
name |
Ścieżka |
Źródło XML
<xs:attributeGroup xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Path">
<xs:attribute name="Path" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Path to the file share. Format: file:[]</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
Szczegóły atrybutu
Ścieżka
Ścieżka do udziału plików. Format: file:[]
Atrybut |
Wartość |
name |
Ścieżka |
type |
xs:string |
używać |
wymagane |
Źródło XML
<xs:attribute xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Path" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Path to the file share. Format: file:[]</xs:documentation>
</xs:annotation>
</xs:attribute>
RelativeFolderPath, atrybutGroup
Atrybut |
Wartość |
content |
1 atrybuty |
name |
Ścieżka względnafolderu |
Źródło XML
<xs:attributeGroup xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="RelativeFolderPath">
<xs:attribute name="RelativeFolderPath" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Path to the folder, relative to the application log directory.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
Szczegóły atrybutu
Ścieżka względnafolderu
Ścieżka do folderu względem katalogu dziennika aplikacji.
Atrybut |
Wartość |
name |
Ścieżka względnafolderu |
type |
xs:string |
używać |
wymagane |
Źródło XML
<xs:attribute xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="RelativeFolderPath" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Path to the folder, relative to the application log directory.</xs:documentation>
</xs:annotation>
</xs:attribute>
ServiceManifestIdentifier attributeGroup
Identyfikuje manifest usługi.
Atrybut |
Wartość |
content |
2 atrybuty |
name |
ServiceManifestIdentifier |
Źródło XML
<xs:attributeGroup xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ServiceManifestIdentifier">
<xs:annotation>
<xs:documentation>Identifies a service manifest.</xs:documentation>
</xs:annotation>
<xs:attribute name="ServiceManifestName" use="required">
<xs:annotation>
<xs:documentation>The name of the service manifest this is referenced. The name must match the Name declared in the ServiceManifest element of the service manifest.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="ServiceManifestVersion" use="required">
<xs:annotation>
<xs:documentation>The version of the service manifest that is referenced. The version must match the version declared in the service manifest.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
Szczegóły atrybutu
ServiceManifestName
Nazwa manifestu usługi, do których się odwołuje. Nazwa musi być zgodna z nazwą zadeklarowaną w elemecie ServiceManifest manifestu usługi.
Atrybut |
Wartość |
name |
ServiceManifestName |
używać |
wymagane |
Źródło XML
<xs:attribute xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ServiceManifestName" use="required">
<xs:annotation>
<xs:documentation>The name of the service manifest this is referenced. The name must match the Name declared in the ServiceManifest element of the service manifest.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
ServiceManifestVersion
Wersja manifestu usługi, do którego odwołuje się odwołanie. Wersja musi być zgodna z wersją zadeklarowaną w manifeście usługi.
Atrybut |
Wartość |
name |
ServiceManifestVersion |
używać |
wymagane |
Źródło XML
<xs:attribute xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ServiceManifestVersion" use="required">
<xs:annotation>
<xs:documentation>The version of the service manifest that is referenced. The version must match the version declared in the service manifest.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
UploadIntervalInMinutes attributeGroup
Atrybut |
Wartość |
content |
1 atrybuty |
name |
UploadIntervalInMinutes |
Źródło XML
<xs:attributeGroup xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="UploadIntervalInMinutes">
<xs:attribute name="UploadIntervalInMinutes" type="xs:string">
<xs:annotation>
<xs:documentation>Interval in minutes at which data is uploaded to this destination.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
Szczegóły atrybutu
UploadIntervalInMinutes
Interwał w minutach, w którym dane są przekazywane do tego miejsca docelowego.
Atrybut |
Wartość |
name |
UploadIntervalInMinutes |
type |
xs:string |
Źródło XML
<xs:attribute xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="UploadIntervalInMinutes" type="xs:string">
<xs:annotation>
<xs:documentation>Interval in minutes at which data is uploaded to this destination.</xs:documentation>
</xs:annotation>
</xs:attribute>
VersionedItemAttrGroup attributeGroup
Grupa atrybutów do przechowywania wersji sekcji w dokumentach ApplicationInstance i ServicePackage.
Atrybut |
Wartość |
content |
1 atrybuty |
name |
VersionedItemAttrGroup |
Źródło XML
<xs:attributeGroup xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="VersionedItemAttrGroup">
<xs:annotation>
<xs:documentation>Attribute group for versioning sections in ApplicationInstance and ServicePackage documents.</xs:documentation>
</xs:annotation>
<xs:attribute name="RolloutVersion" type="xs:string" use="required"/>
</xs:attributeGroup>
Szczegóły atrybutu
RolloutVersion
Atrybut |
Wartość |
name |
RolloutVersion |
type |
xs:string |
używać |
wymagane |
Źródło XML
<xs:attribute xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="RolloutVersion" type="xs:string" use="required"/>
VersionedName attributeGroup
Grupa atrybutów zawierająca nazwę i wersję.
Atrybut |
Wartość |
content |
2 atrybuty |
name |
VersionedName |
Źródło XML
<xs:attributeGroup xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="VersionedName">
<xs:annotation>
<xs:documentation>Attribute group that includes a Name and a Version.</xs:documentation>
</xs:annotation>
<xs:attribute name="Name" use="required">
<xs:annotation>
<xs:documentation>Name of the versioned item.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="Version" use="required">
<xs:annotation>
<xs:documentation>Version of the versioned item, an unstructured string.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
Szczegóły atrybutu
Nazwisko
Nazwa wersji elementu.
Atrybut |
Wartość |
name |
Nazwisko |
używać |
wymagane |
Źródło XML
<xs:attribute xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Name" use="required">
<xs:annotation>
<xs:documentation>Name of the versioned item.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
Wersja
Wersja elementu z wersją, ciąg bez struktury.
Atrybut |
Wartość |
name |
Wersja |
używać |
wymagane |
Źródło XML
<xs:attribute xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Version" use="required">
<xs:annotation>
<xs:documentation>Version of the versioned item, an unstructured string.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>