<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>
Сведения об атрибутах
AccountName
Имя пользователя или имя учетной записи службы (например, Мой_компьютер\Андрей или John.Doe@department.contoso.com).
Атрибут
Значение
name
AccountName
type
xs:string
используйте
необязательно
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>
Пароль
Пароль для учетной записи пользователя.
Атрибут
Значение
name
Пароль
type
xs:string
используйте
необязательно
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>
attributeGroup: ApplicationInstanceAttrGroup
Группа атрибутов экземпляра приложения.
Атрибут
Значение
content
2 атрибута
name
ApplicationInstanceAttrGroup
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>
Сведения об атрибутах
NameUri
Полное имя приложения.
Атрибут
Значение
name
NameUri
type
FabricUri
используйте
обязательно
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>
ApplicationId
Идентификатор этого приложения.
Атрибут
Значение
name
ApplicationId
type
xs:string
используйте
обязательно
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>
attributeGroup: ApplicationManifestAttrGroup
Группа атрибутов манифеста приложения.
Атрибут
Значение
content
3 атрибута
name
ApplicationManifestAttrGroup
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>
Сведения об атрибутах
ApplicationTypeName
Идентификатор типа этого приложения.
Атрибут
Значение
name
ApplicationTypeName
используйте
обязательно
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
Версия этого типа приложения (неструктурированная строка).
Атрибут
Значение
name
ApplicationTypeVersion
используйте
обязательно
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
Идентификатор этого манифеста приложения (неструктурированная строка).
Атрибут
Значение
name
ManifestId
используйте
необязательно
default
type
xs:string
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>
attributeGroup: ConfigOverridesIdentifier
Идентифицирует переопределения конфигурации для пакета службы.
Атрибут
Значение
content
2 атрибута
name
ConfigOverridesIdentifier
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>
Идентификатор выпуска, в котором был изменен элемент переопределений.
Атрибут
Значение
name
RolloutVersion
type
xs:string
используйте
обязательно
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>
Строка подключения к учетной записи хранения Azure. Формат: DefaultEndpointsProtocol=https;AccountName=[];AccountKey=[].
Атрибут
Значение
name
ConnectionString
type
xs:string
используйте
обязательно
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>
attributeGroup: ContainerName
Атрибут
Значение
content
1 атрибут
name
ContainerName
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>
Сведения об атрибутах
ContainerName
Имя контейнера в хранилище BLOB-объектов Azure, куда отправляются данные.
Атрибут
Значение
name
ContainerName
type
xs:string
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>
attributeGroup: DataDeletionAgeInDays
Атрибут
Значение
content
1 атрибут
name
DataDeletionAgeInDays
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>
Сведения об атрибутах
DataDeletionAgeInDays
Число дней, по прошествии которых старые данные удаляются из этого расположения.
Атрибут
Значение
name
DataDeletionAgeInDays
type
xs:string
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>
attributeGroup: IsEnabled
Атрибут
Значение
content
1 атрибут
name
IsEnabled
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>
Сведения об атрибутах
IsEnabled
Указывает, включена ли передача данных в это место назначения. По умолчанию эта возможность отключена.
Атрибут
Значение
name
IsEnabled
type
xs:string
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>
attributeGroup: LevelFilter
Атрибут
Значение
content
1 атрибут
name
LevelFilter
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>
Сведения об атрибутах
LevelFilter
Уровень, на котором события трассировки событий Windows должны быть отфильтрованы. Включены все события на том же и более низком уровне, чем указанный.
Атрибут
Значение
name
LevelFilter
type
xs:string
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>
attributeGroup: NameValuePair
Имя и значение, указанные в качестве атрибутов.
Атрибут
Значение
content
2 атрибута
name
NameValuePair
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>
Сведения об атрибутах
Имя.
Имя параметра для переопределения.
Атрибут
Значение
name
Имя.
используйте
обязательно
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>
Значение
Новое значение параметра.
Атрибут
Значение
name
Значение
type
xs:string
используйте
обязательно
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>
attributeGroup: Path
Атрибут
Значение
content
1 атрибут
name
Путь
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>
Сведения об атрибутах
Путь
Путь к файловому ресурсу. Формат: file:[].
Атрибут
Значение
name
Путь
type
xs:string
используйте
обязательно
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>
attributeGroup: RelativeFolderPath
Атрибут
Значение
content
1 атрибут
name
RelativeFolderPath
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>
Сведения об атрибутах
RelativeFolderPath
Путь к папке относительно каталога журнала приложения.
Атрибут
Значение
name
RelativeFolderPath
type
xs:string
используйте
обязательно
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>
attributeGroup: ServiceManifestIdentifier
Идентифицирует манифест службы.
Атрибут
Значение
content
2 атрибута
name
ServiceManifestIdentifier
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>
Сведения об атрибутах
ServiceManifestName
Имя манифеста служб, на который существует ссылка. Оно должно соответствовать имени, объявленному в элементе ServiceManifest манифеста службы.
Атрибут
Значение
name
ServiceManifestName
используйте
обязательно
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
Версия манифеста служб, на который существует ссылка. Она должна соответствовать версии, объявленной в манифесте службы.
Атрибут
Значение
name
ServiceManifestVersion
используйте
обязательно
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>
attributeGroup: UploadIntervalInMinutes
Атрибут
Значение
content
1 атрибут
name
UploadIntervalInMinutes
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>
Сведения об атрибутах
UploadIntervalInMinutes
Интервал в минутах, согласно которому данные передаются в это место назначения.
Атрибут
Значение
name
UploadIntervalInMinutes
type
xs:string
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>
attributeGroup: VersionedItemAttrGroup
Группа атрибутов для разделов управления версиями в документах ApplicationInstance и ServicePackage.
Атрибут
Значение
content
1 атрибут
name
VersionedItemAttrGroup
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>
Группа атрибутов, которая содержит Name и Version.
Атрибут
Значение
content
2 атрибута
name
VersionedName
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>
Сведения об атрибутах
Имя.
Имя элемента с управлением версиями.
Атрибут
Значение
name
Имя.
используйте
обязательно
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>
Версия
Версия элемента с управлением версиями (неструктурированная строка).
Атрибут
Значение
name
Версия
используйте
обязательно
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>