Esempio n. 1
0
        private GetAttestationProviderResult(
            string?attestUri,

            string id,

            string location,

            string name,

            ImmutableArray <Outputs.PrivateEndpointConnectionResponse> privateEndpointConnections,

            string?status,

            Outputs.SystemDataResponse systemData,

            ImmutableDictionary <string, string>?tags,

            string?trustModel,

            string type)
        {
            AttestUri = attestUri;
            Id        = id;
            Location  = location;
            Name      = name;
            PrivateEndpointConnections = privateEndpointConnections;
            Status     = status;
            SystemData = systemData;
            Tags       = tags;
            TrustModel = trustModel;
            Type       = type;
        }
Esempio n. 2
0
        private GetAttestationProviderResult(
            string?attestUri,

            string location,

            string name,

            string?status,

            Outputs.SystemDataResponse systemData,

            ImmutableDictionary <string, string>?tags,

            string?trustModel,

            string type)
        {
            AttestUri  = attestUri;
            Location   = location;
            Name       = name;
            Status     = status;
            SystemData = systemData;
            Tags       = tags;
            TrustModel = trustModel;
            Type       = type;
        }