private GetReplicationResult( string id, string location, string name, string provisioningState, bool?regionEndpointEnabled, Outputs.StatusResponse status, Outputs.SystemDataResponse systemData, ImmutableDictionary <string, string>?tags, string type) { Id = id; Location = location; Name = name; ProvisioningState = provisioningState; RegionEndpointEnabled = regionEndpointEnabled; Status = status; SystemData = systemData; Tags = tags; Type = type; }
private GetRegistryResult( bool?adminUserEnabled, string creationDate, bool?dataEndpointEnabled, ImmutableArray <string> dataEndpointHostNames, Outputs.EncryptionPropertyResponse?encryption, Outputs.IdentityPropertiesResponse?identity, string location, string loginServer, string name, Outputs.NetworkRuleSetResponse?networkRuleSet, Outputs.PoliciesResponse?policies, ImmutableArray <Outputs.PrivateEndpointConnectionResponse> privateEndpointConnections, string provisioningState, string?publicNetworkAccess, Outputs.SkuResponse sku, Outputs.StatusResponse status, Outputs.StorageAccountPropertiesResponse?storageAccount, ImmutableDictionary <string, string>?tags, string type) { AdminUserEnabled = adminUserEnabled; CreationDate = creationDate; DataEndpointEnabled = dataEndpointEnabled; DataEndpointHostNames = dataEndpointHostNames; Encryption = encryption; Identity = identity; Location = location; LoginServer = loginServer; Name = name; NetworkRuleSet = networkRuleSet; Policies = policies; PrivateEndpointConnections = privateEndpointConnections; ProvisioningState = provisioningState; PublicNetworkAccess = publicNetworkAccess; Sku = sku; Status = status; StorageAccount = storageAccount; Tags = tags; Type = type; }