서비스 모델 XML 스키마 단순 형식
FabricUri simpleType
Microsoft Azure Service Fabric 명명 시스템에서 서비스의 안정적인 식별자로 사용되는 URI입니다.
XML 원본
<xs:simpleType xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="FabricUri">
<xs:annotation>
<xs:documentation>A URI that is used as a stable identifier of services by Microsoft Azure Service Fabric Naming system. </xs:documentation>
</xs:annotation>
<xs:restriction base="xs:anyURI"/>
</xs:simpleType>